From the course: Learning PLC Ladder Logic: 2 Diving Deeper
Unlock the full course today
Join today to access over 24,600 courses taught by industry experts.
Thumbwheel in PLC - Ladder Logic Tutorial
From the course: Learning PLC Ladder Logic: 2 Diving Deeper
Thumbwheel in PLC
- [Instructor] A thumbwheel switch is one example of an input device that uses BCD system. Thumbwheel has four output connections and a common output. Each of the four connections, the first, second, fourth, and eight, represent the binary weighing of that number. And they are individually wired to the PLC input. So for number seven, the PLC sees it as a BCD 0111, representing the decimal number. The thumbwheel, or any other input devices, are connected to the input model of the PLC. Then, within PLC, there is a BCD to binary conversion for that input. Now if we want to enter a two-digits number, then thumbwheel switches can be grouped together to support multiple digits. Now this brings us to an issue that need to be addressed. When using two thumbwheel switches, the software wrongly sees the digits as one long number. So instead of showing a binary number, a presentation of 87, the PLC wrongly interprets that as one…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
Introduction to binary coded decimal2m 47s
-
(Locked)
Thumbwheel in PLC1m 37s
-
(Locked)
FRD instruction4m 2s
-
(Locked)
Example: FRD43s
-
(Locked)
Solution: FRD1m 34s
-
(Locked)
LED displays in PLC1m 14s
-
(Locked)
TOD instruction1m 42s
-
(Locked)
Example: TOD57s
-
(Locked)
Solution: TOD2m 27s
-
(Locked)
Example: FRD and TOD1m 14s
-
(Locked)
Solution: FRD and TOD2m 29s
-
-
-
-
-
-