Allen-Bradly Reference Numbers?

Technical Management ?

The A-B controllers with which you are likely familiar (PLC-5 and SLC-500) use a register scheme in which each data type is represented by a letter, and all data addresses includes a data file number, a data element number and subelement number.

Got it ? File, Element, Subelement.

The first eight files in an A-B controller are predefined:

O0 Output
I1 Input
S2 Status
B3 Boolean
T4 Timers
C5 Counters
R6 Control Registers
N7 Integers
F8 Floating-Point

The syntax for most addressing is:

Type FileNumber : Element / Subelement

Thus a particular integer might be addressed as "N7:10" for Element 10 of File 7.

Subelements of predefined complex datatypes like Counters and Timers have mnemonic shortcut addresses you can use. The "Done" bit for Timer T4:5 is addressed "T4:5.DN", instead of actually specifying the offset bit inside the timer structure.

It's best not to boast about your skills while you are committing a major faux pas, kid. The above is for A-B controllers, as you stated, not for GE controllers, as you went on to ask about.

I use the A-B "Instruction Set Reference" manuals for the PLC-5 and SLC-500 controllers every day. They include detailed explanations of all the datatypes used in those controllers.
 

Similar Topics

We are trying to poll data coming from a PLC for remote monitoring we have the IP address of the PLC and the default port number and the path is...
Replies
25
Views
614
Anyone know what these statistics mean or if there is a page that explains it more? I couldn't find anything on Rockwell's website or literature...
Replies
0
Views
71
Hello everyone, I am an engineering student who took on a project to design and build a control system for an industrial coffee roaster as my...
Replies
16
Views
4,551
Hai All, We are trying to communicate allen bradley L33-ER processor with Iconics OPC server suite 5.5.Can someone tell me what are steps we need...
Replies
1
Views
959
EN2T card is capable of 256 Connection. What exactly a connection means? I am going to use a Generic Module communication with 128bytes input and...
Replies
5
Views
2,305
Back
Top Bottom