You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
997 B
XML

<?xml version="1.0" encoding="utf-8"?>
<TcPlcObject Version="1.1.0.1" ProductVersion="3.1.4024.12">
<DUT Name="Zone" Id="{c064f863-9f93-4a1e-820a-ead6a279da6e}">
<Declaration><![CDATA[TYPE Zone :
STRUCT
iID : INT; // ID unique number, can be an index in the Array
iZone : INT; // Zone number.
iTAver : INT; // Calculated Zone Average Temperature x0.1°C
fDutyCycle : REAL; // Calculated Duty Cycle '
iDutyCycleManualOffset : INT:=0; //Additional dutycycle for zone 0-20%
iChillFactor : INT; // Calculated Chill Factor
iAngle : INT; // Zone angle related to North 0..360°
iAngleOffset : INT; // +- value to calculate wind effectiveness
arAp : ARRAY[1..Set.iNoApZoneMax] OF Apartm; // Array of Apartments in the Zone
PID : PIDParam;
bHMISSR_Manual : BOOL; // HMI PB, Zone Command to switch all SSR control to Manual Mode (Maping test)
fHMI_TValue : REAL; // Converted to HMI (REAL) average temperature
END_STRUCT
END_TYPE
]]></Declaration>
</DUT>
</TcPlcObject>