-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
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
Created OPI for Wish Jaws but a couple of PVs are missing #1379
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The OPI is simple and matches the VI which is good. We have a nice more_detail_manager.opi which provides a graphical view and more control over the jaws, can we add a button that opens this more_details_manager with the wish jaws. An example of this is in the nimrod_manager.opi and gem_manager.opi with the button "Jaws Manager". It would probably be good to place this in the same grouping container where the gaps can be set as the information in the more_detail_manager.opi is most connected to those gaps.
… graphical interface for jaws positions
The OPI looks good and passes
|
Thanks for the review, I've updated opi_info.xml |
<key>WISH Jaws</key> | ||
<value> | ||
<type>JAWS</type> | ||
<path>jaws/jaws_managers/WISH_Jaws.opi</path> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a typo here, I fixed it quickly
I couldn't approve the changes for James
Description of work
Created OPI for Wish Jaws but a couple of PVs are missing.
PVs that are connected are Vertical and Horizontal Gap and their setpoints.
The OPI is created based on the VI: (located here: C:\LabVIEW Modules\Instruments\WISH\WISH Jaws).)
There is also a Setup Dialogue to set gaps which is written to the text file on LabVIEW. This gaps could be set via editing the text file directly which then can be seen in the Front Panel. However, WISH scientists do not use neither Setup Dialogue nor text file.
Also they added that:
"The jaws are jittering a bit and sometimes to get the right value you need to send a value that is a bit off and repeat the operation several times so actually we just set values in the VI and drive."
Things needs to be done
Ticket
Link to Ticket
Code Review
Final Steps