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
In the context of a PLC (Programmable Logic Controller), a program refers to a series of instructions written in a specific programming language. These instructions enable the PLC to recognize inputs from various devices and process them to produce the appropriate output. The program dictates how the PLC responds to various signals, controls machinery, or performs automated tasks.
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 an 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
In this diagram, two switches (A and B) are connected to an OR-gate. If either switch A or switch B is closed, the lamp will light up, indicating the output of the OR operation. The circuit can be represented as follows:
Supply
|
/ \
Switch A Switch B
\ /
|
OR-GATE
|
Lamp
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 the OR-gate operation can be illustrated with the following representation:
|---[ ]---|
| A |--( )--
| Lamp
|---[ ]---|
| B |
|----------|
Here, each rung of the ladder represents a condition that must be true for the output (lamp) to be activated.
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
Three programming languages commonly used for programming PLCs are:
Ladder Logic (LL)
Structured Text (ST)
Function Block Diagram (FBD).
Step 7
Simplify the expression below by using Boolean algebra: A'BC + ABC + A' + ABC + 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 ABC+ABC+A+ABC+ABC, we can follow these steps:
Combine like terms: ABC+ABC+A=ABC+A+AB
Apply the Absorption Law: A+B(C+A)=A+B.
Thus, the simplified expression is B+A.
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 generally less than that of a relay system due to fewer components that are subject to wear, such as contactors. PLCs offer built-in diagnostic functions that can aid in troubleshooting and identification of faults, reducing time and effort in maintenance compared to a hard-wired relay system.
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 represented as: F=AextORBextORC
The output F is true (1) when at least two of the sensors A, B, or C are 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
Using a Karnaugh map for the expression F=A+B+C will show the groupings needed to simplify the logical output. The grouped values will help to identify common terms and determine the simplest form of the expression.
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 using AND and OR gates based on the simplified expression from the Karnaugh map. The configuration would focus on ensuring that the output F is 1 when the conditions from the sensing devices are met.