Download as pdf or txt
Download as pdf or txt
You are on page 1of 5

Introduction

 PLCs are generally mounted within a machine or in a separate


enclosure as away of protecting them against extreme
temperatures, humidity, dust shock, vibration, and corrosive

PLC Installation environments.

 The National Electrical Manufactures Association (NEMA) has


defined enclosure types based on the degree of protection an
enclosure will provide.

 NEMA 12 enclosure is recommended for PLCs

21-Jul-18 Structured Text 2

Introduction… Introduction…
 Metal enclosures are used since they provide shielding that helps  PLCs are always mounted horizontally with the name of the
minimize the effects of electromagnetic radiation that may be manufacturer facing out and right side up
generated by surrounding equipment  Proper spacing of components in a manner that provides adequate
 The heat that accumulates in the enclosure must be dissipated into room within the enclosure may be sufficient for heat dissipation
the surrounding air  Additional cooling provisions may be required where high internal
 The temperature inside the enclosure must not exceed the or ambient temperatures are encountered
maximum operating temperature of the controller, 60℃ maximum

21-Jul-18 Structured Text 3 21-Jul-18 Structured Text 4

1
Wiring Wiring…
 How do we connect the PLC to the system being controlled?  Wiring a device to the PLC involves:

 Wiring involves connection of such devices as:  Proper provision of power to the devices

 limit switches  Sizing of wiring to ensure current carrying capacity

 proximity sensors  Routing of wiring for safety and to minimize interference

 photoelectric detectors  Ensuring that all connections are made properly and to the

 external high current contactors correct terminals

 motor starters  Providing adequate fusing to protect the system

 lights etc.

21-Jul-18 Structured Text 5 21-Jul-18 Structured Text 6

Wiring… Wiring…
 The following are some general guidelines for PLC wire routing:  Low level signal conductors such as thermocouples and serial

 Use the shortest possible wire runs for I/O signals communication should be run as shielded twisted pair and routed

 When possible, conductors that are run from the PLC enclosure to separately

another location should be in a metal conduit as the metal can serve  A fiber optic system, which is totally immune to all kinds of

as a shield against EMI electrical interference, can also be used for signal wiring

 Never run signal wiring and power wiring in the same conduit

 Segregate I/O wiring by signal type. Route ac and dc I/O signal


wires in separate wire ways

21-Jul-18 Structured Text 7 21-Jul-18 Structured Text 8

2
PLC Power Connection PLC Power Connection…
 The power requirement for the PLC being used will vary  Power connection to the ac units is not so critical
depending on the model selected  Proper fuses must be inserted in the power line connections to
 PLCs operate on a wide range of power, 24v, 110v, 120v, 240v etc. protect both the PLC and the power wiring from overcurrent either

 Some manufacturers produce units that will operate on any voltage from accidental shorts or equipment failure causes

without any modifications to the unit  The installation manual for the PLC being used will provide fusing

 Connection of power to the dc type units require that careful information for that unit

attention be paid to ensuring that (+) and (-) power wire are
correctly connected. Failure to do so can result in serious damage
to the PLC
21-Jul-18 Structured Text 9 21-Jul-18 Structured Text 10

Input Wiring Input Wiring…


 Inputs to modern PLCs are generally opto-isolators. An opto-  PLC inputs are configured in one of two ways:
isolator is a device consisting of a light producing element such as  All inputs are isolated from each other, that is, there is no
an LED and a light sensing element such as a phototransistor. common connection between any two inputs
When a voltage is applied to the LED, light is produced which  One side of each input is connected to one common terminal
strikes the photodetector
 The power supply for inputs may be either external or internal to
 Some manufaturers produce PLCs with ac/dc inputs. When using the PLC
these PLCs, the polarity of the input, if it is dc, does not matter
because one of the LEDs will light no matter which polarity
voltage is applied
21-Jul-18 Structured Text 11 21-Jul-18 Structured Text 12

3
Output Wiring Commissioning
 Output units are available with a common terminal and isolated  Commissioning: preparing a control process for start-up
from each other  Involves a series of tests to ensure that the PLC, ladder logic
 The type of output unit selected will depend upon the outputs being program, the I/O devices, and all associated wiring operate
controlled and the power available for controlling those devices according to specifications

 Typically, power for driving output devices must be separately  Before commissioning any control system, you should have a good
provided since there can be a wide range of requirements understanding of how the control system operates and how various
depending upon the device components interact

21-Jul-18 Structured Text 13 21-Jul-18 Structured Text 14

Commissioning… Commissioning…
 The following are general steps to be followed when c) Examine the PLC’s indicator lights. If power is properly applied,
commissioning a PLC system: the power indicator should be on and there should be no fault

a) Before applying power to the PLC or the input devices, indication. If the PLC does not power up properly, it may be

disconnect or otherwise isolate any output device that could faulty. PLCs rarely fail, but if they do fail, it usually happens

potentially cause damage or injury. Typically, this precaution will immediately upon powering up.

pertain to outputs that cause movement such as starting a motor or d) Verify that you have communication with the PLC via the
operating a valve programming device that is running the PLC programming

b) Apply power to the PLC and input devices. Measure the voltage siftware

to verify that rated voltage is being applied


21-Jul-18 Structured Text 15 21-Jul-18 Structured Text 16

4
Commissioning… Commissioning…
e) Place the PLC in a mode that prevents it from energizing its f) Manually activate each input device, one at a time, to verify that
output circuits. Depending on the mode of the PLC, this mode the PLC’s input status lights turn on and off as expected. Monitor
may be called disable, continuous test, or single-scan mode. This the associated condition instruction to verify that the input device
mode will allow you to monitor input devices, execute the corresponds to the correct program address and that the
program, and update the output image file while keeping the instruction turns true or false as expected
output circuits de-energized g) Manually test each output. One way of doing this is by applying
power to the terminal where the output device is wired. This test
will check the output field device and its associated wirirng

21-Jul-18 Structured Text 17 21-Jul-18 Structured Text 18

Commissioning…
h) After verifying all inputs, the outputs and program addresses,
verify all preset values for counters, timers etc.

i) Reconnect any output devices that may have been disconnected


and place the PLC in the run mode.
END
j) Test the operation of all emergency stop buttons and total system
operation

21-Jul-18 Structured Text 19 21-Jul-18 Structured Text 20

You might also like