22 lines
539 B
XML
22 lines
539 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<TcPlcObject Version="1.1.0.1">
|
|
<DUT Name="ST_LeviPumpStatus" Id="{a7d91135-e782-4458-9cdc-855a45a5eb97}">
|
|
<Declaration><![CDATA[{attribute 'pack_mode' := '1'}
|
|
TYPE ST_LeviPumpStatus :
|
|
STRUCT
|
|
eState : E_LeviPumpState;
|
|
wActSpeed : WORD;
|
|
wActFlow : WORD;
|
|
wSpeedSP : WORD;
|
|
wFlowSP : WORD;
|
|
wActPumpError : WORD;
|
|
wActFlowError : WORD;
|
|
wActPumpWarning : WORD;
|
|
wActFlowWarning : WORD;
|
|
wActPumpMsg : WORD;
|
|
wActFlowMsg : WORD;
|
|
END_STRUCT
|
|
END_TYPE
|
|
]]></Declaration>
|
|
</DUT>
|
|
</TcPlcObject> |