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 r... 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 Programmable Logic Controller (PLC) refers to a series of instructions written in a language that the PLC can recognize and interpret to produce specific outputs. These instructions define how the PLC should operate based on various inputs it receives from sensors and other devices.
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
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 OR-gate circuit can be represented as follows:
In this diagram, when either Switch A or Switch B is closed (on), the lamp will be illuminated, simulating the operation of an OR-gate.
Step 5
With reference to an OR-gate, draw the following: 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 representation for the OR-gate can be illustrated as follows:
| Switch A | +----( )----+ Lamp
| | | |
| Switch B | +-----------+
In this diagram, either switch can energize the lamp, indicating the OR-operation.
Step 6
Name THREE programming languages used in programming PLCs.
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
Ladder Logic (IL).
Instruction List (IL).
Structured Text (ST).
Step 7
Simplify the expression below by using Boolean algebra: \overline{A}BC + ABC + \overline{A} + ABC.
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
To simplify the expression, we can apply Boolean algebra rules:
Start with the original expression:
\overline{A}BC + ABC + \overline{A} + ABC
Combine like terms: \overline{A}BC + ABC + \overline{A} = \overline{A} + BC
Therefore, the simplified expression is: \overline{A} + BC
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 is typically less than that of a relay system due to fewer components involved, such as contactors, which are subject to wear and require periodic replacement. Additionally, PLCs often come with built-in diagnostic functions, making it easier to identify and address issues.
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 for the control system can be expressed as: F = A \lor B \lor C
This means the output F is true (1) when at least one of the sensors A, B, or C is activated.
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
To simplify the Boolean expression using a Karnaugh map, you would place the values from the truth table into the map and group the ones accordingly. This would allow for visual simplification of the equation. The resulting simplified equation, depending on the configuration and grouping, might look like: F = A \lor B (assuming overlaps are minimized).
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 of the simplified system can be illustrated as follows:
A --->
\
OR -----> F
/ \
B --->/
This diagram represents an OR gate that combines the outputs of the sensors A and B, providing an output F.