24 lines
531 B
XML
24 lines
531 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<TcPlcObject Version="1.1.0.1">
|
|
<DUT Name="E_CmdResult" Id="{280b22d6-e4fc-482b-8eba-52154be334ab}">
|
|
<Declaration><![CDATA[{attribute 'qualified_only'}
|
|
{attribute 'strict'}
|
|
{attribute 'to_string'}
|
|
TYPE E_CmdResult :
|
|
(
|
|
// Command accepted and in execution
|
|
ACCEPTED := 0,
|
|
|
|
// Component currently busy with another command
|
|
BUSY := 1,
|
|
|
|
// Command currently not allowed
|
|
REJECTED := 2,
|
|
|
|
// Component has error
|
|
ERROR := 3
|
|
) INT;
|
|
END_TYPE
|
|
]]></Declaration>
|
|
</DUT>
|
|
</TcPlcObject> |