-
Notifications
You must be signed in to change notification settings - Fork 6
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
DEV: Tested DA valve. Removed Roughing panel and now reading the data… #18
Conversation
… from beamline vac plc
if( qRIXS_PRO_01.stPump.eState = pumpSTARTING ) OR ( qRIXS_PRO_01.stPump.eState = pumpRUNNING ) | ||
THEN QRIX_ROUGH_VRO_01.M_Open(TRUE); | ||
END_IF | ||
QRIX_ROUGH_VRO_01(i_xExtILK_OK:= (qRIXS_PRO_01.stPump.eState = pumpRUNNING OR qRIXS_PRO_01.stPump.eState = pumpSTARTING ), i_xOverrideMode:= , iq_stValve=> ); | ||
]]></ST> | ||
QRIX_ROUGH_VRO_01(i_xExtILK_OK:= (qRIXS_PRO_01.st_pro.eState = pumpRUNNING OR qRIXS_PRO_01.st_pro.eState = pumpSTARTING ), i_xOverrideMode:= , iq_stValve=> ); |
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.
should here be .st_pro or .stPump ? If you see up on line 29, you have stPump ?
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.
you can actually remove VRO from qRIXS now
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.
It is commented out. The line before there is (* and the last line is *). I will delete it anyway.
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.
all fine.
… from beamline vac plc
Description
Motivation and Context
How Has This Been Tested?
Where Has This Been Documented?
Screenshots (if appropriate):
Pre-merge checklist
Always Newest
pre-commit
(alternativelypre-commit run --all-files
)