rslogix 500 timer preset

VJTX

Member
Join Date
Oct 2007
Location
TEXAS
Posts
126
I ran across something new today. Tried to change the timer preset on T10:21 but it would change back. Found that the preset was set by N124:23. I was wondering how this is done, or is it automatic? Usually I see a MOV to t10:21.pre

When I changed the value in N124:23 all was good.
 
Probably N124:23 was (or still is !!!) periodically written to by other ladder logic instruction (s) or most likely via implemented MSG communications.
 
Or a math function like MUL. Sometimes I have timers which are adjustable from an HMI, and in order for things to be understandable I put the HMI time in Seconds, then multiply it out to the Timer's Preset to match the time base.

Cross reference the timer and see where it shows up. If a MSG instruction is writing to the timer present value that should show up too.
 

Similar Topics

Why is it that I Can't drag Done bits from timer, when I can drag Bit values into an instruction?
Replies
6
Views
2,386
Hello friends! Might someone be able to give me a brief explanation of the differences between the .TT (Timer Timing) bit and the .EN (Enabled)...
Replies
2
Views
1,867
I am working on a project using a Allen Bradley ML1400 and would like to make it so the user can adjust a timer preset from the lcd. Does anyone...
Replies
6
Views
6,152
I'm trying to simply change a timer preset value from 100 to 500 (x .01 sec) using RSLogix 500. It allows me to highlight the value and type in...
Replies
5
Views
7,936
Hello I have: 2 pumps that alter every time pump 1 or 2 runs based on level. Problem is that I can not reset timers after the first run. Logic...
Replies
3
Views
2,526
Back
Top Bottom