First string implemented
This commit is contained in:
14
PLC/DUTs/ST_MODULE_VOLT_CONFIG.TcDUT
Normal file
14
PLC/DUTs/ST_MODULE_VOLT_CONFIG.TcDUT
Normal file
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<TcPlcObject Version="1.1.0.1" ProductVersion="3.1.4024.12">
|
||||
<DUT Name="ST_MODULE_VOLT_CONFIG" Id="{5bd0445f-1079-4488-9137-b6d029b50b39}">
|
||||
<Declaration><![CDATA[TYPE ST_MODULE_VOLT_CONFIG :
|
||||
STRUCT
|
||||
xUnit1Is1500V : BOOL;
|
||||
xUnit2Is1500V : BOOL;
|
||||
xUnit3Is1500V : BOOL;
|
||||
xUnit4Is1500V : BOOL;
|
||||
END_STRUCT
|
||||
END_TYPE
|
||||
]]></Declaration>
|
||||
</DUT>
|
||||
</TcPlcObject>
|
||||
13
PLC/DUTs/ST_STRING_VOLT_CONFIG.TcDUT
Normal file
13
PLC/DUTs/ST_STRING_VOLT_CONFIG.TcDUT
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<TcPlcObject Version="1.1.0.1" ProductVersion="3.1.4024.12">
|
||||
<DUT Name="ST_STRING_VOLT_CONFIG" Id="{9f94c15d-9aa7-4320-915e-f68d4e087e39}">
|
||||
<Declaration><![CDATA[TYPE ST_STRING_VOLT_CONFIG :
|
||||
STRUCT
|
||||
stModule1VoltConfig : ST_MODULE_VOLT_CONFIG;
|
||||
stModule2VoltConfig : ST_MODULE_VOLT_CONFIG;
|
||||
stModule3VoltConfig : ST_MODULE_VOLT_CONFIG;
|
||||
END_STRUCT
|
||||
END_TYPE
|
||||
]]></Declaration>
|
||||
</DUT>
|
||||
</TcPlcObject>
|
||||
@@ -5,49 +5,49 @@
|
||||
STRUCT
|
||||
// Pump posolyt
|
||||
// ===================================
|
||||
stPosolytPump : ST_HMI_ANALOG_MOTOR_DATA;
|
||||
stNS11 : ST_HMI_ANALOG_MOTOR_DATA;
|
||||
|
||||
|
||||
// Pump negolyt
|
||||
// ===================================
|
||||
stNegolytPump : ST_HMI_ANALOG_MOTOR_DATA;
|
||||
stNS21 : ST_HMI_ANALOG_MOTOR_DATA;
|
||||
|
||||
|
||||
// Valve posolyt
|
||||
// ===================================
|
||||
stPosolytValve : ST_HMI_VALVE_DATA;
|
||||
stNS12 : ST_HMI_VALVE_DATA;
|
||||
|
||||
|
||||
// Valve negolyt
|
||||
// ===================================
|
||||
stNegolytValve : ST_HMI_VALVE_DATA;
|
||||
stNS22 : ST_HMI_VALVE_DATA;
|
||||
|
||||
|
||||
// Drucksensoren Posolyt
|
||||
//====================================
|
||||
stPosolytPressureSegmentInlet : ST_HMI_ANALOG_VALUE;
|
||||
stPosolytPressureTankInlet : ST_HMI_ANALOG_VALUE;
|
||||
stP11 : ST_HMI_ANALOG_VALUE;
|
||||
stP12 : ST_HMI_ANALOG_VALUE;
|
||||
|
||||
|
||||
// Drucksensoren Negolyt
|
||||
//====================================
|
||||
stNegolytPressureSegmentInlet : ST_HMI_ANALOG_VALUE;
|
||||
stNegolytPressureTankInlet : ST_HMI_ANALOG_VALUE;
|
||||
stP21 : ST_HMI_ANALOG_VALUE;
|
||||
stP22 : ST_HMI_ANALOG_VALUE;
|
||||
|
||||
|
||||
// Temperature sensor posolyt tank inlet
|
||||
//====================================
|
||||
stPosolytTempTankInlet : ST_HMI_ANALOG_VALUE;
|
||||
stT11 : ST_HMI_ANALOG_VALUE;
|
||||
|
||||
|
||||
// Temperature sensor negolyt tank inlet
|
||||
//====================================
|
||||
stNegolytTempTankInlet : ST_HMI_ANALOG_VALUE;
|
||||
stT21 : ST_HMI_ANALOG_VALUE;
|
||||
|
||||
|
||||
// Voltage sensors
|
||||
// ===================================
|
||||
stVoltageSegment : ST_HMI_ANALOG_VALUE;
|
||||
stE31 : ST_HMI_ANALOG_VALUE;
|
||||
|
||||
|
||||
// Current voltage for HMI
|
||||
|
||||
Reference in New Issue
Block a user