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:
2026-01-23 22:55:49 +01:00
parent 2d11c43579
commit 3946e45c65
26 changed files with 1615 additions and 421 deletions

View File

@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<TcPlcObject Version="1.1.0.1">
<DUT Name="E_PackMLUnitMode" Id="{56f8b8e3-48e3-4607-ac73-c965d4d0058d}">
<Declaration><![CDATA[{attribute 'qualified_only'}
{attribute 'strict'}
{attribute 'to_string'}
TYPE E_PackMLUnitMode :
(
INVALID := 0,
PRODUCTION := 1,
MAINTENANCE := 2,
MANUAL := 3,
CHANGE_OVER := 4,
CLEAN := 5,
SET_UP := 6,
EMPTY_OUT := 7
) DINT := PRODUCTION;
END_TYPE
]]></Declaration>
</DUT>
</TcPlcObject>