Add DUT enum E_CPUType
E_CPUType contains two vlaues. One for the CX5130 and one for the c6017-0020 new file: solution/tc_project_app/DUTs/E_CPUType.TcDUT
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<TcPlcObject Version="1.1.0.1" ProductVersion="3.1.4024.11">
|
||||
<DUT Name="E_CPUType" Id="{78ea3fa6-b103-4c1f-b5a7-d343f24fda9f}">
|
||||
<Declaration><![CDATA[{attribute 'qualified_only'}
|
||||
{attribute 'strict'}
|
||||
TYPE E_CPUType :
|
||||
(
|
||||
CX5130 := 0,
|
||||
C6017_0020 := 1
|
||||
);
|
||||
END_TYPE
|
||||
]]></Declaration>
|
||||
</DUT>
|
||||
</TcPlcObject>
|
||||
Reference in New Issue
Block a user