Added Modbus registers

This commit is contained in:
Matthias Heisig
2025-04-08 07:24:55 +02:00
parent e975d23694
commit 4a00a4c414
5 changed files with 44 additions and 4 deletions

View File

@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<TcPlcObject Version="1.1.0.1" ProductVersion="3.1.4026.11">
<DUT Name="ST_MODBUS_REG_13" Id="{ff1eee07-3bd7-4808-a42a-073911e581d6}">
<Declaration><![CDATA[TYPE ST_MODBUS_REG_13 :
STRUCT
// String warning active flags
// Addr: 13.000
wBMSWarningActive : WORD;
// String error active
// Addr: 13.001
wBMSErrorActive : WORD;
// String warning active flags
// (Bit 0 -> String 1, Bit 1 -> String 2, etc.)
// Addr: 13.002
wStringWarningActive : WORD;
// String error active
// (Bit 0 -> String 1, Bit 1 -> String 2, etc.)
// Addr: 13.003
wStringErrorActive : WORD;
END_STRUCT
END_TYPE
]]></Declaration>
</DUT>
</TcPlcObject>