Implemented stuff to get ready for jet measurement
This commit is contained in:
22
PLC/01_Stationen/MediaStation/DUTs/ST_LeviPumpStatus.TcDUT
Normal file
22
PLC/01_Stationen/MediaStation/DUTs/ST_LeviPumpStatus.TcDUT
Normal file
@@ -0,0 +1,22 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user