Implemented stuff to get ready for jet measurement
This commit is contained in:
19
PLC/01_Stationen/MediaStation/DUTs/E_LeviPumpState.TcDUT
Normal file
19
PLC/01_Stationen/MediaStation/DUTs/E_LeviPumpState.TcDUT
Normal file
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<TcPlcObject Version="1.1.0.1">
|
||||
<DUT Name="E_LeviPumpState" Id="{bcd971a7-4a89-44e9-a91b-53458e7d6d43}">
|
||||
<Declaration><![CDATA[{attribute 'qualified_only'}
|
||||
{attribute 'strict'}
|
||||
{attribute 'to_string'}
|
||||
TYPE E_LeviPumpState :
|
||||
(
|
||||
OFF := 1,
|
||||
SPEED_CTRL := 2,
|
||||
FLOW_CTRL := 3,
|
||||
SAFE_SPEED_CTRL := 7,
|
||||
SAFE_FLOW_CTRL := 8,
|
||||
HYDR_IDENT := 32
|
||||
)WORD;
|
||||
END_TYPE
|
||||
]]></Declaration>
|
||||
</DUT>
|
||||
</TcPlcObject>
|
||||
Reference in New Issue
Block a user