6.1 Identify THREE programming methods used in programmable logic controllers (PLCs) - NSC Electrical Technology Power Systems - Question 6 - 2016 - Paper 1
Question 6
6.1 Identify THREE programming methods used in programmable logic controllers (PLCs).
6.2 Name TWO INPUT devices that may be connected to the input stage of a PLC.
... show full transcript
Worked Solution & Example Answer:6.1 Identify THREE programming methods used in programmable logic controllers (PLCs) - NSC Electrical Technology Power Systems - Question 6 - 2016 - Paper 1
Step 1
Identify THREE programming methods used in programmable logic controllers (PLCs).
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
Ladder Logic - A graphical programming method that resembles electrical relay logic.
Structured Text - A high-level text-based language used for programming.
Function Block Diagram - A graphical way to represent functions and their interconnections.
Step 2
Name TWO INPUT devices that may be connected to the input stage of a PLC.
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
Push Buttons - Often used for manual input to start or stop machines.
Proximity Sensors - Used to detect the presence of an object within a certain range.
Step 3
State THREE disadvantages of a hardwired system in comparison with a PLC 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
Lack of Flexibility - Changes in a hardwired system require physical rewiring, whereas PLCs can be easily programmed.
Increased Complexity - A hardwired system can become complex as more devices are added, making troubleshooting difficult.
Higher Maintenance Costs - The physical nature of hardwired systems often results in greater maintenance needs due to wear and tear.
Step 4
Explain how low-current devices, such as transistors, may be activated by the output of a PLC.
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
Low-current devices are activated by using the output relay of the PLC. The relay functions as an interface that translates the low power PLC signal to a higher power signal that can drive the transistor, effectively switching it on while protecting the PLC from higher currents.
Step 5
Write the simplified Boolean equation for the expression below. Use a four-variable Karnaugh map.
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 simplified Boolean equation for the expression X=A′BCD+AB′CD+ABCD+ABC′D+AB′C′D is:
X=AB+A′C
Step 6
Simplify the following Boolean equation 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
Starting with the equation Q=AB′C+ABC′+AB+A, we apply Boolean algebra:
Combine terms:Q=AB+A(B′C+C′)
Apply the consensus theorem:=AB+A(C+B′)
Final expression:Q=A+B′C.
Step 7
Determine the output at the following points: 6.7.1 W
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 find W, consider the inputs A and B. If A and B are high (1), then the output W=A+B=1.
Step 8
Determine the output at the following points: 6.7.2 X
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
For X, it is the OR of inputs A and C. Therefore, X=A+C. If either A or C is high (1), then X will be high.
Step 9
Determine the output at the following points: 6.7.3 Y
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 output Y is determined by the AND operation of A and B. Thus, Y=A.B. It will be high only if both A and B are high.
Step 10
Determine the output at the following points: 6.7.4 Z
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
For Z, the equation is Z=(A+B)(A+C)(A.B). This will be high if A is high and either B or C are high.
Step 11
Name the following ladder logic symbols: 6.8.1
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
6.8.1 - Normally Open Contact: Represented by a single vertical line.
Step 12
Name the following ladder logic symbols: 6.8.2
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
6.8.2 - Normally Closed Contact: Represented by a curved line indicating the contact remains closed until activated.
Step 13
Name the following ladder logic symbols: 6.8.3
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
6.8.3 - Coil Output: Represented as a small circle that activates an output device.
Step 14
Draw the ladder logic diagram that will execute the same function in a PLC system: 6.9.1
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 ladder logic diagram will consist of a normally open switch in series with the coil output and a holding contact parallel to the start switch, ensuring continuity once the circuit is closed.
Step 15
Give ONE example where the circuit in FIGURE 6.2 may be used in an electrical application: 6.9.2
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
An example where this circuit could be used is in a motor starter circuit, where the PLC controls the start and stop of an electric motor.