Sample Resume

May 12, 2009 by Neal Babcock  
Filed under Engineering

I have received a number of requests regarding resumes, so I thought the best thing I could do was post a sample resume.

In truth, this is my resume. I have used this format for years and it has served me well. I did change my contact information for this situation, though. Read more

Writing A Good Objective Statement For Your Resume

May 12, 2009 by Neal Babcock  
Filed under Engineering

If you are looking for a permanent position with a company, some people feel it is important to have a good objective statement for your resume. Read more

Addressing in RSLogix 5000

May 4, 2009 by Neal Babcock  
Filed under PLC Programming

Before you can program any PLC system, you have to understand how the addressing is done in that particulaur PLC. I have included a actual screenshot from RSLogix 5000 below that shows examples of addressing in RSLogix 5000.

Read on to get the details. Read more

Know How to Get Back to Where You Started

April 12, 2009 by Neal Babcock  
Filed under Troubleshooting

compassMaking a given modification may be simple. Remembering what you have changed, and how to restore the PLC to its original state may not be so simple.

This is a trap that many programmers fall into. Read more

Connecting to an Allen-Bradley SLC and Going Online

March 11, 2009 by Neal Babcock  
Filed under PLC Programming

I get a lot of questions about going online with a PLC. Here is a section from PLC Programming with RSLogix 500 that covers going online with an SLC 5/03.


You have written your program and now you are ready to download, or send, the Batching program to the computer. Read more

Setting up an SCP in RSLogix 500

February 22, 2009 by Neal Babcock  
Filed under PLC Programming

An SCP (Scale with Parameters) is really handy instruction in RSLogix 500. It scales any range of values to a range defined by the programmer.

One of the common uses of the SCP instruction is to take the value from an analog input and scale it to an engineering value. Read more

Equivalent Logic in PLC Programming

January 30, 2009 by Neal Babcock  
Filed under Ladder Logic, PLC Programming

If you understand basic electrical diagrams, it is much easier to understand ladder logic.

In fact, that was the whole idea behind ladder logic. It was supposed to look, and work, like real electrical circuits Read more

RSLogix 500 Addressing in an Allen-Bradley PLC

January 3, 2009 by Neal Babcock  
Filed under Ladder Logic, PLC Programming

There are a number of addressing schemes used by PLC manufacturers. Let’s take a quick look at how memory locations (including hardware I/O) are accessed with RSLogix 500. Along the way, I will define some terms. Read more

PLC Training Books

January 2, 2009 by Neal Babcock  
Filed under Engineering

Guide-to-PLC-ProgrammingBeginner’s Guide to PLC Programming

How to Program a Programmable Logic Controller

Look around in any modern manufacturing facility and you will find PLCs, or Programmable Logic Controllers. You have seen all the names; Allen-Bradley®, Modicon®, Texas Instruments®, Siemens® and so on. Large companies and small companies use these types of computers running ladder logic programs to automate and control their manufacturing processes.

Understanding how these PLCs work is very important to anyone who works with industrial equipment. Fast and efficient PLC training is the best way to learn the ladder logic of PLCs. It will help you in your current job or help get you the job you want. More


PLC Programming with RSLogix500PLC Programming with RSLogix 500

How to Program an Allen-Bradley SLC 500 with Rockwell Automation’s RSLogix 500

RSLogix 500 is used with the Allen-Bradley SLC 5/01, SLC 5/02, SLC 5/03, SLC 5/04, SLC 5/05 and MicroLogix PLCs

Rockwell Automation and its line of Allen-Bradley SLC controllers have been the dominant force in PLCs (programmable logic controllers) for many years. Their influence and market share continue to rise. Hundreds of thousands of processes and machine control applications are controlled by the Rockwell’s SLC™ 500 and their RSLogix™ PLC software.

This book teaches you, step by step, how to use the ladder logic of RSLogix 500™ with the Allen-Bradley® family of SLCs. More


PLC Programming with RSLogix5000PLC Programming with RSLogix 5000

How to Program Allen-Bradley ControlLogix and CompactLogix PLCs with Rockwell Automation’s RSLogix

RSLogix 5000 is used with the Allen-Bradley ControlLogix and CompactLogix PLCs

ControlLogix and CompactLogix controllers are the latest and most powerful addition to their line of PLCs (programmable logic controllers). Many processes and machines worldwide are controlled by the Rockwell’s Allen-Bradley PLCs and their RSLogix 5000 software.

This book teaches you, step by step, how to use RSLogix 5000™ with the Allen-Bradley® ControlLogix or CompactLogix families of PLCs. More


How to Program RSView32How to Program RSView32

How to Program an HMI and SCADA System with Rockwell Automation’s RSView32

In today’s industrial environment, controlling the logical operation of a machine or a process is only half the solution, though. A reliable Human Machine Interface, or HMI, is just as critical.

RSView32 provides an inexpensive but powerful solution. Not only can RSView32 work as HMI software, it can also function as a full fledged SCADA (Supervisory Control And Data Acquisition) system. More


PLC TroubleshootingHow to Troubleshoot with a PLC

How to Diagnosis and Correct Problems with RSLogix 500 and RSLogix 5000

Troubleshooting is how engineers and technicians find and correct problems in a mechanical or electronic system.

It is a necessary skill for all those who are responsible for building or maintaining industrial systems and equipment. It is apart of their daily lives. Understanding ladder logic is an important part of troubleshooting automated systems.

“How To Troubleshoot With A PLC” teaches you how to troubleshoot a system that is controlled by a PLC. It shows you how to interpret ladder logic to quickly find the problem with a machine. More

RSLogix 5000 “Serial” Logic

December 22, 2008 by Neal Babcock  
Filed under Ladder Logic, PLC Programming

rslogix-plc-conveyor

RSLogix 5000 allows the use of “serial” logic that does not conform to traditional, electrical ladder logic.

For example, both of the rungs shown below are valid in RSLogix 5000. Read more

Next Page »