First string implemented

This commit is contained in:
Matthias Heisig
2024-04-18 08:32:21 +02:00
parent 9ce3522a70
commit b95033a155
64 changed files with 14526 additions and 6024 deletions

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<TcPlcObject Version="1.1.0.1" ProductVersion="3.1.4024.12">
<DUT Name="ST_STRING_VOLT_CONFIG" Id="{9f94c15d-9aa7-4320-915e-f68d4e087e39}">
<Declaration><![CDATA[TYPE ST_STRING_VOLT_CONFIG :
STRUCT
stModule1VoltConfig : ST_MODULE_VOLT_CONFIG;
stModule2VoltConfig : ST_MODULE_VOLT_CONFIG;
stModule3VoltConfig : ST_MODULE_VOLT_CONFIG;
END_STRUCT
END_TYPE
]]></Declaration>
</DUT>
</TcPlcObject>