Terminology of PLCs
The language of PLCs consists of a commonly used set of terms; many of which are unique to PLCs. In order to understand the ideas and concepts of PLCs, an understanding of these terms in necessary. Sensor A sensor is a device that converts a physical condition into an electrical signal for use by the PLC. Sensors are connected to the input of a PLC. A pushbutton is one example of a sensor that is conected to the PLC input. An electical signal is sent from the pushbutton ton the PLC indicating the condition (open/closed) of the pushbutton contacts. Actuators Actuators convert an electrical signal from the PLC into a physical condition. Actuators are connected to the PLC output. A motor starter is one example of an actuator that is conected to the PLC output. Depending on the output PLC signal the motor starter will either start or stop the motor. Discrete Input A discrete input, also referred to as a digital input, is an input that is either in an ON or OFF conditio...