Version 1.0, August 31, 2001, Copyright, Hugh Jack 1993-2001

18.1 SWITCHED INPUTS AND OUTPUTS

 

The Obvious:

  1. A PLC is just a computer, we must get information in so that it may make decisions, and have outputs so that it can make things happen.

 

Inputs:

  1. Switches - contact, deadman, etc. all allow a voltage to be applied or removed from an input.
  2. Relays - Used to isolate high voltages from the PLC inputs, these act as switches
  3. Encoder - Can keep track of positions
  4. etc.

 

· Outputs

  1. Motors - motors often have their own controllers, or relays because of the high current they require.
  2. Lights - can often be powered directly from PLC output boards.
  3. etc.

 

· PLCs, and other industrial controls often use methods called sourcing or sinking current for outputs of devices. In this method the output of a device does not supply any power. Instead, the device only switches current on or off.

  1. Sinking - When active the output allows current to flow to a common ground. This is best selected when different voltages are supplied.
  2. Sourcing - When active, current flows from a supply, through the output though the output device and to ground. This method is best used when all devices use a single supply voltage.

 

· When selecting sensors

  1. - NPN is sinking
  2. - PNP is sourcing

 

 

18.1.1 Input Modules

18.1.2 Output Modules