We may earn an affiliate commission when you visit our partners.
Course image
Paul Lynn

This course (only ten dollars on PLC Dojo) is designed to equip the novice with no prior PLC programming experience with the basic tools necessary to create a complete PLC program using ladder logic common to most current platforms. 

Read more

This course (only ten dollars on PLC Dojo) is designed to equip the novice with no prior PLC programming experience with the basic tools necessary to create a complete PLC program using ladder logic common to most current platforms. 

Using the Rockwell software RSLogix 500 and FactoryTalk View Studio, we will be covering such topics as general controls, digital and analog IO, ladder logic programming, alarm / notification handling, HMI, emulation, best practices and more. 

In the end, we will go through an entire, working PLC program and HMI line by line to solidify comprehension of the learning objectives.

What's covered in each of the five PLC courses I teach here and on my own PLC Dojo site?

This course, (PLC Fundamentals) teaches you how to program with the focus on ladder logic, which is the most popular PLC programming language.  The goal is to teach you everything you need to know to make a PLC do what you want it to do.  You are also given all the software necessary to both CREATE and RUN your own programs live - right on your own computer. For some people, that's all they really need.

But for the people who want to really master PLC programming, they have the option of continuing into the advanced material with me.

Applied Logic (Level 2) forces you to take what you've learned and solve problem after progressively harder problem unassisted.  You get a spec and are told simply: "Make it work, and don't progress until you have."  After, you get to watch me solve each one as well.  By the end, you don't just know how to program - you are a

Process Visualization (Level 3) gives you both knowledge and experience in FIVE different HMI / SCADA development environments.  By the end, you've created several

IEC Paradigms (Level 4) is only for the heavyweights.  This course teaches you how to program using all five IEC programming languages (plus one more) in multiple environments.  There are projects as well, so by the end, you have seen it all and DONE it all as well.  There won't be anything anybody can show you that you won't already be familiar with.

TIA Portal Master Project (Level 5) is the culmination of everything. In that course, you'll program an entire power plant using all five PLC programming languages (in PARALLEL. ) with a full HMI. It's a massive and complex project that really showcases your talents in an interview.

Enroll now

12 deals to help you save

We found 12 deals and offers that may be relevant to this course.
Save money when you learn. All coupon codes, vouchers, and discounts are applied automatically unless otherwise noted.
Use code at checkout. Ended October 29
24-Hour Flash Sale
Save on all online courses in your cart and take advantage of big savings.
FLASH SALE
24T6MT102824
Use code at checkout. Ended October 19
24-Hour Flash Sale
Save on all online courses in your cart and take advantage of big savings.
FLASH SALE
ST15MT100124A
Ended October 8
24-Hour Flash Sale
Take advantage of big savings on online courses.
Up to
80%
off
Ended September 28
24-Hour Flash Sale! Save up to 85% on Udemy online courses.
For 24 hours, save big on courses from Udemy's extensive catalog.
Up to
85%
off
Ended September 25
Save on courses
Gain the skills you need to reach your next career milestone.
Up to
85%
off
Use code at checkout. Only 43 hours left!
24-Hour Sale
Save with steep discounts on most courses including bestsellers from popular instructors.
Flash Sale!
ST7MT110524
Use code at checkout. Ended October 12
Explore new possibilities
Start exploring new possibilities for your future with courses on sale.
Up to
85%
off
ST14MT101024
Use code at checkout. Valid until November 13
Get skills that impress
Learn from courses across popular topics and take big discounts during this 48-hour sale.
Up to
80%
off
ST20MT111124A
Ended October 1
Personal Plan sale
Gain unlimited access to thousands of courses. For a limited time, save when you start an annual subscription.
From
40%
off
Use code at checkout. Valid until December 1
For new customers
Save when you purchase top courses. For new customers only.
Special Offer
UDEAFNULP2024
Ended November 1
New customer offer
New customers, complete your first order and save big.
Up to
80%
off
Valid for a limited time only
Future-proof your career
Access O'Reilly books, live events, courses, and more. Save with an annual subscription.
Take
15%
off

What's inside

Learning objectives

  • By the end of this course, you will be able to create a plc program from scratch.
  • The primary and overall objective of this course is to give a novice an understanding of plc programming, ladder logic, and the inner workings of a standard hmi (human-machine interface).
  • Students will learn the difference between digital and analog signals and how to bring them into a plc, process them, and send them back out.
  • Students will be familiarized enough with a sufficient variety of ladder logic instructions to create a complete plc program from scratch.
  • Students will explore basic, standard controls techniques for things like hoa control, level control, pump control, and (on at least an introductory level) pid control loops.
  • Students will develop an understanding of alarm and notification programming, and the relevant considerations to safety and operator usability.
  • Students will be introduced to hmi development and given a general understanding of how an hmi program works.

Syllabus

Introduction

A brief introduction to the course, how you'll be learning PLC programming, how the tutorials are laid out in this course, who might want to learn to program PLCs and why.

Read more

This is where the PLC programming software downloads are (RSLogix 500 Micro, RSLinx and Emulate) as well as the procedure to install them, configure and use them as well. There are also solutions to common software errors in this lesson.

Learning PLC programming can be tricky even with the best online tutorials. When you get stuck, you can always reach your instructor to get some help.

500 vs. 5000, PLC Languages, Manufacturers
PLC Programming Overview

PLC programming learning objectives for this section of the online course.

Learning PLC programming begins with understanding a brief history of the PLC in automation and industry as well as it's function in a modern machine or system.

In this online course, you will be learning PLC programming in Allen-Bradley's (Rockwell Software's) RSLogix 500 Micro development environment which you can download free from lecture 2.

Here we will be learning how a PLC program works and what its primary functions are.

Theory, Redundancy and Practice
PLC Programming Overview Quiz

Summary and recap of the PLC programming learning objectives for this section of the online course.

IO (Inputs and Outputs)

This tutorial explains what inputs and outputs (IO) are and how they're used in PLC programming.

This lesson teaches what digital IO is and how it's used in PLC programming.

Here you'll learn what analog IO is and how it's used in PLC programming.

Today we'll cover IO modules and how they're used to allow the PLC to exchange information with external devices and instrumentation (sensors) and devices.

Don't Be Intimidated by IO
IO (Inputs and Outputs) Quiz
Programming Fundamentals

Here you'll learn how we manage memory and data in PLC programming.

This is just a more specific lesson on how addresses work in PLC programming in the RSLogix 500 software environment.

This lesson explains how the logic is scanned in a PLC program written in ladder logic.

Here you'll learn where conditions and output instructions are in a PLC program and how to use each.

This tutorial will teach you how to use the XIO, XIC and OTE instructions when you're programming a PLC.

This tutorial will teach you how to use the OTL and OTU instructions when you're programming a PLC.

This tutorial will teach you how to use the ONS, OSR and OSF instructions when you're programming a PLC.

This tutorial will teach you how to use the TON, TOF and RTO timer instructions when you're programming a PLC.

This tutorial will teach you how to use the CTU and RES counter instructions when you're programming a PLC.

This tutorial will teach you how to use the various comparator instructions when you're programming a PLC.

This tutorial will teach you how to use the various math instructions such as CPT when you're programming a PLC.

This tutorial will teach you how to use the SCP analog scaling instruction when you're programming a PLC.

This lesson provides more insight into how analog scaling works and the different scales and ranges you might encounter when PLC programming.

This tutorial will teach you how to use the MOV instruction when you're programming a PLC.

This tutorial will teach you how to use the JMP and LBL instructions when you're programming a PLC.

This tutorial will teach you how to use the PID instruction when you're programming a PLC.

Instruction Set / References
Programming Fundamentals Quiz
Program Setup
Setup Program / Processor
Module Configurations
Scaling / Resolution
Function Files
Program Files
Adding and Expanding Program and Data Files
Program Setup Quiz
Intermission
Relax and Unwind a Little - Clear Your Head
IO Programming
Programming Digital IO
PROPER Digital Control Logic
A Bit More on Digital Control Logic
DEAD-WRONG, Crappy, Garbage Digital Controls
Programming Analog IO
Analog Process Control (LL, L, H, HH)
IO Programming Quiz
Process Logic
Process Programming Overview
Blower HOA (Hand / Off / Auto) Control
A Bit More on HOA Controls
Digital Tank / Pump Control
Analog Tank / Pump Control
PID Heater Control
What It Takes to Develop Process Logic
Process Logic Quiz
Alarms and Notifications
Alarms Overview
Considerations
Dual-bit Alarm / Notification Programming
When Alarms SUCK!
Setpoints
Alarms and Digital Control Logic
Alarms and Notifications Quiz
HMI (Human Machine Interface)
HMI Overview
HMI Alternatives
Basic Flow of an HMI Program
Setting Up a Screen
Alarms / Events / Notifications
Permissions
Designing Around UX
HMI (Human Machine Interface) Quiz
Communications
Communications Overview

Good to know

Know what's good
, what to watch for
, and possible dealbreakers
Develops foundational programming skills using Rockwell products, which are industry standard
Covers a comprehensive overview of PLC programming, including addressing and scanning logics
Provides a guided approach to programming using RSLogix 500 Micro, bridging theory and practice
Focuses on ladder logic, the most commonly used programming language for PLCs, making it directly relevant to industry
Introduces applied logic problem-solving, enhancing critical thinking and problem-solving skills
Expands knowledge to HMI (Human-Machine Interface) development, providing a well-rounded understanding of PLC systems

Save this course

Save PLC Fundamentals (Level I) to your list so you can find it easily later:
Save

Reviews summary

Practical plc intro

Learners say that this course is a very good introduction to the basics of PLC programming. Students state that the course has a practical approach that makes learning how to program easier. They are eager to take other courses offered by the same instructor.

Activities

Be better prepared before your course. Deepen your understanding during and after it. Supplement your coursework and achieve mastery of the topics covered in PLC Fundamentals (Level I) with these activities:
Review Basic Electrical Concepts
Reviewing basic electrical concepts will strengthen your understanding of the underlying principles of PLC systems.
Browse courses on Electrical Circuits
Show steps
  • Review Ohm's Law, Kirchhoff's Laws, and other fundamental electrical concepts.
  • Understand the concepts of voltage, current, resistance, and power.
  • Analyze simple electrical circuits to determine their behavior.
Follow Online PLC Programming Tutorials
Following online PLC programming tutorials will provide you with additional exposure to different programming techniques and examples.
Browse courses on Ladder Logic
Show steps
  • Identify reputable online resources for PLC programming tutorials.
  • Select tutorials that cover topics relevant to your learning objectives.
  • Follow the tutorials step-by-step and practice the examples provided.
Practice Digital Logic Circuits
Solving digital logic circuits will help strengthen your grasp on the concepts and fundamentals of digital control logic.
Browse courses on Ladder Logic
Show steps
  • Implement digital logic gates AND, OR, NOT, XOR, and NOR.
  • Design digital logic circuits for basic functions.
  • Simplify digital logic circuits.
Four other activities
Expand to see all activities and additional details
Show all seven activities
Solve PLC Programming Problems
Practice solving PLC programming problems will enhance your ability to apply ladder logic instructions effectively.
Browse courses on Ladder Logic
Show steps
  • Solve PLC programming problems for digital input and output.
  • Solve PLC programming problems for analog input and output.
  • Solve PLC programming problems for timers and counters.
  • Solve PLC programming problems for data manipulation.
Build a Small PLC Program
Building a PLC program from scratch will provide you with hands-on experience in designing, implementing, and testing a complete PLC system.
Browse courses on PLC Programming
Show steps
  • Design the ladder logic program for a specific application.
  • Implement the ladder logic program using PLC software.
  • Test and debug the PLC program.
  • Document the PLC program.
Attend a PLC Programming Workshop
Attending a PLC programming workshop will provide you with the opportunity to learn from experienced instructors and network with other professionals.
Browse courses on PLC Programming
Show steps
  • Research and identify PLC programming workshops that align with your learning goals.
  • Register for the workshop and make the necessary arrangements.
  • Actively participate in the workshop, ask questions, and take notes.
  • Follow up after the workshop by reviewing your notes and practicing what you learned.
Create a PLC Programming Blog or Video Series
Creating a PLC programming blog or video series will not only reinforce your understanding but also contribute to the knowledge base of the community.
Browse courses on PLC Programming
Show steps
  • Choose a specific topic or aspect of PLC programming to focus on.
  • Develop a content plan that outlines the topics you will cover.
  • Create high-quality content that is informative, engaging, and well-organized.
  • Promote your blog or video series to reach a wider audience.

Career center

Learners who complete PLC Fundamentals (Level I) will develop knowledge and skills that may be useful to these careers:
PLC Programmer
In this role, you will be responsible for developing, testing, and maintaining PLC programs used in various industrial and automation applications. The knowledge gained from the PLC Fundamentals (Level I) course will equip you with the essential skills necessary to create PLC programs using ladder logic. You will gain an understanding of the basics of PLC programming, including digital and analog IO, ladder logic programming, alarm/notification handling, and HMI development.
Automation Technician
As an Automation Technician, your duties involve installing, maintaining, and troubleshooting automated systems used in various industrial settings. The knowledge gained from the PLC Fundamentals (Level I) course will provide you with a solid understanding of PLC programming and the ability to integrate and configure PLCs into automated systems effectively.
Process Engineer
The PLC Fundamentals (Level I) course can be a valuable asset if your work involves designing and implementing control systems in industrial processes. The course will provide you with a comprehensive understanding of PLC programming, process control techniques, and alarm/notification handling. This knowledge will enable you to develop and maintain efficient and reliable process control systems.
Electrical Engineer
Electrical Engineers design and develop electrical systems in various industries, including automation and industrial settings. The PLC Fundamentals (Level I) course will provide you with a solid foundation in PLC programming, enabling you to integrate PLCs into electrical systems effectively.
Maintenance Technician
As a Maintenance Technician, you are responsible for maintaining and repairing equipment and systems in industrial and commercial settings. The PLC Fundamentals (Level I) course will provide you with the skills necessary to understand and troubleshoot PLC-based systems, enhancing your ability to perform maintenance tasks effectively.
Control Systems Engineer
In this role, you will design and develop control systems for various industrial and automation applications. The PLC Fundamentals (Level I) course will provide you with a strong foundation in PLC programming, enabling you to build and integrate control systems effectively.
Instrumentation and Control Technician
The PLC Fundamentals (Level I) course can complement your existing knowledge and skills as an Instrumentation and Control Technician. The course focuses on PLC programming and HMI development, which are essential aspects of modern industrial control systems. Understanding these concepts will enhance your ability to install, maintain, and troubleshoot instrumentation and control systems.
Project Engineer
In the role of Project Engineer, you will manage and oversee various engineering projects, including those involving PLC-based automation systems. The PLC Fundamentals (Level I) course will provide you with the necessary knowledge and skills to understand the technical aspects of PLC programming and how it fits into the broader project scope.
Industrial Automation Specialist
The PLC Fundamentals (Level I) course can be a valuable resource for Industrial Automation Specialists who want to enhance their skills in PLC programming. The course will provide you with a comprehensive understanding of ladder logic programming, digital and analog IO, and HMI development, enabling you to design and implement automated systems more effectively.
Robotics Engineer
Robotics Engineers design, develop, and maintain robotic systems. The PLC Fundamentals (Level I) course can be beneficial if you are interested in integrating PLCs into robotic systems. The course will provide you with a foundational understanding of PLC programming, enabling you to develop and implement effective control strategies for robotic applications.
Manufacturing Engineer
Manufacturing Engineers design and optimize production processes in manufacturing environments. The PLC Fundamentals (Level I) course can provide you with insights into how PLCs are used to automate and control manufacturing processes. By understanding PLC programming, you can contribute to the design and implementation of efficient and reliable manufacturing systems.
Systems Engineer
Systems Engineers design and integrate complex systems, often involving multiple technologies and disciplines. The PLC Fundamentals (Level I) course can provide you with a basic understanding of PLC programming, enabling you to better understand the role of PLCs in larger systems and facilitate effective communication with PLC programmers.
Software Engineer
Software Engineers specializing in industrial automation may find the PLC Fundamentals (Level I) course beneficial as it provides a foundational understanding of PLC programming. The course will enable you to develop a better understanding of the interface between software and PLCs, enhancing your ability to develop and integrate software solutions for industrial automation.

Reading list

We've selected eight books that we think will supplement your learning. Use these to develop background knowledge, enrich your coursework, and gain a deeper understanding of the topics covered in PLC Fundamentals (Level I).
This classic PLC text provides comprehensive coverage of PLC fundamentals and applications. It valuable resource for those seeking in-depth knowledge of PLC programming.
Explores the use of PLCs in automating manufacturing systems. It covers topics such as PLC hardware, software, programming, and applications in various industries.
Provides a practical guide to PLC programming and HMI development, covering topics such as ladder logic, analog I/O, and HMI design.
Introduces the fundamentals of process control, with an emphasis on modeling and simulation used in PLC systems.
This introductory text provides a clear and concise overview of PLC fundamentals, programming, and applications. It useful resource for those new to PLC technology.
Provides a comprehensive overview of digital control systems, covering topics such as PID control, state-space models, and system analysis.
Serves as a useful introduction to PLC programming, covering the basics of ladder logic and how it is used to control industrial machinery.

Share

Help others find this course page by sharing it with your friends and followers:

Similar courses

Here are nine courses similar to PLC Fundamentals (Level I).
IEC Paradigms (Level 4)
Most relevant
Process Visualization (Level 3)
Most relevant
PLC Programming in Siemens TIA Portal
Most relevant
Applied Logic (Level 2)
Most relevant
Learn Siemens S7-1200 PLC & HMI from Scratch using TIA
Most relevant
Learn 5 PLCs in a Day-AB, Siemens, Schneider, Omron &...
Most relevant
Studio 5000 PLC Ladder Logic Training. Basic.
Most relevant
PLC Programming - Training from Scratch on RSLogix500 &...
Most relevant
Advanced AC Drive- VFD, Servo & Stepper - Powerflex &...
Most relevant
Our mission

OpenCourser helps millions of learners each year. People visit us to learn workspace skills, ace their exams, and nurture their curiosity.

Our extensive catalog contains over 50,000 courses and twice as many books. Browse by search, by topic, or even by career interests. We'll match you to the right resources quickly.

Find this site helpful? Tell a friend about us.

Affiliate disclosure

We're supported by our community of learners. When you purchase or subscribe to courses and programs or purchase books, we may earn a commission from our partners.

Your purchases help us maintain our catalog and keep our servers humming without ads.

Thank you for supporting OpenCourser.

© 2016 - 2024 OpenCourser