Help with Indirect Addressing on RSLogix 5000

You are using L71, so I'm assuming you have a PV plus as a HMI, then

Create 2 tags in the PLC,

Dint tag type, name it PB
Bool array with data size of 128, name it A[128]

On the HMI create an Interlocked Push button with a tag of PB, copy and paste it 128 times, and edit the button values 0 thru 127

On the HMI create 128 multistate rectangular indicator with 2 states for values 0 and 1, with a tag address from A[0] thru A[127]

At the PLC add an unconditional rung with OTE with a tag element as A[PB]
 

Similar Topics

Hi guys, New to indirect addressing is anyone able to help me with the attached file. I have tried the pen and paper method and first I put the...
Replies
11
Views
2,489
🙃 I have been scratching my head for a couple of days on this issue. I am in the process of converting a program from rs500 to Studio 5000...
Replies
7
Views
5,639
Hello PLC gurus, i would like to ask you for your help. I have a little problem with indirect addressing, also with ST language. My problem. I...
Replies
7
Views
2,800
Some of you guys may remember I was getting some help on a roller door project a few months.. Lets say learning the ropes of what can be done...
Replies
2
Views
4,274
I have an oven that can contain a rack. I have two racks, "1" and "2", each of which can hold up to 6 parts. I load one rack via a robot that...
Replies
0
Views
1,257
Back
Top Bottom