Easiest method to clear/zero an array of INT's RSLogix 5000

tmadore

Member
Join Date
Jan 2016
Location
Connecticut
Posts
12
What is the simplest method of clearing an array of integers in RSLogix 5000?
I could make a zero array of the same size and copy it, but that seems to take some time (approx. 400 INT array)

The FLL function would be great if it was able to fill arrays...

I am looking for some suggestions. Should I just stick with the synchronous copy?
 
FLL does fill arrays. The last instruction field is the number of elements to fill.

For multi-dimension arrays, use one for each dimension.

Why are you worrying about the time for a copy? Are you having performance problems or just anticipating them? Don't fix what isn't broken.
 

Similar Topics

Good Afternoon , I have a few drawings I need to open up. I don't have Autocad. What is the easiest way to covert .DWG to .PDF ? Thanks so...
Replies
4
Views
1,817
What should be the easiest way to control and view data from a Rockwell PLC using an Android smartphone without using pc? Can you suggest softwares?
Replies
12
Views
3,739
Good Morning , We have a fairly large plant. I have some new machinery , that product is fed from some equipment about 400 to 500 feet...
Replies
11
Views
3,547
Hi i want to control three servo motors for just simple PTP moving with a touch screen or pc, due to the budget, so which is the best way to do...
Replies
3
Views
1,639
Back
Top Bottom