From the course: Learning PLC Ladder Logic: 1 The Basics
Unlock the full course today
Join today to access over 24,200 courses taught by industry experts.
Input instructions - Ladder Logic Tutorial
From the course: Learning PLC Ladder Logic: 1 The Basics
Input instructions
- [Instructor] Let's take a look at what input means in PLC ladder logic programming. The way we write input is as following: as two bars facing each other representing the input. And to differentiate between the physical input device and the input within the software, we will refer to the input in the PLC program as input instruction. There are two main types of input instructions; Examine If Closed, XIC, and sometimes called normally open, Examine If Open, XIO, and sometimes it's called normally closed. Notice, that the only difference between them, is that the XIO has a sidebar that indicates it's already closed and we're examining if it opens. In ladder logic program, the instruction is highlighted when the logic state is true. I'll be using a green highlight in the slides here, similar to what is used in Allan-Bradley software. However, it's very similar in any other PLC types. Different colors might be used in different softwares but they all indicate the same concept. Examine…
Contents
-
-
-
-
(Locked)
Programming concept2m 2s
-
(Locked)
Input instructions4m 8s
-
(Locked)
Output instructions2m 46s
-
(Locked)
I/O with a push button and light5m 3s
-
(Locked)
I/O with alternating lights2m 16s
-
(Locked)
Field devices and program instructions1m 59s
-
(Locked)
Normally open (NO) contact with XIC and XIO3m 17s
-
(Locked)
Normally closed (NC) contact with XIC and XIO3m 22s
-
(Locked)
-
-
-
-