Started Modbus Master for Levitronix Pumps and Flow sensors
This commit is contained in:
18
PLC/LibraryCandidates/ModbusMaster/ST_Modbus_Req.TcDUT
Normal file
18
PLC/LibraryCandidates/ModbusMaster/ST_Modbus_Req.TcDUT
Normal file
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<TcPlcObject Version="1.1.0.1">
|
||||
<DUT Name="ST_Modbus_Req" Id="{6734b81c-4e20-45e9-85c3-05db86b740c0}">
|
||||
<Declaration><![CDATA[TYPE ST_Modbus_Req :
|
||||
STRUCT
|
||||
bySlaveAddr : BYTE;
|
||||
eCmd : E_Modbus_Cmd;
|
||||
wStartAddr : WORD;
|
||||
wQuantity : WORD;
|
||||
pvData : PVOID;
|
||||
wDataSize : WORD;
|
||||
pxDone : POINTER TO BOOL;
|
||||
pxError : POINTER TO BOOL;
|
||||
END_STRUCT
|
||||
END_TYPE
|
||||
]]></Declaration>
|
||||
</DUT>
|
||||
</TcPlcObject>
|
||||
Reference in New Issue
Block a user