Skip to content

Commit 9d81b0c

Browse files
authored
Merge pull request #142 from ghalym/BP-compare-fix
FIX: PPM was descoped
2 parents aade622 + b5b0415 commit 9d81b0c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lcls-twincat-pmps/PMPS/HelperFunctions/F_DifferentBeamParams.TcPOU

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ VAR_INPUT
1111
END_VAR
1212
VAR
1313
xAttOK: BOOL := FALSE;
14-
xPPmjOK: BOOL := FALSE;
1514
xEvOK: BOOL := FALSE;
1615
xRateOK: BOOL := FALSE;
1716
xaStopper : BOOL := FALSE;
@@ -48,7 +47,7 @@ FOR idx:=1 TO PMPS_GVL.MAX_APERTURES DO
4847
END_FOR
4948
5049
51-
F_DifferentBeamParams := xAttOK OR xPPmjOK OR xEvOK OR xRateOK OR xaStopper OR xaAtt OR xaApt OR xBCOK;]]></ST>
50+
F_DifferentBeamParams := xAttOK OR xEvOK OR xRateOK OR xaStopper OR xaAtt OR xaApt OR xBCOK;]]></ST>
5251
</Implementation>
5352
</POU>
5453
</TcPlcObject>

0 commit comments

Comments
 (0)