Posts: 510
Threads: 98
Joined: Dec 2006
Reputation:
0
06-19-2010, 08:57 PM
(This post was last modified: 06-19-2010, 09:03 PM by palmlodge.)
Is there a limit on nested DOs ?
I have some actions that trigger some relays - but they refuse to work in my AwayMode and SecurityOff responses - where all the other commands in these responses appear to work ok
The relays in question are 3 DO levels down tho - could this be a reason for them failing to action ?
The same responses work fine if trigger by a temp. comfort trigger, so I know the code is good.
Thanks
Posts: 5,916
Threads: 868
Joined: Apr 2006
Reputation:
1
3 levels for Do responses should be fine as long as they dont DO themselves as that would result in an endless loop and reset the whole Comfort
Posts: 510
Threads: 98
Joined: Dec 2006
Reputation:
0
ok - will send my config over for you to take a look
Posts: 510
Threads: 98
Joined: Dec 2006
Reputation:
0
Also, I\'ve now noticed that some CBUS commands are also not working when the AwayMode response is called.
So this is not limited to the relays. Perhaps comfigurator is encoding the responses incorrectly when uploaded ?
Posts: 3,493
Threads: 476
Joined: Aug 2006
Reputation:
0
We have not managed to duplicate your problem using your cclx file
Capture your Monitor I/O screen after you execute the command and send it to us so we can see if we can find out what is hapening
Posts: 510
Threads: 98
Joined: Dec 2006
Reputation:
0
I think it\'s the RIO getting overloaded. As we don\'t have a PAUSE or WHILE/WEND type functionality, I\'m going to have to create a vast script ot ensure all 8 outputs are nver triggered close to each other.
PAUSE or WHILE/WEND functionality please in responses !!