PLCDontUQuitOnMe
Member
Currently programming an Omron PLC and using a few timers. Just need to know something simple...
Since omron doesn't have a timer timing(TT) bit like AB, you have to check if the timer is timing like so: if NOT TIM001
which means, if the timer is not done, which would mean that it's timing....
but i'm wondering will that also be true if the timer ISN'T timing? Like if the timer hasn't even been executed yet?
AB has TT and the DN bit, with OMRON I can only check if the DN bit is on or off?
IE in Omron: AN TIMER001 OTE OUT1
I would want this code to only energize OUT1 when TIMER 001 is timing, but would it also turn on OUT1 when TIMER 001 hasn't even been started yet?
Since omron doesn't have a timer timing(TT) bit like AB, you have to check if the timer is timing like so: if NOT TIM001
which means, if the timer is not done, which would mean that it's timing....
but i'm wondering will that also be true if the timer ISN'T timing? Like if the timer hasn't even been executed yet?
AB has TT and the DN bit, with OMRON I can only check if the DN bit is on or off?
IE in Omron: AN TIMER001 OTE OUT1
I would want this code to only energize OUT1 when TIMER 001 is timing, but would it also turn on OUT1 when TIMER 001 hasn't even been started yet?