Downloading and Installing Studio 5000. This software is not free but there are more affordable options depending on your needs. We will walk you through the differences in each version. Also, if you would prefer free software, look at our Connected Components Workbench course.
Wiring your PLC. You will learn the difference between sinking and sourcing PLC inputs and outputs, PNP vs NPN sensors, and how to troubleshoot your wiring.
Going Online, Uploading, and Downloading to your PLC. Did you notice we skipped right over the history of the PLC and the general overview? That is on purpose, those topics won’t help you when you are staring at the PLC on a machine trying to make it run. That is what we mean by 100% “Hands On” and “Minds On”. We don’t cover topics until they are necessary for you to know.
Basic Bit Instructions. These instructions make up most of what you will see in PLC programs and the way we teach you these few instructions is what makes our training method unique and why we have turned out some many successful PLC technicians. These are not “relay contacts and coils”, they are not “examine on, off closed, open”, they simply go look for a 0 or a 1 and go write a 0 or 1. Once you get past this point, ladder logic will come easy.
Timer and Counter Instructions. The next two common instruction types you will see are times and counters. And with these, you will be able to do a lot of basic machine logic. Note, many college courses only make it to this point in a semester!
Machine Sequencing Methods. This is what makes the magic happen on most PLC controlled machines. With over a half a million views on these programming methods, it is clearly a road to success for you.
Adding Ethernet Devices to your PLC. Now that you have the basic fundamentals of PLC programming, it is time to expand your hardware out to that of a more modern machine. Modern machines don’t connect all of their devices to the physical PLC, they use networked IO. Common industrial networks are Ethernet/IP, Profinet, and Modbus TCP. This course will cover Ethernet/IP and Modbus TCP.
Analog 4-20mA and 0-10VDC. Up until now, you have learned about basic ON/OFF logic but most machines also have I/O that is variable between two points. Examples are tank levels, variable motor speeds, etc. You will learn to wire them, that 2 wire vs 4 wire on the 4-20mA still trips me up. Then you will learn to scale them to engineering units and program your PLC to make decisions based on those values.
PID or Proportional Integral Derivative Control. This is a common programming method in process control where we want to keep a process variable such as a temperature at a specific setpoint and we use an analog control variable such as a combustion valve opening amount to achieve it. Don’t worry, we’ll walk you through it without getting too deep in the icky math of it.
HMI Panelview 800 Touchscreen. Most modern machines have more than basic buttons and lights to interface with the operator. They use a HMI or Human Machine Interface so the operator can start the machine, diagnose programs, and collect production and OEE data to send to the office network.
Function Block Diagrams
Structured Text
Data Types, Arrays, and Storing/Retrieving Values
Diagnosing PLC Faults
PLC Scan and Online Edits
Linear Motion Control
Kinetix Servo
PLC to PLC Communications
Specialty Modules