Last changes before SAT
This commit is contained in:
21
PLC/DUTs/SEMI_AUTO/ST_SEMI_AUTO_MODULE_ENABLE.TcDUT
Normal file
21
PLC/DUTs/SEMI_AUTO/ST_SEMI_AUTO_MODULE_ENABLE.TcDUT
Normal file
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<TcPlcObject Version="1.1.0.1" ProductVersion="3.1.4026.12">
|
||||
<DUT Name="ST_SEMI_AUTO_MODULE_ENABLE" Id="{0a50ad4d-d929-43a2-84d3-8240a20f96f0}">
|
||||
<Declaration><![CDATA[TYPE ST_SEMI_AUTO_MODULE_ENABLE :
|
||||
STRUCT
|
||||
// Manual enable unit 1
|
||||
xSemiAutoEnableUnit1 : BOOL;
|
||||
|
||||
// Manual enable unit 2
|
||||
xSemiAutoEnableUnit2 : BOOL;
|
||||
|
||||
// Manual enable unit 3
|
||||
xSemiAutoEnableUnit3 : BOOL;
|
||||
|
||||
// Manual enable unit 4
|
||||
xSemiAutoEnableUnit4 : BOOL;
|
||||
END_STRUCT
|
||||
END_TYPE
|
||||
]]></Declaration>
|
||||
</DUT>
|
||||
</TcPlcObject>
|
||||
18
PLC/DUTs/SEMI_AUTO/ST_SEMI_AUTO_STRING_ENABLE.TcDUT
Normal file
18
PLC/DUTs/SEMI_AUTO/ST_SEMI_AUTO_STRING_ENABLE.TcDUT
Normal file
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<TcPlcObject Version="1.1.0.1" ProductVersion="3.1.4026.12">
|
||||
<DUT Name="ST_SEMI_AUTO_STRING_ENABLE" Id="{a3d678f9-e2d7-4e4a-b890-810149befa04}">
|
||||
<Declaration><![CDATA[TYPE ST_SEMI_AUTO_STRING_ENABLE :
|
||||
STRUCT
|
||||
// Modul 1
|
||||
stSemiAutoModul1 : ST_SEMI_AUTO_MODULE_ENABLE;
|
||||
|
||||
// Modul 2
|
||||
stSemiAutoModul2 : ST_SEMI_AUTO_MODULE_ENABLE;
|
||||
|
||||
// Modul 3
|
||||
stSemiAutoModul3 : ST_SEMI_AUTO_MODULE_ENABLE;
|
||||
END_STRUCT
|
||||
END_TYPE
|
||||
]]></Declaration>
|
||||
</DUT>
|
||||
</TcPlcObject>
|
||||
Reference in New Issue
Block a user