![]() |
|
Nested DO limit - Printable Version +- Comfort Automation/ Security System Forums (https://www.comfortforums.com) +-- Forum: Support (https://www.comfortforums.com/forum-2.html) +--- Forum: Problems & Troubleshooting (https://www.comfortforums.com/forum-36.html) +---- Forum: Responses and Actions (https://www.comfortforums.com/forum-74.html) +---- Thread: Nested DO limit (/thread-1891.html) |
- palmlodge - 06-19-2010 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 - slychiu - 06-20-2010 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 - palmlodge - 06-20-2010 ok - will send my config over for you to take a look - palmlodge - 06-21-2010 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 ? - ident - 06-24-2010 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 - palmlodge - 06-24-2010 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 !! |