Digital inputs vs Digital outputs

:gear: Digital Inputs vs Digital Outputs β€” PLC Basics Every Engineer Must Know

In every PLC system, signals are divided into two main types :backhand_index_pointing_down:

:green_circle: Inputs β†’ Information coming INTO PLC
:blue_circle: Outputs β†’ Commands going OUT from PLC


:green_circle: Digital Input (DI)

:right_arrow: Signal received by PLC from field devices
:right_arrow: Only two states:
:white_check_mark: ON / OFF
:white_check_mark: 1 / 0


:brain: Examples of Digital Inputs

:small_blue_diamond: Push buttons
:small_blue_diamond: Limit switches
:small_blue_diamond: Proximity sensors
:small_blue_diamond: Motor feedback signals

:backhand_index_pointing_right: PLC reads the status


:blue_circle: Digital Output (DO)

:right_arrow: Signal sent from PLC to field devices
:right_arrow: Also ON/OFF type signals


:brain: Examples of Digital Outputs

:small_orange_diamond: Relay outputs
:small_orange_diamond: Solenoid valves
:small_orange_diamond: Contactors
:small_orange_diamond: Alarm lamps & buzzers

:backhand_index_pointing_right: PLC controls the device


:rocket: Simple Flow

:inbox_tray: Digital Input β†’ PLC reads condition
:brain: PLC executes logic
:outbox_tray: Digital Output β†’ PLC performs action


:factory: Real Example

:small_blue_diamond: Start Push Button β†’ Digital Input
:small_blue_diamond: Motor Contactor β†’ Digital Output

:backhand_index_pointing_right: Operator presses button β†’ PLC energizes motor


:warning: Important for beginners

:green_circle: Inputs = Sensors / switches
:blue_circle: Outputs = Actuators / control devices


:bullseye: Simple understanding

:backhand_index_pointing_right: DI = β€œWhat is happening?”
:backhand_index_pointing_right: DO = β€œWhat should happen?”


:light_bulb: PLC works by reading inputs and controlling outputs continuously

PLC Digital Signals Exercise


#PLC Automation #DigitalInput #DigitalOutput #Instrumentation #IndustrialAutomation #ControlSystems #Engineering #ProcessControl #Industry40 :rocket: