Design and Implement of a Programmable Logic Controller (PLC) for Classical Control Laboratory ()
1. Introduction
PLC’s were developed in the late 1960’s to eliminate the large cost involved in changing complicated relay based machine control systems. These systems were inflexible. Their major rewiring or complete replacement was necessary every time when the production requirements changed and control sequences had to be modified. It became very expensive when changes were frequent. The idea to replace relay systems with flexible microprocessor based Programmable logic controllers PLC’s was a revolutionary step in the industrial control business [1].
PLC’s have been used for many years at many applications. They are the main control elements of several subsystems which require relatively slow data monitoring: the radiation control, personal safety, fire and smoke alarm. All these subsystems are very cost effective and reliable. Adding new equipment to control or changing operating conditions to implement new control features can easily be done by the skilled technician staff, without any help from the Controls Software Group.
The software development tool and some ideas of device support for DirectNet PLC’s became the basis of a new PLC control software library at control Lab. The software acts as a DirectNet master through any RS-232 port and consists of three main parts: a PLC driver with a state machine control block, a device support module, and a common serial driver [2,3].
Basic PLC’s are available on a single printed circuit board as shown in Figure 1. They are sometimes called single board PLC’s or open frame PLC’s. These are totally self-contained (with the exception of a power supply) and, when installed in a system, they are simply mounted inside a controls cabinet on threaded standoffs.
Screw terminals on the printed circuit board allow for the connection of the input, output, and power supply wires. These units are generally not expandable, meaning that extra inputs, outputs, and memory cannot be added
to the basic unit. However, some of the more sophisticated models can be linked by cable to expansion boards that can provide extra I/O. Therefore, with few exceptions, when using this type of PLC, the system designer must take care to specify a unit that has enough inputs, outputs, and programming capability to handle both the present need of the system and any future modifications that may be required. Single board PLC’s are very inexpensive, easy to program, small, and consume little power, but, generally speaking, they do not have a large number of inputs and outputs, and have a somewhat limited instruction set. They are best suited to small, relatively simple control applications [4].
2. Hardware Design for the Model
Inputs to, and outputs from, a PLC are necessary to monitor and control a process. Both inputs and outputs can be categorized into two basic types: logical or continuous. Consider the example of a light bulb. If it can only be turned on or off, it is logical control. If the light can be dimmed to different levels, it is continuous. Continuous values seem more intuitive, but logical values are preferred because they allow more certainty, and simplify control. As a result most controls applications (and PLC’s) use logical inputs and outputs for most applications [5].
Outputs to actuators allow a PLC to cause something to happen in a process. A short list of popular actuators is given below in order of relative popularity.
• Solenoid Valves—logical outputs that can switch a hydraulic or pneumatic flow.
• Motor Starters—motors often draw a large amount of current when started, so they require motor starters, which are basically large relays.
• Servo Motors—a continuous output from the PLC can command a variable speed or position.
Outputs from PLC’s are often relays, but they can also be solid state electronics such as transistors for DC outputs or Triacs for AC outputs. Continuous outputs require special output cards with digital to analog converters, or can be used another module for PLC analogue o/p.
Inputs come from sensors that translate physical phenomena into electrical signals. Typical examples of sensors are listed below in relative order of popularity.
• Proximity Switches—use inductance, capacitance or light to detect an object logically.
• Switches—mechanical mechanisms will open or close electrical contacts for a logical signal.
• Potentiometer—measures angular positions continuously, using resistance.
• LVDT (linear variable differential transformer)—measures linear displacement continuously using magnetic coupling.
• Photoelectric sensor use the ultrasonic signal to detect any interruption within limited range.
Inputs for a PLC come in a few basic varieties; the simplest are AC and DC inputs. Sourcing and sinking inputs are also popular. This output method dictates that a device does not supply any power. Instead, the device only switches current on or off, like a simple switch [6].
PLC inputs must convert a variety of logic levels to the 5VDC logic levels used on the data bus. This can be done with circuits similar to those shown in Figure 2. Basically the circuits condition the input to drive an optocoupler. This electrically isolates the external electrical circuitry from the internal circuitry. Other circuit components are used to guard against excess or reversed voltage polarity.
PLC outputs must convert the 5VDC logic levels on the PLC data bus to external voltage levels. This can be done with circuits similar to those shown in Figure 3. Basically, the circuits use an optocoupler to switch external circuitry. This electrically isolates the external electrical circuitry from the internal circuitry. Other circuits components are used to guard against excess or reversed voltage polarity [7].
The overall design of the model is shown in Figure 4. and the schematic of this design shown in Figure 5. The full description of connection for this design is very complex and it has many details, therefore I will describe the connection of the main parts only.
Figure 4. Classical control system laboratory based on PLC.
3. Hardware Design of PLC Trainer Model
The hardware design of this trainer consists of three main parts:
• Main unit of PLC model and its power supply
The PLC model used in this design contains two parts. The first presents the main digital PLC that contains: RS232 connecter to apply the software program to PLC, 24 digital inputs drawing on cover by I00 → I23, 16 digital outputs drawing by O00 → O15with six common ports and 25-pins adapter to execute the additional modules of PLC. Figure 6 shows the main unit of PLC with power supply.
The second part of this unit is a single analog PLC that contains two channels of analog inputs which are drawing by symbols (CH0(input) (I0,V0,COM0) and CH1 (input) (I1,V1, COM1)), one analog output channel (CH0(output)(V+,V–,I+,I–) and 25-pins adapter to add another module (see Figure 6).
Power supply for this unit is 24 VDC/5 A contain two supply ports (see Figure 6). The connection of I/O PLC with board achieved by sets of pinions and LED’s for indication (On/Off). Figure 7 presents the connection between PLC unit and in the experiments board.
• Sensor, Relay and other components
The trainer contains two types of sensors; an approximate sensor that has 5-sides detection with model TURCK Bi15-cp40 APcx sn:15 mm and photoelectric sensors with two models BR100-DDT-P and BEN10M-TFR. The first detects any interrupt within a range of 8 meters and the second detects the reflection from a certain crystal surface within a range of 8 meters.
Two types of relays are used in the board: two-poles and three-poles 24VDC. Figure 8 presents the two relays, the sensors and the connection in the board.
Many other components that are used in the broad to connect the experiments such as four 7-segments, three digital ammeters and three digital voltmeter, three variable resistance 20 Kohm to execute the analog to digital convertor (A/D) and opposite (D/A) and power supply with two 12VDC ports, two 5VDC ports and four 24 VDC ports. Figure 9 presents the power supply ports in the board. Figure 10 presents the ammeters and converter A/D.
Figure 6. Main PLC unit with power supply.
Figure 7. PLC connection with experiments board.
(a)(b)
Figure 8. Relay and sensors and its connection in the board.
Figure 9. Power supply connection in the board.
Figure 10. Ammeters and varying for A/D.
DC motor with model GMN-3MX027A DC24V and driver for AC and DC motor start/stop, direction and emergency control of DC motor and speed control AC motor are implemented in the board. Figure 11 presents the connection of the motor and drivers in the board.
• Experiments board
The board is designed to implement many experiments, some of the experiments the connection diagram is plotted on the board such as traffic light control, I/O PLC test DC motor and 7-segemnts. Figure 12 presents the overall board design.
4. Software Design of PLC Trainer Model
LS industrial system company GM7-DR40 PLC uses the language announced as an international standard by IEC (International Electro technical Commission). The international standard languages such as LD, SFC, IL available to select the language are easy to apply to the system. I used the LD (Ladder Diagram) to build the program for experiments. Figure 13 presents the main window for building the program and simulating the instruction before writing on the memory of PLC through the RS232 connecter.
Every instruction in the program must be compiled before writing the process code to the memory of PLC. After compilation we can simulate the program to check and explain the working of real PLC with this program and the input to simulation process can be done manually, all these processes are shown in Figure 13.
5. Experiments of PLC Trainer
This trainer is designed to implement the experiments of classical control laboratory to replace the PID controller
Figure 11. DC and AC motor drivers’ connection.
Figure 13. Main LD program and its simulation.
by PLC controller where the last has a wide range in industrial application. The experiments that are implemented in this lab can be divided into three main groups according to application field in classical control approach: Logic process, power system and interactive process control, where by using this trainer six experiments can be done in logic process, ten experiments in power system and eight experiments in the interactive process control. Every experiment has a procedure for connection on the board and program for writing with PLC memory and then run the connection. For example, the implementation of traffic light control can be discussed by the procedure as follows:
1) Switch OFF main supply 220VAC & switch OFF 24VDC.
2) Connect (24VDC) from Power supply to (COM) of (O00 ··· O11).
3) Connect (O00 ··· O11) to traffic light diagram on the board according to the diagram that is shown in Table 1.
4) Switch ON main supply 220VAC.
5) Download the ladder program of traffic light control to PLC. The program is similar to the program that is shown in previous page (Figure 13).
Table 1. Connection diagram of traffic light (experiment).
Table 2. Sequence of light ON in traffic display.
6) Switch ON 24VDC, the traffic light LEDs must be activates according the sequence at is shown in Table 2. Note: the value of time in this experiment is taken fast to explain all process in short time.
The practice connection for this experiment is shown in the previous page (Figure 12).
6. Conclusions
The practice results that are obtained in real implementation of all experiments in the laboratory and the simulation results by LD program, it can be seen that the implementation of PLC controller with classical control systems is necessary. This implementation has high performance, high accuracy and more speed response compared to the classical controller.
The trainer presents practice simulation for many real systems; therefore it is very suitable for classical laboratory unit with undergraduate students.
7. Acknowledgements
Special thanks are due to AL Anbar University/Engineering College for support me with the implementation of the PLC trainer laboratory.
NOTES