×
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS

Log In

Come Join Us!

Are you an
Engineering professional?
Join Eng-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!
  • Students Click Here

*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Jobs

First time - need Contrologix 5000 info

First time - need Contrologix 5000 info

First time - need Contrologix 5000 info

(OP)
Hello,

This is my first post, so please be patient.

I am an experienced PLC-3, PLC-5, and SLC programmer, but I am trying to learn Contrologix 5000 and am having some difficulty with the data structure. I am trying to teach myself, but I'm using a working processor and must be extremely careful.

Will someone point me to info concerning data tags, alias, style and other data type info for the Contrologix 5000? I have read the Allen-Bradley quick start guide and it does not offer much discussion of the data formats.

Thanks for your consideration, and I look forward to being a part of this forum.

RE: First time - need Contrologix 5000 info

Start with the programming manual.
You can find it on the Rockwell manuals web site:

http://www.theautomationbookstore.com

Publication, 1756-PM001H-EN-P

Welcome and good luck.

RE: First time - need Contrologix 5000 info

Hello;
     The ControlLogix does not have data files like the SLC or PLC (or most other PLCs for that matter). Rather you declare tags (variables). If you have ever programmed in C or Pascal or similiar language, this should be familiar.
     Aliases are tags (or rather tag names) that point to a different tag called a base tag. So you have a single piece of data refered to by two different tags or name.
     Another important feature is user defined data types. These are very similiar to structures in C.

RE: First time - need Contrologix 5000 info

(OP)
Yep, these structures are familiar to me, but I've inherited a ControLogix program and it seems that the original programmer has created tags in a haphazard fashion. There are many arrays created that refer to PLC-5 type data tables, for example, tag arrays like N61[499], or B3[10].07

I'm not sure, but do you think these type tags were created to interface with RSView32?

RE: First time - need Contrologix 5000 info

From my experiences, the reason for tags like N61[499] or B3[10].07, is that the program was created as a conversion from PLC-5 to ControlLogix.
I have done a few of these myself, where it is important to retain some of the familiarity of the PLC-5 program, as a transition is made to ControlLogix, especially if you have numerous installed applications being serviced by field technicians.

RE: First time - need Contrologix 5000 info

(OP)
NWBeaver, you are correct that this was based upon an existing PLC-5 program. Do you know if RSView32 "needs" to have tags that are named in that fashion? Or can RSView32 accept tags from ControLogix 5000 like "booster_pump_aux" rather than "N58:4/12"??
thanks for the reply.

RE: First time - need Contrologix 5000 info

RSView32 can use the ControlLogix tags.  In fact, you can import the tags from Logix.

There are some application notes in the Rockwell Automation Knowledgebase which may help you.

Go to:

http://domino.automation.rockwell.com/applications/kb/RAKB.nsf/$$Search?OpenForm

and use A5550 as the keyword.

RE: First time - need Contrologix 5000 info

(OP)
NWBeaver,

Wow, thanks for the info, I searched on A5550 and got info that was very pertinent to what I am looking for.

What else do you know?

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Eng-Tips Forums free from inappropriate posts.
The Eng-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Eng-Tips forums is a member-only feature.

Click Here to join Eng-Tips and talk with other members!


Resources