Hi,
First, I would like to say that this is a good and easy program to use. We have been using this at our temple for LED light control. It has been working good. We use the functions under clock to do several things at specific times of day.
The issue is that sometimes some of the functions do not work or gets executed. I have tested out all of the functions separately and executed in same manner many times and it has no issues at all. But, when they are executing in clock timer it does not work. Is there anything specific I have to keep in mind when programming things in clock or is there a known issue with what I am doing.
I have attached the workspace here.
Thanks.
Regards,
-Jatin.
Functions in clock does not work all the time
-
- Posts: 2
- Joined: Sun Sep 20, 2015 10:20 pm
- Real Name: jack Patel
- Attachments
-
- LA_Mandir_Lights_08052015.qxw
- (110.61 KiB) Downloaded 42 times
-
- Posts: 637
- Joined: Sun Apr 12, 2015 6:30 pm
- Real Name: David
Hello,
I think the issue is that you are using scripts. When you run a script, once it has executed all of its lines, the functions it has started will be stopped.
If you really want to try what the clock is doing, manually start the SCRIPT, not the functions started by the script. You'll see the problem then
PS- thanks for sharing your workspace right away
I think the issue is that you are using scripts. When you run a script, once it has executed all of its lines, the functions it has started will be stopped.
If you really want to try what the clock is doing, manually start the SCRIPT, not the functions started by the script. You'll see the problem then
PS- thanks for sharing your workspace right away