Search

Premium Membership ♕

Limited Time Offer: Save 15% on PRO Plan with discount code: LRN15 and study specialized LV/MV/HV technical articles and studies.

Home / Technical Articles / Modernizing An Old Hardwired Relay Logic With Modern PLC System

Benefits of PLC programmed logic

This technical article presents the modernization of a machine control system that will be changed from an old hardwired relay logic to PLC programmed logic. The field devices to be used will remain the same, with the exception of those that the controller can implement (e.g., timers, control relays, interlocks, etc.).

Modernizing An Old Hardwired Relay Logic With Modern PLC System
Modernizing An Old Hardwired Relay Logic With Modern PLC System

The benefits of modernizing the control of this machine are:

  • More reliable control system,
  • Less energy consumption,
  • Less space required for the control panel,
  • Flexible system that can accommodate future expansion

Electromechanical relay diagram

Figure 1 illustrates the relay ladder diagram that presently controls the logic sequence for this particular machine. For the sake of simplicity, the diagram shows only part of the total relay ladder logic.

Electromechanical relay diagram
Figure 1 – Electromechanical relay diagram

An initial review of the relay ladder diagram indicates that certain portions of the logic should be left hardwired-lines 1, 2, and 3. This will keep all emergency stop conditions independent of the controller. The hydraulic pump motor (M1), which is energized only when the master start push button is pushed (PB1), should also be left hardwired.

Figure 2 illustrates these hardwired elements. Note that the safety control relay (SCR) will provide power to the rest of the system if M1 is operating properly and no emergency push button is depressed.

Furthermore, the PLC fault contact can be placed in series with the emergency push buttons and also connected to a PLC failure alarm.

Elements of the moderization example system to be left hardwired
Figure 2 – Elements of the moderization example system to be left hardwired

During proper operation, the PLC will energize the fault coil, thus closing PLC Fault Contact 1 and opening PLC Fault Contact 2.

Continuing the example, we can now start assigning the real inputs and outputs to the I/O assignment document. We will assign internal output addresses to all control relays, as well as timers and interlocks from control relays.

Tables 1 and 2 present the assignment and description of the inputs and outputs, as well as the internals. Note // Inputs with multiple contacts, such as LS4 and SS3, have only one connection to the controller.


Table 1 – I/O address assignment

I/O Address
Module typeRackGroupTerminalDescription
Input000PB5 – Setup PB
001PB6 – Reset (wired NC)
002PS1 – Hydraulic pressure switch
003SS1 – Enable selector switch (NC contact left unconnected)
Input004SEL1 – Select 1 position
005SEL2 – Select 2 position
006LS1 – Limit switch up (position 1)
007LS2 – Limit switch up (position 2)
Input010LS3 – Location set
011PB6 – Start load cycle
012LS4 – Trap (wired NC)
013LS5 – Position switch
Input014PB7 – Unload PB
015SS3 – Main/Backup (wired NO)
016LS6 – Maximum length detect
017LS7 – Minimum length detect
Output030PL2 – Setup OK
031PL3 – Select 1
032PL4 – Select 2
033SOL1 – Advance forward
Output034SOL2 – Engage
035PL5 – Engage ON
036M2 – Run motor
037PL6 – Motor run ON
Output040SOL3 – Fast stop
041PL7 – Fst stop ON
042SOL4 – Unload with backup
043PL8 – Backup ON

Table 2 – Internal address assignment

DeviceInternalDescription
CR11000CR1 (Setup Rdy)
TDR12000Timer preset 10 sec. register 3000 (accumulated register 3001)
MCRMCR1700First MCR address
CR2Same as PL3 address
CR3Same as PL4 address
CR4Same as SOL1
1001To set up internal for instantaneous contact of TDR2
TDR22001Timer preset 5 sec. register 4002 (accumulated register 4003)
1002To set up internal for instantaneous contact of TDR3
TDR32002Timer preset 12 sec. register 4004 (accumulated register 4005)

PLC implementation

Figure 3 shows the PLC program coding (hardwired relay translation) for this example. This ladder program illustrates several special coding techniques that must be used to implement the PLC logic.

Among these techniques are:

  • The software MCR function,
  • Instantaneous contacts from timers,
  • OFF-delay timers, and
  • The separation of rungs with multiple outputs.

An MCR internal output, specified through the program software, performs a function similar to a hardwired MCR.

PLC implementation of the circuit in Figure 1
Figure 3 – PLC implementation of the circuit in Figure 1

Referring to the relay logic diagram in Figure 1, if the MCR is energized, its contacts will close, allowing power to flow to the rest of the system. In the PLC software, the internal MCR 1700 accomplishes this same function (for this example, MCR1700 is the first available address for MCRs). If the MCR coil is not energized, the PLC will not execute the ladder logic that is fenced between the MCR coil and the END MCR instruction.

An internal will not replace the control relay CR2 in line 9 since the PL3 contacts in line 10 can be used instead. This technique can be used whenever a control relay is in parallel with a real output device. Moreover, we do not need to separate the coils in lines 17 and 18 of the hardwired logic. This has already been done, since the PLC used here does not allow rungs with multiple outputs. Using separate rungs for each output is always a good practice.

The normally closed inputs that are connected to the input modules are programmed as normally open, as explained in the previous sections. The limit switch LS4 has two contacts – a normally open one and a normally closed one in lines 17 and 19, respectively, of Figure 1.

However, only one  set of contacts needs to be connected to the controller. In this example, we have selected the normally closed contact LS4. Although the normally open contact is not connected to the controller, its hardwired function can still be achieved by programming LS4 as a normally closed ladder contact.

Applications such as this one also require timers with instantaneous contacts, which are not available in most PLCs. An instantaneous contact is one that opens or closes when the timer is enabled. In most PLCs, an internal coil is used as a substitute for an instantaneous contact.

Line 15 in the hardwired logic shows that, if PB6 is pressed and CR4 is closed, the timer TDR2 will start timing and contact TDR2-1 will seal PB6.

This arrangement requires special PLC implementation. If we use software timer contacts, the timer will not seal until it has timed out. If PB6 is released, the timer will reset because PB6 is not sealed. To solve this problem, we can use internal coil 1001 to seal PB6 and start timing timer 2001 (TDR2).

Lines 9, 10, and 11 of the PLC program coding show this technique. The time delay contacts (2001) are used for ON delays.

Resource // Introduction-to-PLC-Programming – www.globalautomation.info

Premium Membership

Get access to premium HV/MV/LV technical articles, electrical engineering guides, research studies and much more! It helps you to shape up your technical skills in your everyday life as an electrical engineer.
More Information
author-pic

Edvard Csanyi

Electrical engineer, programmer and founder of EEP. Highly specialized for design of LV/MV switchgears and LV high power busbar trunking (<6300A) in power substations, commercial buildings and industry facilities. Professional in AutoCAD programming.

2 Comments


  1. Dương Văn Tiên
    Jun 29, 2018

    Tôi rất thích


  2. Karim
    Mar 29, 2018

    Thanks for d’inscription

Leave a Reply to Karim

Tell us what you're thinking. We care about your opinion! Please keep in mind that comments are moderated and rel="nofollow" is in use. So, please do not use a spammy keyword or a domain as your name, or it will be deleted. Let's have a professional and meaningful conversation instead. Thanks for dropping by!

three  +  four  =  

Learn How to Design Power Systems

Learn to design LV/MV/HV power systems through professional video courses. Lifetime access. Enjoy learning!

Subscribe to Weekly Newsletter

Subscribe to our Weekly Digest newsletter and receive free updates on new technical articles, video courses and guides (PDF).
EEP Academy Courses - A hand crafted cutting-edge electrical engineering knowledge