eBook: Integration and Automation of Manufacturing Systems
   



TOC PREV NEXT

10.23 PLC WIRING


Many configurations and packages are available. But essential components are:

power supply - Provides voltage/current to drive the electronics (often 5V, +/- 12V, +/- 24V)
CPU - Where ladder logic is stored and processed; the main control is executed here.
I/O (Input/Output) - A number of input/output terminals to connect to the actual system
Indicator lights - Indicate mode/power and status. These are essential when diagnosing problems.

Common Configurations:

Rack/Chassis - A rack or number of racks are used to put PLC cards into. These are easy to change, and expand.
Shoebox - A compact, all-in-one unit (about the size of a shoebox) that has limited expansion capabilities. Lower cost and compactness make these ideal for small applications.

Criteria for evaluation:

Rack, shoebox or micro
# of inputs/outputs (digital)
Memory - often 1K and up. Need is dictated by size of ladder logic program. A ladder element will take only a few bytes and will be specified in manufacturers documentation.
# of I/O modules - When doing some exotic applications, a large number of special add-on cards may be required.
Scan Time - The time to execute ladder logic elements. Big programs or faster processes will require shorter scan times. The shorter the scan time, the higher the cost. Typical values for this are 1 microsecond per simple ladder instruction.
Communications - Serial and networked connections allow the PLC to be programmed and talk to other PLCs. The needs are determined by the application.

10.23.1 SWITCHED INPUTS AND OUTPUTS

The Obvious:

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:

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



10.23.1.1 - Input Modules

Input modules typically accept various inputs depending upon specified values.

Typical input voltages are:

12-24 VDC
100-120 VAC
200-240 VAC
12-24 VAC/DC
24 VAC

DC voltages are usually lower and, therefore, safer (i.e., 12-24V)

DC inputs are very fast. AC inputs require a longer time (e.g., a 60Hz wave would require 1/60sec for reasonable recognition).

DC voltages are flexible being able to connect to greater varieties of electrical systems.

DC input cards typically have more inputs.

AC signals are more immune to noise than DC, so they are suited to long distances and noisy (magnetic) environments.

AC signals are very common in many existing automation devices.

10.23.1.2 - Actuators

Inductive loads - Inductance is caused by a coil building up a magnetic field. When a voltage is removed from the coil, the field starts to collapse. As it does this, the magnetic field is changed back to current/voltage. If this change is too sudden, a large voltage spike is created. One way to overcome this is by adding a surge suppressor. One type of design was suggested by Steel McCreery of Omron Canada Ltd.



10.23.1.3 - Output Modules

Typical Outputs

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

WARNING - ALWAYS CHECK RATED VOLTAGES AND CURRENTS FOR PLC's AND NEVER EXCEED!





Typical outputs operate in one of two ways:

Dry contacts - A separate relay is dedicated to each output. This allows mixed voltages (AC or DC and voltage levels up to the maximum) as well as isolated outputs to protect other outputs and the PLC. Response times are often greater than 10ms. This method is the least sensitive to voltage variations and spikes.
Switched outputs - A voltage is supplied to the PLC card and the card switches it to different outputs using solid state circuitry (transistors, triacs, etc.) Triacs are well suited to AC devices requiring less than an amp. They are sensitive to power spikes and might inadvertently turn on when there are transient voltage spikes. A resistor may need to be put in parallel with a load to ensure enough current is drawn to turn on the triac. The resistor size can be determined by



Transistor outputs use NPN or PNP transistors up to 1A typically. Their response time is well under 1ms.

TOC PREV NEXT

Search for More:

Custom Search