From the course: Learning PLC Ladder Logic: 2 Diving Deeper
Unlock the full course today
Join today to access over 24,800 courses taught by industry experts.
LED displays in PLC - Ladder Logic Tutorial
From the course: Learning PLC Ladder Logic: 2 Diving Deeper
LED displays in PLC
- [Instructor] One of the devices that are used with PLC as an output is LED display. LED displays are example of PLC devices that use BCD numbering system. They display values from zero to nine and in order to show a certain number, very similar to a thumb wheel concept, LED display show the values that are based on the BCD values received using a binary weighing. So to show a number eight, then the values to be sent to the LED display are one, zero, zero, zero. This is how it works. The binary number that needed to be shown on the LED display gets converted to a BCD value then sent out to the display that shows the number in decimal. And to do so, PLC software uses an instruction called TOD. TOD behaves similarly to FRD that it converts the BCD value to a decimal number. So when the numbering needs to be shown as two digits, it looks to each four bits separately.
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
-
-
-
-
-
-