Skip to content

Commit

Permalink
Merge pull request #21 from tongju12/CVMIbypassvalve
Browse files Browse the repository at this point in the history
modify CVMI bypass valve logic
  • Loading branch information
janezg-SLAC authored Nov 19, 2024
2 parents bc65fbd + c9a17e6 commit cd57af1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plc-cvmi-vac/plc-cvmi-vac/plc_cvmi_vac/POUs/MAIN.TcPOU
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,8 @@ fbGetCurTaskIndex();//getting index for first cycle of PLC operation
END_IF
*)
CVMI_ROUGH_VRC_02(
i_xExtILK_OK:= NOT((CVMI_GJ_GPI_01.PG.rPRESS >10.0)),
i_xExtILK_OK:= NOT((CVMI_GJ_GPI_01.PG.rPRESS >10.0))
AND (xTMO_ROUGH1_VRC_01_OPEN_LS AND xTMO_ROUGH2_VRC_01_OPEN_LS),
i_xOverrideMode:= xSystemOverrideMode_CVMI,
iq_stValve=> );
Expand Down

0 comments on commit cd57af1

Please sign in to comment.