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

@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<TcPlcObject Version="1.1.0.1">
<DUT Name="ST_Coolplate_IO" Id="{6e5914f9-2f5a-48bf-9a44-dda258457318}">
<Declaration><![CDATA[TYPE ST_Coolplate_IO :
STRUCT
// Card inputs
i_stStatus AT %I* : ST_SerialStatus;
i_abyDataIn AT %I* : ARRAY[0..21] OF BYTE;
stTempSensor : ST_AnalogInput_IO;
// Card outputs
o_stCtrl AT %Q* : ST_SerialCrl;
o_abyDataOut AT %Q* : ARRAY[0..21] OF BYTE;
END_STRUCT
END_TYPE
]]></Declaration>
</DUT>
</TcPlcObject>