Files
infineon_plc/PLC/LibraryCandidates/PackML/GVL_PackML_Conf.TcGVL
m.heisig 67ba80893f Started kuka robot integration with hardware
- Modified PackML state machine to be able to disable unused states
- Added PackTag datatypes for recipe handling
- Started recipe parameter description in json file
- Added schema file for recipe json
- Added state machine drawing for packml
2026-01-30 09:09:30 +01:00

11 lines
365 B
XML

<?xml version="1.0" encoding="utf-8"?>
<TcPlcObject Version="1.1.0.1">
<GVL Name="GVL_PackML_Conf" Id="{b46d8e14-5a19-467d-bb78-56321e43ef47}">
<Declaration><![CDATA[{attribute 'qualified_only'}
VAR_GLOBAL CONSTANT
MAX_PARAMS : UINT := 10;
MAX_PRODUCT_DATA : UINT := 10;
MAX_RECIPES_PER_UNIT : UINT := 5;
END_VAR]]></Declaration>
</GVL>
</TcPlcObject>