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.
15 lines
648 B
XML
15 lines
648 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<TcPlcObject Version="1.1.0.1" ProductVersion="3.1.4024.12">
|
|
<DUT Name="ZoneProp" Id="{9814464d-8114-4a0d-84ef-51c7852195f9}">
|
|
<Declaration><![CDATA[TYPE ZoneProp :
|
|
STRUCT
|
|
iApsNo : INT; // Number of Apartments in Zone
|
|
iLowHigh : INT; // Number of Apartments to substruct when calculate Average Temperature
|
|
fDCCorrection : REAL; // To correct Duty Cycle from the lower (1st) to the last floor. Higher floor requires less Duty Cycle
|
|
bHeatEnabled : BOOL; // Enable/Disable Zone Heating
|
|
fDutyCycle : REAL; // Calculated Duty Cycle, 0..1
|
|
END_STRUCT
|
|
END_TYPE
|
|
]]></Declaration>
|
|
</DUT>
|
|
</TcPlcObject> |