-
New User
Temp AND Time Lighting Statement
Is there an "AND" statement available? Virtual outlet somehow? Would be nice to allow the lighting fixture to turn back on based on temp readback w/hysteresis. Currently using Min time of 60mins.
For example:
Fallback OFF
Set OFF
If Time 15:00 to 23:10 AND TmpH20 < 80.5 Then ON
If TmpH2O > 82.0 Then OFF
I'm currently running this:
Fallback OFF
Set OFF
If Time 15:00 to 23:10 Then ON
If TmpH2O > 82.0 Then OFF
Min Time 060:00 Then OFF
Thanks!
-
Just gotta change the order...
Fallback OFF
If TmpH2O < 80.5 Then ON
If TmpH2O > 82.0 Then OFF
If Time 23:10 to 15:00 Then OFF
You might be an engineer if...You have no life and can prove it mathematically.
-
New User
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks