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

31.3 WITH PLCs

 

· Interfacing describes a broad group of methods that allow us to pass data between computers and other devices.

 

· To connect PLCs for communication, we first need connecting wires. This is the followed by a communication protocol.

 

 

· There are a few common methods of interfacing,

  1. serial - a single point to point connection allows data communication over a small number of wires (eg. RS-232)
  2. parallel - multiple wires are used for data communication. This is only common for older data bus designs such as printer parallel port and GPIB buses.
  3. network - networks allow multiple connections to pass data. These actually are built upon the basics of serial and parallel communications