Changed from ISA88 to PackML
- Added PackML Base FB's - Added Unit Tests for PackML Base State Machine - Added Robot job numbers according to new interface - Added PLC job number for robot to call according to new interface - Change Robot to PackML interface
This commit is contained in:
24
PLC/LibraryCandidates/PackML/E_PackMLCmd.TcDUT
Normal file
24
PLC/LibraryCandidates/PackML/E_PackMLCmd.TcDUT
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<TcPlcObject Version="1.1.0.1">
|
||||
<DUT Name="E_PackMLCmd" Id="{3ba7a228-f199-4355-be17-fd46fc967487}">
|
||||
<Declaration><![CDATA[{attribute 'qualified_only'}
|
||||
{attribute 'strict'}
|
||||
{attribute 'to_string'}
|
||||
TYPE E_PackMLCmd :
|
||||
(
|
||||
UNDEFINED := 0,
|
||||
RESET := 1,
|
||||
START := 2,
|
||||
STOP := 3,
|
||||
HOLD := 4,
|
||||
UNHOLD := 5,
|
||||
SUSPEND := 6,
|
||||
UNSUSPEND := 7,
|
||||
ABORT := 8,
|
||||
CLEAR := 9,
|
||||
COMPLETE := 10
|
||||
) DINT;
|
||||
END_TYPE
|
||||
]]></Declaration>
|
||||
</DUT>
|
||||
</TcPlcObject>
|
||||
Reference in New Issue
Block a user