- 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
11 lines
365 B
XML
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> |