Started to change to HAL architecture
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
VAR_INPUT
|
||||
xEnableVacuum : BOOL;
|
||||
xExecute : BOOL;
|
||||
xReleaseManualMode : BOOL;
|
||||
xReleaseAlarms : BOOL;
|
||||
xConfirmAlarms : BOOL;
|
||||
END_VAR
|
||||
@@ -58,7 +57,7 @@ _fbValveVacuum(
|
||||
xAutomaticOpen:= xEnableVacuum,
|
||||
xReleaseErrors:= xReleaseAlarms,
|
||||
stValveConfig:= _stValveVacuumConfig,
|
||||
xReleaseManualMode:= xReleaseManualMode,
|
||||
xReleaseManualMode:= _xReleaseManualMode,
|
||||
xConfirmAlarms:= xConfirmAlarms,
|
||||
stHMIInterface:= stHMIInterface.stVacuumValve);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user