Need to learn AB as much as possible before Monday.

scubaduderon

Member
Join Date
Mar 2010
Location
Chicago
Posts
17
Do any of you have ideas as how to go about learning as much about AB PLC programming as quickly as possible? I'm a former programmer, so I am familiar with logic. I'd like a head start for my new job.

I've loaded the RSLogix 500 Starter and got that going on my pc, but don't have any hardware to connect it to, and don't know if it will even help.

Any ideas or strategies are greatly appreciated.

Thank you,

Ron :site:
 
I start new job Monday. I am expected to learn quickly due to programming experience and I have a few days to get a head start, and I found this great group!

Thanks,
Ron
 
Excellent - Keep the ideas coming!

I was looking around for local bookstores that had books on PLC's, but it seems this is a special order type situation and would take too long to arrive to do me any good. I should order some anyway and continue the learning after the job starts. I have a long way to go.

I will also take classes at the local JC.

I thank you again, and will continue to do until the input stays low!

Ron
 
Thank you, I'll check that one out!

I downloaded and installed something called the RS Logix 500 Starter 10pt MicroLogix 1000 English, and have opened it, but now what? LOL.

I will look at yours next.

Thank you,

Ron
 
Go to the literature library at AB.COM and download the SLC 500 instruction set reference manual and addressing manual. Since you've got PLC experience just make sure you understand AB addressing and you'll be up an running in no time at all.
 
Welcome to the world of PLC programming.

It sounds like you are coming from the computer science world so forgive me if that is not the case but this still may be useful.

When I first started with PLCs I had done BASIC and C and FORTRAN and the biggest thing that took me a while to get was that you have to forget about going into a loop to wait for something to happen on a PLC. While there are some ways to do conditional exeution, in general when starting out it helpped me when I began to think of the PLC program as one loop that executes continuously. This is what we mean by the program scan. Every rung gets executed every scan. If you need to wait for a limit switch to close before turning on an output to close a gripper, you don't try to keep the program looping doing nothing until the switch closes, you just do not close the gripper and then let the flow of execution continue to the bottom of the program and start all over again.

The Boot Camp stuff is great. Get the new employeer to send you to Rons class if you can. No matter how much you know about programming, learning about industrial programming from such a specialist will greatly increase your productivity. I would think your employeers payback would start immediately and for your while career there you will be more efficient so it would be time & money well spent.

Embrace the cycle of the PLC.
- Scan the inputs
- Solve the logic rungs
- Set the outputs
- Repeat
(thus might be slightly simplyfied but what you need to start)

Anyway, good luck with the new job and just take thing one step at a time and you should do fine.
 
RS Logix 500 Starter is a free limited version of RSLogix for the Micrologix 1000 controller. If you don't have the controller or an application to develop, it's not really going to help you learn to program AB PLCS.

This is pretty much a re-cap of what everyone else has already but here's the course I'd recommend to get started:

1. If you need the basics, the tutorial on this site under the 'Learn PLCS' link at the top of the page is a great introduction to Relay Ladder Logic, and the synchronous scan cycle.

2. Then once you've worked through that, download the LogixPro simulator from http://thelearningpit.com - Try to work through the student exercises using your newfound understanding of RLL.

3. Then head over to Ron's site at http://www.ronbeaufort.com/ and watch the sample youtube lessons for a more concrete understanding.

http://literature.rockwellautomation.com will become your best friend once you get past the basics of Relay Ladder Logic.
 

Similar Topics

i am new one in the PLC. please help me how can i improve me.
Replies
3
Views
1,397
I am working on learning more about programming, and am having to try and teach what i know to new hires in our maintenance department. In order...
Replies
9
Views
5,790
Does anyone have a good website to learn about SPI drawings? It's my understanding these can be used as an alternative to using AutoCAD to make...
Replies
0
Views
1,456
Hi. I have bought the 2 hardcover books from Hans Berger for programming in LAD and STL. I have read through both of them. I just find them too...
Replies
4
Views
3,393
I need to learn PLC Siemens where i can learn get more information about ladder and sample
Replies
0
Views
32
Back
Top Bottom