Added more components
This commit is contained in:
14
PLC/POUs/HMI/Enum/E_HMI_MODE.TcDUT
Normal file
14
PLC/POUs/HMI/Enum/E_HMI_MODE.TcDUT
Normal file
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<TcPlcObject Version="1.1.0.1">
|
||||
<DUT Name="E_HMI_MODE" Id="{819c1a48-9d62-42a0-ace9-1d45c5e49819}">
|
||||
<Declaration><![CDATA[{attribute 'qualified_only'}
|
||||
{attribute 'strict'}
|
||||
TYPE E_HMI_MODE :
|
||||
(
|
||||
AUTOMATIC := 1,
|
||||
MANUAL := 2
|
||||
);
|
||||
END_TYPE
|
||||
]]></Declaration>
|
||||
</DUT>
|
||||
</TcPlcObject>
|
||||
Reference in New Issue
Block a user