^

Themabewertung:
  • 185 Bewertung(en) - 2.79 im Durchschnitt
  • 1
  • 2
  • 3
  • 4
  • 5
Programming Approach
#1
Dear Sir,

I would like to ask some help regarding the best approach for programming on LCN Pro.
Please see below details.

Devices:

LCN-SHS
LCN-NUI
LCN-R2H
LCN-GT4D w/ TS

Mechanical Devices:
2 Split Air Condition Units

Sequence of Operation:
1. We need only to control the power of the 2 split air condition units, (auto ON / OFF)
2. The leading split air condition unit set point is 24 Degree Centigrade.
(if the room temp is higher than 24 degree, the leading split air condition unit will ON.)
3. The back-up split air condition unit set point will be 27 Degree Centigrade.
(if the room temp is higher than 27 degree, the backup split air condition unit will ON too, 2 split air condition unit now in ON position.)
4. For every 24 hours the leading split air condition unit is changing.
(so that no split air condition unit will be over use.)

Thanks You and Regards,
Aertiongs
Zitieren
#2
1) Wanted Function (tell it with my own words)

1a) The two split-units are for cooling a room, around the clock.
1b) One of the split-unit is 'leading', the other is for 'backup'.
The leading split-unit is set to 24°, the backup split-unit is set to 27°.When the cooling-job is too hard for the leading split-unit alone, and the room is getting
warmer and warmer (>24°),then (=>27°) the backup split-unit is working too. Both split-units will rich the wanted cool room-temp.
1c) Every 24h the split-units changes the status - yesterday leading, today backup. Over the time you get the same running/using for both split-units.

2) LCN-Components
LCN-SHS: The intelligent.
LCN-R2H: Relay1 switches split-unit 1, relay2 switches split-unit 2.
LCN-TS: The temp.-sensor, to get the actual temp. in this room.
LCN-LSA: The outdoor lightsensor, to detect the darkness, the night. When the day will come (lightning), 24h are over.
Then it toggles the split units (using) - unit 1 from 'leading' to 'backup', unit 2 from 'backup' to 'leading'
Mount the lightsensor at the north house-wall (not at the south, not at the roof).

3) Programming (see attachment too)
Regulator1: Temp-value from the temp.sensor, set-value 24° ('leading'), works to relay1.
Regulator2: Temp-value from the same temp.sensor, set-value 27° ('backup'), works to relay2.

After 24h, the new day (lightsensor, threshold 4-1) will toggle the "FlipFlop", a virtual relay. Its status-commands shift the set-value from regulator1 up to 27°;
and the set-value from regulator2 down to 24°.
Now split-unit 1 is 'backup' and split-unit 2 is 'leading'.
The next day toggle the "FlipFlop" again, its (re)sets the programmend set-value to each regulator.
Now split unit 1 is 'leading' and split-unit 2 is 'backup'.

To get the real night (and day), the threshold of the light-sensor waits 58 minutes (command 'send-key-delayed'), bevore they activate 'day' (or 'night'). That are the keys B7 and B8 for. We only want to know "a new day" ('B7 hit'), that's why 'B8 hit' is not used for commands - but used for the send-key-delayed-waitings!

After power-up, the modul wait a little bit, then it look to the lightsensor-value. The one-time repeat (key C7) of the used threshold (4-1) will get the real day-state (day or night) - where ever it is, what ever time it is.
Mit freundlichen Grüßen vom LCN-Team

W.Starke
Zitieren
#3
Hi Sir W. Starke,

Thank you for giving us your time for making this program. We will study and we will make simulation on it.

Thanks and more power to LCN team...

Regards,
Aertiongs
Zitieren


Gehe zu: