Skip to content

Commit

Permalink
Updating FB_IE514 function block
Browse files Browse the repository at this point in the history
  • Loading branch information
janezg-SLAC committed Sep 24, 2024
1 parent 4fe9a8f commit fa06f07
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,11 @@ ELSIF IG_CH1.q_xHV_DIS AND tHvDis_CH1.Q THEN
IG_CH1.q_xHV_DIS := FALSE;
IG_CH1.xHV_SW := FALSE;
END_IF
//Adding this line because in case of interlocking gauge with another GCC or GHC PG.rPRESS value become 0 when turning it off
IF PG.rPRESS = 0 THEN
IG_CH1.q_xHV_DIS := FALSE;
IG_CH1.xHV_SW := FALSE;
END_IF
ELSE
IG_CH1.q_xHV_DIS := FALSE;
IG_CH1.xHV_SW := FALSE;
Expand All @@ -184,6 +189,11 @@ ELSIF IG_CH2.q_xHV_DIS AND tHvDis_CH2.Q THEN
IG_CH2.q_xHV_DIS := FALSE;
IG_CH2.xHV_SW := FALSE;
END_IF
//Adding this line because in case of interlocking gauge with another GCC or GHC PG.rPRESS value become 0 when turning it off
IF PG.rPRESS = 0 THEN
IG_CH2.q_xHV_DIS := FALSE;
IG_CH2.xHV_SW := FALSE;
END_IF
ELSE
IG_CH2.q_xHV_DIS := FALSE;
IG_CH2.xHV_SW := FALSE;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64060,7 +64060,7 @@ FLow Control valves MKS248</Comment>
</Property>
<Property>
<Name>ChangeDate</Name>
<Value>2024-09-13T10:26:28</Value>
<Value>2024-09-24T09:04:15</Value>
</Property>
<Property>
<Name>GeneratedCodeSize</Name>
Expand Down

0 comments on commit fa06f07

Please sign in to comment.