27 lines
788 B
XML
27 lines
788 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<TcPlcObject Version="1.1.0.1">
|
|
<DUT Name="ST_PackMLStateMachineConfig" Id="{ced5a276-0ad8-4ce9-8d27-4b268a010876}">
|
|
<Declaration><![CDATA[TYPE ST_PackMLStateMachineConfig :
|
|
STRUCT
|
|
xClearingDisabled : BOOL;
|
|
// xStoppedDisabled required state
|
|
xStartingDisabled : BOOL;
|
|
// xIdleDisabled required state
|
|
xSuspededDisabled : BOOL;
|
|
// xExecuteDisabled required state
|
|
xStoppingDisabled : BOOL;
|
|
xAbortingDisabled : BOOL;
|
|
// xAbortedDisabled required state
|
|
xHoldingDisabled : BOOL;
|
|
xHeldDisabled : BOOL;
|
|
xUnholdingDisabled : BOOL;
|
|
xSuspendingDisabled : BOOL;
|
|
xUnsuspendingDisabled : BOOL;
|
|
xResettingDisabled : BOOL;
|
|
xCompletingDisabled : BOOL;
|
|
xCompletedDisabled : BOOL;
|
|
END_STRUCT
|
|
END_TYPE
|
|
]]></Declaration>
|
|
</DUT>
|
|
</TcPlcObject> |