Scheduler.xml file working very strangely? Any help?

Abstrakt

New Member
My Scheduler has been acting funny in that all of the messages in this format: <time>000000</time> are working but if i make it <time>12:00:00</time> it does nothing...as an example here is 2 examples of what is working and what is not:
Code:
WORKING!
 
    <job id="24">
        <time>000030</time>
        <delay>000000</delay>
        <day>1,2,3,4,5,6,7</day>
        <loop>1</loop>
        <cmd>say -1 Just a test..Ignore this message...except u...u read it</cmd>
        <cmdtype>0</cmdtype>         
    </job> 
 
 
NOT WORKING!
 
    <job id="0">
        <time>02:00:00</time>
        <delay>000000</delay>
        <day>1,2,3,4,5,6,7</day>
        <loop>1</loop>
        <cmd>say -1 One hour left until restart. Lots of time...You didn't even really need to read this...</cmd> 
        <cmdtype>0</cmdtype>
    </job>

I have the Non working type set to run every 3 hours there should be a message and I have waited for more than a day now with none of those messages running
 
Hey,
I have pretty much the same setup as you and i do not have an issue - however my loop is set to 0.

Perhaps changing that will help?
 
cant see any issue, the loop should be ignored when you specify the time with 00:00:00.

U sure you didnt mean to run it at 14:00:00?
 
Back
Top