USCGQ
USCGQ
Toggle sidebar

Engine

Electricity: Concerning figure "A" of the illustration, if the illustrated PLC ladder diagram...

Discussing this exam question.

CM CMArower05 · Mar 17, 2015 12:27pm
No Illustration
fo fowen · Oct 10, 2018 3:54am
This is incorrect. This is also a common error committed by those who do not understand ladder-logic programming for a PLC. In the context of PLC programming Input A is a normally open or normally closed pushbutton or switch--it's not specified which. What is shown next to "Input A" above is a PLC "make" instruction. If the thing referenced by "Input A" delivers a high signal to the PLC pin to which the Input A device is connected, then the make is "made", and logic flows on through on the rung from the left ladder rail onto to Input B. What is referenced by a make instruction can be a NO pushbutton or switch as well as a normally closed pushbutton or switch. That is, it is not necessary to connect a make only to a NO input device. Likewise, what is illustrated by Input B above is a "break" instruction. It operates exactly opposite the make, and it too can be connected to either a NO input device or a NC input device.