QUOTE
Or i can move 'Zero' value to TM.P of the timer.?
Now all it's clear!!!!!
You have to know that PL7 Pro have several different timer each ones have different commands...
There are :
%T (derived from PL7-2/3)
%TM (default)
%MN (monostable)
all those objects must be configured in software configuration (and in the variable section predefined FB) but the quantity is limited related to the CPU model.
So PL7PRO offer four time delay function EF limited just by the memory capacity.
You indicate TM.P so you want to know how to manage the timer %TM. Well!
in structured text you have two commands:
START %TMxx (to start the timer)
DOWN %TMxx (to reset the timer)
You have told in another post you are using off delay so TOF timer.
In this case should be on the contrary: START to reset and DOWN to start
In Ladder is probably easier to understand.
In order to reset a TOF you have to generate a rising edge to the variable IN
NB.
What I told you about EN variable in my last post, is concerning the function of the library FTOF