Started to change to HAL architecture
This commit is contained in:
@@ -145,7 +145,8 @@ VAR_INPUT
|
||||
END_VAR
|
||||
]]></Declaration>
|
||||
<Implementation>
|
||||
<ST><![CDATA[// Start emptying tank
|
||||
<ST><![CDATA[{warning disable C0371}
|
||||
// Start emptying tank
|
||||
IF stHMIInterface.stEmptyButton.xRequest THEN
|
||||
stHMIInterface.stEmptyButton.xRequest := FALSE;
|
||||
IF stHMIInterface.stEmptyButton.xRelease THEN
|
||||
@@ -168,7 +169,8 @@ VAR_INPUT
|
||||
END_VAR
|
||||
]]></Declaration>
|
||||
<Implementation>
|
||||
<ST><![CDATA[// Overfull sensor is NC
|
||||
<ST><![CDATA[{warning disable C0371}
|
||||
// Overfull sensor is NC
|
||||
stHMIInterface.xOverfull := (NOT i_xOverfull);
|
||||
stHMIInterface.xFull := i_xFull;
|
||||
stHMIInterface.xEmpty := (NOT i_xEmpty);
|
||||
|
||||
Reference in New Issue
Block a user