6.1 Explain the term program when referring to a PLC - NSC Electrical Technology Power Systems - Question 6 - 2017 - Paper 1
Question 6
6.1 Explain the term program when referring to a PLC.
6.2 What do the letters PLC represent?
6.3 Name THREE basic devices used in programming a PLC.
6.4 With refe... show full transcript
Worked Solution & Example Answer:6.1 Explain the term program when referring to a PLC - NSC Electrical Technology Power Systems - Question 6 - 2017 - Paper 1
Step 1
Explain the term program when referring to a PLC.
96%
114 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
A program in the context of a PLC (Programmable Logic Controller) refers to a series of instructions written in a specific programming language that the PLC can recognize and interpret to execute operations based on input signals.
Step 2
What do the letters PLC represent?
99%
104 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
PLC stands for Programmable Logic Controller.
Step 3
Name THREE basic devices used in programming a PLC.
96%
101 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
Three basic devices used in programming a PLC include:
User interface (on the PLC unit - screen & buttons).
Computer or laptop with interface cable.
Handheld programming device.
Step 4
With reference to an OR-gate, draw the following: The circuit diagram, using two switches and a lamp to simulate the gate operation.
98%
120 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
The circuit diagram can be represented as follows:
Supply
|\n +--+
| | (Switch A)
+--+
|
+---- OR ----+
| |
+--+ +--+
| | (Switch B)
+--+ | | (Lamp)
| +--+
+----------|
+-----+
This demonstrates how the lamp will light up if either switch A or B is closed.
Step 5
The ladder logic diagram.
97%
117 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
The ladder logic diagram for an OR-gate can be illustrated as:
Apply the Consensus Theorem:
[ BC + A\overline{B} ]
Result:
[ B(C + ar{A}) ]
Final simplification:
[ B ]
Step 8
Explain why the maintenance of a PLC system (soft-wired system) should be less than that of a relay system (hard-wired system).
99%
104 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
The maintenance of a PLC system should be less than that of a relay system for several reasons. PLCs typically use fewer components than relay systems, which means there are fewer parts that can fail. Additionally, PLCs often have built-in diagnostic features that can alert users to faults or issues, making troubleshooting faster and easier.
Step 9
Write down the Boolean equation of the control system.
96%
101 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
The Boolean equation of the control system can be expressed as:
[ F = A imes B + A imes C + B imes C ]
This equation signifies that the output F will be true when at least two of the three sensors (A, B, C) detect a position.
Step 10
Simplify the equation using a Karnaugh map.
98%
120 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
Using a Karnaugh map to simplify the Boolean expression derived:
Place 1s in the K-map corresponding to the outputs from combinations of sensors:
Rows represent combinations of A, B, and C producing outputs.
Group the 1s in pairs or larger groups to reduce terms.
The simplified expression after grouping will yield:
[ F = A imes B + A imes C + B imes C ]
Step 11
Draw the gate network of the simplified system.
97%
117 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
The gate network for the simplified expression can be illustrated as: