Timer.Pre Value setup

learner

Lifetime Supporting Member
Join Date
Apr 2007
Location
British Columbia
Posts
81
Hi,

Aside from using a For loop. what is the fastest way of setting the Preset values of timers located in the an array of 200? all the Preset values will be the same. I just want them to be set on the first scan to make sure nothing is missing.

Rslogix5000

Thanks
 
Hi,

Aside from using a For loop. what is the fastest way of setting the Preset values of timers located in the an array of 200? all the Preset values will be the same. I just want them to be set on the first scan to make sure nothing is missing.

Rslogix5000

Thanks

Does it matter about speed if you are only executing it once on first scan ?

I would personally go with the "brute force" method, setting them individually. This will allow modifications later if some of them need to be a different preset.
 
Don't know if this will work, not at a PLC at the moment

Steve

Sorry should be 200

val1 contains the preset value

FAL.png
 

Similar Topics

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
298
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
431
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
303
Good morning guys, I'm searching for a Timer relay which accomplishes the "flasher" condition in the photo attached, however, I need the ability...
Replies
2
Views
553
Hello all, I am trying to improve my skills, so I decided instead of moving a value into every single .PRE of an array of timers, I thought I...
Replies
6
Views
334
Back
Top Bottom