Small changes after FAT and EMS Test
- Changed Modbus server config for EMS connectivity - Changed some default EWL Limits
This commit is contained in:
@@ -549,6 +549,9 @@ CASE _iState OF
|
||||
_tonErrorDCCBNotClosed.IN := FALSE;
|
||||
xError := TRUE;
|
||||
xReady := FALSE;
|
||||
IF (NOT _fbDCMainSwitchNotClosed.bRaised) THEN
|
||||
_fbDCMainSwitchNotClosed.Raise(0);
|
||||
END_IF
|
||||
_iState := 1000;
|
||||
END_IF
|
||||
|
||||
@@ -770,6 +773,7 @@ CASE _iState OF
|
||||
IF (NOT xEnable) AND (NOT _xErrorInternal) THEN
|
||||
xError := FALSE;
|
||||
_xReleaseSafetyIntlkErrors := FALSE;
|
||||
ClearAlarms();
|
||||
//eStatus := E_COMPONENT_STATUS.OFF;
|
||||
_iState := 0;
|
||||
END_IF
|
||||
@@ -843,6 +847,13 @@ stHMIInterface.eStatus := eStatus;
|
||||
// Reset Safety
|
||||
xResetSafetyDCCB := xResetSafety;]]></ST>
|
||||
</Implementation>
|
||||
<Action Name="ClearAlarms" Id="{541a307f-e5d8-4588-8fd3-6f4bdf6a71dd}">
|
||||
<Implementation>
|
||||
<ST><![CDATA[IF _fbDCMainSwitchNotClosed.bRaised THEN
|
||||
_fbDCMainSwitchNotClosed.Clear(0, FALSE);
|
||||
END_IF]]></ST>
|
||||
</Implementation>
|
||||
</Action>
|
||||
<Method Name="FB_init" Id="{9e8494eb-1b40-4be9-91c8-810ecbdf7f0c}">
|
||||
<Declaration><![CDATA[METHOD FB_init : BOOL
|
||||
VAR_INPUT
|
||||
|
||||
Reference in New Issue
Block a user