OSC question

ostrow

It's Dr. Goodluck Himself
So rather than saying what I wish for this to do, I would like to see answers to what this will do or, if mis-written, where the error is. I will explain why but I am curious as to what I might hear. Thanks.


Fallback OFF
OSC 033:00/000:20/026:40 Then ON
If Time 17:00 to 16:00 Then OFF
 
Thanks!

For some reason it doesn't seem to be working.
 
Last edited:
So rather than saying what I wish for this to do, I would like to see answers to what this will do or, if mis-written, where the error is. I will explain why but I am curious as to what I might hear. Thanks.





Fallback OFF

OSC 033:00/000:20/026:40 Then ON

If Time 17:00 to 16:00 Then OFF



I would try breaking up the off range

Fallback OFF

OSC 033:00/000:20/026:40 Then ON
If Time 00:00 to 16:00 Then OFF
If Time 17:00 to 23:59 Then OFF

It may not make a difference but that's how I always set mine.

Mike


Sent from my iPhone using Tapatalk
 
OSC 033:00/000:20/026:40 Then ON
If Time 00:00 to 16:00 Then OFF
If Time 17:00 to 23:59 Then OFF

It may not make a difference but that's how I always set mine.
If Time statements can span the midnight boundary. There's no need to split it up like that.
 
Back
Top