Allen Bradley PLCs

ready961

Member
Join Date
Jan 2003
Posts
78
Hello all
I am a self taught PLC programmer with Automation Direct PLCs and their software. I would like to learn to program Allen Bradley PLCs. Probably starting with micro logic. What software is needed? Will the programming be the same idea as the AD PLCs, just building the ladder logic in the software?
 
For getting aquainted there is a free version of the software which can program the smallest micrologix.


The main conceptual difference will be:

The nomenclature I = Input, O = Output, N = Integral data register, B = bit addressable registers, T = Timer, C = Counter.

The addressing - includes data type (I,O,N,B,T,C etc) with file number (some are preassigned by type) and location within the file. Numbering is decimal, not octal. These components are seperated by colons, periods and slashes. Read up on the addressing to not get confused.

On larger PLCs the ability to assign higher file numbers with your choice of data type.

A lack of the 'stage' logic.

Arithmetic operations which include
1. load first operand
2 do operation with second operand
3 store to output location
all within one instruction

The preset and acculator for timers and counters are at preassigned locations, not just the accumulator. The timers and counters provide more status bits than just the 'finished' bit.

I think that covers the major differences. Otherwise the logic is much the same. Oh - you get to AND a condition before a second output on a rung!

And the default level of the math is not BCD!
 

Similar Topics

I have a client who periodically experiences network communication issues. Sometimes when I VPN into the site, their SCADA systems will flash comm...
Replies
2
Views
168
I have been looking to this and thought I'd ask for input from others before I take it in a wrong direction. The guy who used to set these up...
Replies
9
Views
402
Hello guys, iam planning to switch from Allen-Bradley PLCs to B&R PLCs. Does anyone of you know if its possible to import the Logic in...
Replies
2
Views
1,553
Hey guys, I'm working on a proposal for a client, and long story short I need to suggest a new master PLC for polling existing RTU sites that are...
Replies
23
Views
9,771
Hello everyone, I have 3 identical processes controlled by 3 Allen Bradley PLCs (1769-L33ER CompactLogix 5370). All 3 share some identical...
Replies
13
Views
3,285
Back
Top Bottom