Settting Temperature on Thermostat 5070THP

Discussion in 'General Discussion' started by DmitryShu, Sep 16, 2009.

  1. DmitryShu

    DmitryShu

    Joined:
    Jul 13, 2009
    Messages:
    15
    Likes Received:
    0
    Location:
    Russia
    У меня есть 4 зонный Thermostat 5070THP.
    При установке температуры в одной зоне она транслируется на все 4 зоны одинаково!

    Вопрос - Как установить температуру для каждой из 4 зон отдельно?
    (точнее - для первой зоны установить одну температуру, а для второй совершенно другую!)
     

    Attached Files:

    DmitryShu, Sep 16, 2009
    #1
  2. DmitryShu

    Darren Senior Member

    Joined:
    Jul 29, 2004
    Messages:
    2,361
    Likes Received:
    0
    Location:
    Adelaide, South Australia
    Translated above as:

    It depends on exactly how you are setting the temperature.

    If you are using a PICED button to control the "HVAC Set-Level" in-built system IO, make sure you only select the zone you want to change, not all zones.

    If you are using logic, the same applies:

    Code:
    SetRealIBSystemIO("HVAC Set-Level", 0, HVACZone1, NewSetting);
    
    If you are using a single zone C-Bus thermostat to set the zone temperature, it will always set a single zone.

    On your Multi-Zone C-Bus thermostat, you must make sure that the the user interface is not controlling the other zones. This is set using C-Bus ToolKit. Select the User Interface tab, and select the zone in User Controlled Zones.

    For example, suppose you have three zones; unswitched, zone 1 and zone 2. To make them independent of each other, have the multi-zone thermostat user interface control the unswitched zone only, and two single zones thermostats controlling the other two zones, one each.
     
    Darren, Sep 17, 2009
    #2
  3. DmitryShu

    DmitryShu

    Joined:
    Jul 13, 2009
    Messages:
    15
    Likes Received:
    0
    Location:
    Russia
    ?

    Точнее вопрос в том, как менять установку температуры в каждой из зон отдельно на самом 4 зонном 5070thp при помощи его собственных кнопок на лицевой панели без использования логики и тому подобное???
     
    DmitryShu, Sep 17, 2009
    #3
  4. DmitryShu

    Darren Senior Member

    Joined:
    Jul 29, 2004
    Messages:
    2,361
    Likes Received:
    0
    Location:
    Adelaide, South Australia
    Translated as:

    The 4 zone thermostat only allows the displaying and setting of one temperature. If you have 4 zones, they will all be set to the same temperature. Only one of them can be displayed.

    If you want independent control of the temperature of each zone, you need another device to set the temperature of each of the other zones. You can use single zone thermostats or a touch screen.

    Note that it is not always a good idea to try to do this. For example, reverse cycle HVAC plant can only deliver air at one temperature at a time. If you want different temperatures in different zones, the plant controller (the 4 zone thermostat) needs to open and close dampers continually to try to maintain the different temperatures. In extreme cases, the plant needs to change modes (between heating and cooling) to send different temperature air to different zones.
     
    Darren, Sep 17, 2009
    #4
  5. DmitryShu

    DmitryShu

    Joined:
    Jul 13, 2009
    Messages:
    15
    Likes Received:
    0
    Location:
    Russia
    Обидно - я уго уже купил! А узнал только сейчас.
    Спасибо за помощь - буду использовать 1 зонные термостаты!
     
    DmitryShu, Sep 17, 2009
    #5
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.