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, refers to a series of instructions written in a specific language that the PLC can recognize and interpret to produce desired outputs. These instructions define the actions and conditions needed for the PLC to operate equipment or control processes.
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:
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
6.4.1 The circuit diagram:
Supply
|
+-----+
| |
| |----> Lamp Output (OR Gate)
+-----+
|
Switch A Switch B
6.4.2 The ladder logic diagram:
| Switch A | | Switch B | ---> Lamp Output
|-----------| |-----------|
| OR | | OR |
|-----------| |-----------|
Step 5
Name THREE programming languages used in programming PLCs.
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
Three commonly used programming languages for PLCs are:
Ladder Logic (LL)
Instruction List (IL)
Structured Text Sequential Flow / Function Chart.
Step 6
Simplify the expression below by using Boolean algebra.
97%
121 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
To simplify the expression [A'BC + ABC' + AB'C + ABC]:
Combine like terms:
[= BC(A + A') + AB'C + ABC]
[= BC (1) + AB'C + ABC]
Further simplify:
[= B C + AB'C + ABC]
[= B(C + A') + BC]
[= B + C]
Step 7
Explain why the maintenance of a PLC system (soft-wired system) should be less than that of a relay system (hard-wired system).
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
The maintenance of a PLC system is generally less than that of a relay system because PLCs have fewer components, such as contactors that are subject to wear over time. In addition, PLCs often include built-in diagnostic functions that help identify issues more readily.
Step 8
Write down the Boolean equation of the control 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 Boolean equation for the control system, given that it requires an output of 1 when two or more sensors are activated, is:
[F = A \cdot B + A \cdot C + B \cdot C]
Step 9
Simplify the equation using a Karnaugh map.
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
To simplify the equation using a Karnaugh map, the layout would be as follows: