6.1 Identify THREE programming methods used in programmable logic controllers (PLCs) - NSC Electrical Technology Electronics - 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 Electronics - 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 Programming
Function Block Diagram (FBD) Programming
Structured Text Programming
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
Proximity Sensors
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: Hardwired systems are challenging to modify once installed, making them less adaptable to changes in functionality.
Complexity in Maintenance: Troubleshooting and maintenance can be difficult due to the interconnected wiring.
Scalability Issues: Expanding a hardwired system often requires significant rewiring, while PLCs can be easily expanded with additional modules.
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 can be activated through relays or directly via transistor outputs. In a PLC, outputs function at low voltages that can control the state of a transistor. When the PLC output is high, it energizes the transistor, allowing current to flow and activating the connected low-current device.
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
Using a Karnaugh map to simplify the expression, we get:
X=AB+ACD
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 = A B C + A B + A B + A B
We can factor out A B:
Q=AB(C+1)
Since (C + 1) = 1, we simplify to:
Q=AB
Step 7
Determine the output at the following points - 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
W = A + B
Step 8
Determine the output at the following points - 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
X = A + C
Step 9
Determine the output at the following points - 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
Y = A . B
Step 10
Determine the output at the following points - 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
Z = (A + B)(A + C)(A . B)
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
Normally Open Contact / Switch
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
Normally Closed Contact
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
Coil
Step 14
Draw the ladder logic diagram that will execute the same function in a PLC 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 ladder logic diagram will consist of the Start and Stop buttons controlling the coil, along with the MC1 maintaining the latch. The representation can follow typical PLC formats with clear connections.
Step 15
Give ONE example where the circuit in FIGURE 6.2 may be used in an electrical application
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
This circuit can be used as a motor starter in industrial applications, enabling the control of motor operation through start and stop functions.