PLC Input Interface

PLC Adjustment interface also called an interface is placed between input lines and a CPU unit. The purpose of adjustment interface to protect a CPU from disproportionate signals from an outside world. Input adjustment module turns a level of real logic to a level that suits CPU unit (ex. input from a sensor which works on 24 VDC must be converted to a signal of 5 VDC in order for a CPU to be able to process it).

This is typically done through opto-isolation, and this function you can view in the following picture. Opto-isolation means that there is no electrical connection between external world and CPU unit. They are “optically” separated, or in other words, signal is transmitted through light.

The way this works is simple. External device brings a signal which turns LED on, whose light in turn incites photo transistor which in turn starts conducting, and a CPU sees this as logic zero (supply between collector and transmitter falls under 1V).

When input signal stops LED diode turns off, transistor stops conducting, collector voltage increases, and CPU receives logic 1 as information

PLC%20Input%20Interface

3 Likes