AB 5/04 timer T4:

Adam303

Lifetime Supporting Member
Join Date
Aug 2009
Location
Chicago
Posts
587
Hi to all.What instruction I must write to in order to change the preset value from a HMI(maple system)
T4: time 1.0
preset 400

processor 5/04 AB


Process
A pump that will be turned on from a HMI useing a toggle ON/OFF bit. This bit make a timer TOF for a preset amount of time, and a bit TT will turn on a output causing the pump contactor to turn on. What instruction I must use or write to in order to change the value in T4 TOF timer preset.
Thanks for your help.
 
T4 is a section which contains multiple timers.

T4:0 is one timer within the section

T4:0.PRE is the preset value for this timer. This is what you would change to vary its time.

But some HMI interface protocols or processors do not allow you to DIRECTLY modify the Preset. If you find this (selecting the Preset of a timer is not allowed) then write the desired preset to an 'N' register. In the ladder MOV the value from the 'N' register to T4:0.PRE (or whatever timer you are using)
 

Similar Topics

Hello, I still do not have equipment in to test. But the RTAC ladder does not have a timer reset coil. I wonder if a reset coil on Timer.IN is...
Replies
1
Views
122
I have some logic that I have written within a 5380 series controller that tracks the time an event is started, while the event is running an RTO...
Replies
2
Views
108
Hi all, I have a simple question that I have overcomplicated and gotten stuck on. I have a variable, we can call it "light" that I need to stay...
Replies
4
Views
361
Question to anyone with ideas about my thoughts on upgrading a very vintage timer, which is being used to switch between 2 5hp domestic water...
Replies
14
Views
459
why my timer only executes once here? After first time i use it, ET stays at 0ms all the time. It is in FB
Replies
5
Views
326
Back
Top Bottom