Skip to content
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

Merged
merged 4 commits into from
May 9, 2024

Conversation

ghalym
Copy link
Collaborator

@ghalym ghalym commented May 2, 2024

… from beamline vac plc

Description

Motivation and Context

How Has This Been Tested?

Where Has This Been Documented?

Screenshots (if appropriate):

Pre-merge checklist

  • Code works interactively
  • Code contains descriptive comments
  • Test suite passes locally
  • Libraries are set to fixed versions and not Always Newest
  • Code committed with pre-commit (alternatively pre-commit run --all-files)

@ghalym ghalym requested a review from jyotiphy May 2, 2024 22:32
@ghalym ghalym requested a review from patoppermann May 2, 2024 22:48
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=> );
Copy link

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 ?

Copy link

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

Copy link
Collaborator Author

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.

@ghalym ghalym requested a review from jyotiphy May 8, 2024 16:41
Copy link

@patoppermann patoppermann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

all fine.

@ghalym ghalym merged commit 1d04de0 into pcdshub:master May 9, 2024
8 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants