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
758 B
Plaintext
22 lines
758 B
Plaintext
6 months ago
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<TcPlcObject Version="1.1.0.1" ProductVersion="3.1.4024.12">
|
||
|
<DUT Name="Building" Id="{b57b78fd-7720-4f45-8777-10b069448b20}">
|
||
|
<Declaration><![CDATA[TYPE Building :
|
||
|
STRUCT
|
||
|
// Variables market with // are moved to the GVL retain data
|
||
|
|
||
|
// iSetT : INT; // Set temperature x0.1°
|
||
|
iOutT : INT; // Outside Temperature x0.1°
|
||
|
// iTmax : INT; // Max set temperature x0.1°
|
||
|
// iTmin : INT; // Min set temperature x0.1°
|
||
|
iTAver : INT; // Average building temperature x0.1°
|
||
|
iWindSpeed : INT; // Wind Speed
|
||
|
iWindDir : INT; // Wind Direction, North is 0
|
||
|
// iChillFactor : INT; // Chill Factor
|
||
|
// bNM : BOOL; // 0 Night mode OFF; 1 Night Mode ON
|
||
|
|
||
|
END_STRUCT
|
||
|
END_TYPE
|
||
|
]]></Declaration>
|
||
|
</DUT>
|
||
|
</TcPlcObject>
|