Added more components
This commit is contained in:
18
PLC/POUs/HMI/Enum/E_HMI_BUTTON_FEEDBACK.TcDUT
Normal file
18
PLC/POUs/HMI/Enum/E_HMI_BUTTON_FEEDBACK.TcDUT
Normal file
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<TcPlcObject Version="1.1.0.1">
|
||||
<DUT Name="E_HMI_BUTTON_FEEDBACK" Id="{dd7c6534-9dcb-4c09-86a7-742a590c8efa}">
|
||||
<Declaration><![CDATA[{attribute 'qualified_only'}
|
||||
{attribute 'strict'}
|
||||
{attribute 'analysis' := '-32'}
|
||||
TYPE E_HMI_BUTTON_FEEDBACK :
|
||||
(
|
||||
NONE := 0,
|
||||
ACTIVE := 1,
|
||||
PENDING := 2,
|
||||
WARNING := 3,
|
||||
ERROR := 4
|
||||
) INT := NONE;
|
||||
END_TYPE
|
||||
]]></Declaration>
|
||||
</DUT>
|
||||
</TcPlcObject>
|
||||
Reference in New Issue
Block a user