-
Notifications
You must be signed in to change notification settings - Fork 0
Add OPI for MAPS Vacuum OPC PLC #1787
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
base: master
Are you sure you want to change the base?
Conversation
@@ -4019,6 +4019,24 @@ | |||
</macros> | |||
<categories/> | |||
</value> | |||
</entry> | |||
<entry> | |||
<key>MAPS-OPC-Server</key> |
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.
Would MAPS Vacuum System
or similar be less ambiguous (in case MAPS happen to get other, non-vacuum, OPC things in future)?
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.
Yes not a bad idea! I think I ran out of creativity for names on this one hahha.
change name of OPI that gets linked, to make more clear what it is
Change references to MAPS_OPC_TPG.opi for linking containers, and rename file to make more clear
Change references to OPI, and key value to be more specific
Description of work
OPI to display two TPG300 values for MAPS Vacuum System
Ticket
Acceptance criteria
MAPS-OPC-Server
. You should be able to change the units, and the graph should update. There should not be any other writeable PVs on the OPI as per Sunil's requirements to limit TPG and Vacuum safety protocols.List the acceptance criteria for the PR. The aim is provide information to help the reviewer
Unit tests
Give an overview of unit tests you have added or modified, if applicable. The aim is provide information to help the reviewer
System tests
Mention any automated tests or manual tests that you have added or modified, if applicable. The aim is provide information to help the reviewer
Documentation
Highlight and provide a link to any additions or changes to the documentation, if applicable. The aim is provide information to help the reviewer
Code Review
check_opi_format.py
script in C:\Instrument\Dev\ibex_gui\base\uk.ac.stfc.isis.ibex.opis pass?Final Steps