PDA

View Full Version : How to make scheduler event trigger a command?



Todd Reed
March 1st, 2007, 10:03 PM
I have created a Schedule named "newmonth" which is started.
It is a monthly task, at 00:01am that triggers once.
It is tied to a command using a "Raw:Scheduler" event.
Spelling is checked, all lower case, but the event does not trigger?

How can I make the scheduler work?

At start of new month, trigger a command!

Ron
March 2nd, 2007, 07:34 AM
Upload your GML with the scheduler node and the node you wish to trigger.

Todd Reed
March 2nd, 2007, 09:10 AM
Thanks!

I was using "Raw:Scheduler" as the event type , so I switched to "LUA:Scheduler" (as per the manual!) and it seems to work now!

Ron
March 2nd, 2007, 09:11 AM
Glad you found it!

Todd Reed
March 2nd, 2007, 09:23 AM
BTW, what is the difference between "Raw" and "LUA" as it pertains to Scheduler, and why is there both??

Ron
March 2nd, 2007, 10:05 AM
I think John did that to be able to distinguish between the scheduler events generated 'manually' and from the scheduler dialog.