ICS-GS
03 Jan 10, 09:49 PM
Hi guys,
just a quick question regarding the in-built system IO for HVAC controls
with regard to the zones, and the option to select multiples of them.
is (GetBoolIBSystemIO("HVAC Plant Heating", 1, HVACZone123) = ON)
the same as
(GetBoolIBSystemIO("HVAC Plant Heating", 1, HVACZone1) = ON) or
(GetBoolIBSystemIO("HVAC Plant Heating", 1, HVACZone2) = ON) or
(GetBoolIBSystemIO("HVAC Plant Heating", 1, HVACZone3) = ON)
OR
(GetBoolIBSystemIO("HVAC Plant Heating", 1, HVACZone123) = ON)
the same as
(GetBoolIBSystemIO("HVAC Plant Heating", 1, HVACZone1) = ON) and
(GetBoolIBSystemIO("HVAC Plant Heating", 1, HVACZone2) = ON) and
(GetBoolIBSystemIO("HVAC Plant Heating", 1, HVACZone3) = ON)
or none of the above
Thanks
Grant
just a quick question regarding the in-built system IO for HVAC controls
with regard to the zones, and the option to select multiples of them.
is (GetBoolIBSystemIO("HVAC Plant Heating", 1, HVACZone123) = ON)
the same as
(GetBoolIBSystemIO("HVAC Plant Heating", 1, HVACZone1) = ON) or
(GetBoolIBSystemIO("HVAC Plant Heating", 1, HVACZone2) = ON) or
(GetBoolIBSystemIO("HVAC Plant Heating", 1, HVACZone3) = ON)
OR
(GetBoolIBSystemIO("HVAC Plant Heating", 1, HVACZone123) = ON)
the same as
(GetBoolIBSystemIO("HVAC Plant Heating", 1, HVACZone1) = ON) and
(GetBoolIBSystemIO("HVAC Plant Heating", 1, HVACZone2) = ON) and
(GetBoolIBSystemIO("HVAC Plant Heating", 1, HVACZone3) = ON)
or none of the above
Thanks
Grant