Comfort Automation/ Security System Forums
outputs not working - 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)
+--- Thread: outputs not working (/thread-523.html)



- Chosen - 03-16-2007

I have problems where sometimes outputs do not switch off, when they are told to do so in a program.

I have attatched a ccl file, one such example is when an alarm is triggered and and the output flashred is set active, a flashing red light that is attatched to it switches on.  When the alarm is disabled, the response tells it to switch off the ouput, but it keeps on flashing. even resetting comfort didn\'t help.

I think my program is correct, but perhaps someone else could take a look to make sure i havent stuffed it up somewhere.
Are there any known issues with?



- ident - 03-17-2007

You use the Flash Output on a Slave. I am not sure if that willl cause a problem, we need to test this situation

You say that the output remains flashing even when you reset the whole system? This should not be as all outputs will go off after Reset

Can you program this another way using a timer eg

FlashOPON:
Output FRedFlash On
Do FlashOPOff [Flash OP Off] After 1 Seconds Using Timer09

FlashOPOFF:
Output FRedFlash Off
Do FlashOPOn [Flash OP On] After 1 Seconds Using Timer09


Security Off Response
Stop Timer 09

The flashing output will go on using the timer until the security off Response stops the timer