changing timer preset

jeff s

Member
Join Date
Aug 2007
Location
washington
Posts
62
Today i was asked to change some timers on an slc 5/03 with panel view 550.on one of the timers when i tried to change the preset would keep going back to the original preset.I even went to program mode,tried doing change as rung edit nothing seems to work, so my question is were could this preset be coming from I have never ran into this ?
 
Post your .rss file and tell us which timer you are trying to change.
Does the SLC5/03 have memory module?
 
Chances are, the timer's preset value is being set somewhere else in the program. This will override any change you try to make while online with the PLC.

Try this: search for the address T4:0.PRE (using the correct timer address of course). There may be a MOV instruction somewhere that is setting this value.
 
Thanks for the pointers,I will look for the preset address and mov instr.elsewhere within the program.I do not have a copy of the program with me or i would post, maybe tomorrow?


again,
thanks for the help
 
jeff s said:
Thanks for the pointers,I will look for the preset address and mov instr.elsewhere within the program.I do not have a copy of the program with me or i would post, maybe tomorrow?


again,
thanks for the help

We do this quite often in our programs. We have recipes and we indirectly address to data tables to get timer presets for timers that vary based on products. They can be tricky to track down if you don't know indirect addressing.
 
You can't change the timer preset directly - i.e. you can't write to T4:7.PRE

You need to write to a separte register, like N10:6, and then use the MOV command to move the value to the preset.
 

Similar Topics

I would like to use a numeric entry from a C-more HMI to change the preset in a timer in Do-More. How might I go about that? Thanks
Replies
1
Views
1,270
RSLogix 5000. I have a set of 3 timers controlling a DO that turns a sampler valve on and off. The first is for how long they want to sample...
Replies
8
Views
1,611
This is a Micro850. Timer one begins timing. When the enable input of timer 2 is active I want to load the accumulated count of timer one into the...
Replies
5
Views
1,689
I am trying to set a timer in S7 for 30 seconds. i have blocks that nead to read this accumulated value as it timing, and perform some other...
Replies
13
Views
5,883
Hey all. We have several TI505 PLCs and we are having trouble with some of the timer presets getting wrote to a value of 32757. Sometimes it is...
Replies
10
Views
3,587
Back
Top Bottom