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

@@ -4,9 +4,16 @@
<Declaration><![CDATA[{attribute 'pack_mode' := '0'}
TYPE ST_KukaRobot_Ctrl :
STRUCT
// DRIVES_OFF
bNotDisableAxes : BIT;
// DRIVES_ON
bEnableAxes : BIT;
// MOVE_ENABLE
bEnableMove : BIT;
// CONF_MESS
bConfMess : BIT;
END_STRUCT
END_TYPE