Relinked everything with HAL and Execute pattern

- Switched to BaseConponents V2.0
This commit is contained in:
2026-03-19 19:40:01 +01:00
parent b515ca8588
commit eb2317ad91
25 changed files with 3558 additions and 2721 deletions

View File

@@ -29,6 +29,8 @@ STRUCT
// (9) Filmetch
stTank9FilmetchIO : ST_Tank_IO;
stValveFilmetch : ST_Valve_IO;
END_STRUCT
END_TYPE
]]></Declaration>

View File

@@ -6,6 +6,11 @@ STRUCT
i_xOverfull AT %I* : BOOL;
i_xFull AT %I* : BOOL;
i_xEmpty AT %I* : BOOL;
stValveFilling : ST_Valve_IO;
stValveWater : ST_Valve_IO;
stValveDrain : ST_Valve_IO;
stValvePump : ST_Valve_IO;
END_STRUCT
END_TYPE
]]></Declaration>