Remove the negation(NOT) from the PSS permit status signal

This commit is contained in:
Federico Rojas
2025-04-11 15:11:47 +02:00
parent c7ddb22046
commit 51a352d24a

View File

@@ -22,7 +22,7 @@ END_VAR
<ST><![CDATA[//Uncomment the code, it is needed to control the LEDs of the Safety Shutter Operator panel
(*
//Assign LED to the permit status
bNoPermitLight := NOT GVL.astPneumaticAxes[x].stPneumaticAxisInputs.bPSSPermit;
bNoPermitLight := GVL.astPneumaticAxes[x].stPneumaticAxisStatus.bPSSPermit;
//Assign LED to the error status
bErrorLight := GVL.astPneumaticAxes[x].stPneumaticAxisStatus.bError;