Indirect control logix

webbyjules

Member
Join Date
Aug 2004
Location
Rugby, Midlands, UK
Posts
11
I am trying to do some indirect addressing in control logix 5000 and having no luck.
In PLC 5 I used to write it like this B3/[N10:0], if N10:0 was say 60 then Bit B3/60 would be true.
I cannot get this to work on control logix at all.
Any help would be most appreciated

Jules
 
Create tag B3 type BOOL[1000]
Create Tag INDEX type DINT

Address B3[INDEX]
If index=60 it will address B3[60]
 

Similar Topics

Hello All: I have a situation where I have 110 PID loops. For the most part they are all tuned the same but there are always a couple that need...
Replies
12
Views
5,709
I am currently converting a Softlogix program to run in a Control Logix platform. The problem I am having involves "double Indirect" addressing...
Replies
8
Views
11,079
I'm have been tasked with re-engineering the Error logic footprint of our machine Ladder program. I have the following issues to consider: 1.)...
Replies
10
Views
8,044
Howdy folks, I am an Allen Bradley guy currently living in an Emerson world. Working with Rx3i on PacSystems Machine Edition v. 9.6? i think...
Replies
3
Views
620
Hey, I'm trying to do the following, I have some experience with Citect but can't seem to figure this out. I/O Tag: BoxPos1_ProdNum (Data Type...
Replies
0
Views
577
Back
Top Bottom