We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Original report by Ingvord (Bitbucket: Ingvord, GitHub: Ingvord).
subj.
The text was updated successfully, but these errors were encountered:
Original comment by Ingvord (Bitbucket: Ingvord, GitHub: Ingvord).
To be precise, mapping can be generated when template is set. For this nxdl entries must have src attribute:
#!xml <!-- entry/hardware --> <group type="NXcollection" name="D" src="tango://hzgpp05vme2:10000/p05/micos/D"> <group type="NXlog" name="Position"> <field type="float64" name="value"> <dimensions rank="1"> <dim index="0" value="0"/> </dimensions> </field> <field type="uint64" name="time"> <dimensions rank="1"> <dim index="0" value="0"/> </dimensions> </field> </group> </group>
This effectively maps to
tango://hzgpp05vme2:10000/p05/micos/D = /entry/hardware/D
Sorry, something went wrong.
No branches or pull requests
Original report by Ingvord (Bitbucket: Ingvord, GitHub: Ingvord).
subj.
The text was updated successfully, but these errors were encountered: