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.
18 lines
607 B
XML
18 lines
607 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<TcPlcObject Version="1.1.0.1" ProductVersion="3.1.4024.12">
|
|
<DUT Name="HMI_ApartmDisplay" Id="{9aba87be-1ba9-4ece-bbab-29581d2ddfb0}">
|
|
<Declaration><![CDATA[TYPE HMI_ApartmDisplay :
|
|
STRUCT
|
|
iAp : INT; // Apartment Number
|
|
bSSR : BOOL; // SSR Output, Output control
|
|
bHMISSR_ON : BOOL; // for mapping test purpose
|
|
fValue : REAL; // Actual temperature °C
|
|
bVisible : BOOL;
|
|
fT_SP : REAL; // Temperature Set Point °C
|
|
iZoneNo : INT; // Zone Number
|
|
iInZoneNo : INT; // Inside Zone number
|
|
END_STRUCT
|
|
END_TYPE
|
|
]]></Declaration>
|
|
</DUT>
|
|
</TcPlcObject> |