Inst ToolsInst ToolsInst Tools
  • Ask
  • Courses
  • Videos
  • Q & A
    • Interview
      • Instrumentation
      • Electronics
      • Electrical
      • Practical Questions
    • MCQ
      • Instrumentation MCQ
      • Electrical MCQ
      • Electronics MCQ
      • Control Systems MCQ
      • Analog Electronics MCQ
      • Digital Electronics MCQ
      • Power Electronics MCQ
      • Microprocessor MCQ
      • Multiple Choice Questions
  • EE
    • Electronics
      • Electronics Q & A
      • Electronic Basics
      • Electronic Devices & Circuits
      • Electronics Animation
      • Digital Electronics
    • Electrical
      • Electrical Basics
      • Electrical Q & A
      • Power Electronics
      • Electrical Machines
      • Electrical Animation
      • Power Systems
      • Switchgear & Protection
      • Transmission & Distribution
  • Measure
    • Control Valves
    • Calibration
    • Temperature
    • Pressure
    • Flow
    • Level
    • Analyzers
    • Switches
    • Vibration
    • Solenoid Valve
  • Control
    • PLC Tutorials
    • Control Systems
    • Safety Instrumented System (SIS)
    • Communication
    • Fire & Gas System
  • More
    • Design
    • Tools
    • Animation
    • Basics
    • Formulas
    • Standards
    • TextBooks
    • Common
    • Software
    • Excel Tools
    • Erection & Commissioning
    • Process Fundamentals
    • Videos
    • Books
Search
All rights reserved. Reproduction in whole or in part without written permission is prohibited.
Reading: What is Hot Standby in PLC?
Share
Notification Show More
Font ResizerAa
Inst ToolsInst Tools
Font ResizerAa
  • Courses
  • PLC Tutorials
  • Control Systems
Search
  • Ask
  • Courses
  • Videos
  • Q & A
    • Interview
    • MCQ
  • EE
    • Electronics
    • Electrical
  • Measure
    • Control Valves
    • Calibration
    • Temperature
    • Pressure
    • Flow
    • Level
    • Analyzers
    • Switches
    • Vibration
    • Solenoid Valve
  • Control
    • PLC Tutorials
    • Control Systems
    • Safety Instrumented System (SIS)
    • Communication
    • Fire & Gas System
  • More
    • Design
    • Tools
    • Animation
    • Basics
    • Formulas
    • Standards
    • TextBooks
    • Common
    • Software
    • Excel Tools
    • Erection & Commissioning
    • Process Fundamentals
    • Videos
    • Books
Follow US
All rights reserved. Reproduction in whole or in part without written permission is prohibited.
Inst Tools > Blog > PLC Tutorials > What is Hot Standby in PLC?

What is Hot Standby in PLC?

In this post, we will learn the concept of hot standby in a PLC (programmable logic controller).

Last updated: September 28, 2022 4:12 pm
Viral Nagda
PLC Tutorials
No Comments
Share
5 Min Read
SHARE

In this post, we will learn the concept of hot standby in a PLC (programmable logic controller).

Earlier, single CPUs were used in a PLC configuration. This single CPU controlled the whole plant operation. But, there was the main problem in a single CPU configuration.

If the CPU failed due to some reason or its power supply went off, then the whole plant operation would stop and if it was a critical process, then the large downtime would hamper and affect the whole process in a large way.

To overcome this issue, a feature of hot standby was introduced. Hot standby means a redundant CPU is used in synchronization with the main CPU.

When the primary CPU fails, the standby CPU will automatically become the primary CPU and take over the control of the system in a very quick span of time. The time is so fast that you don’t even realize when the switchover happened.

The hot standby system is used to provide a high level of redundancy and decreased downtime. One CPU acts as primary where all the program runs and communicate with IO’s.

When the primary CPU fails, the standby CPU takes over as primary and resumes the logic operation and IO control from the last paused stage quickly.

Then, when this PLC fails, the earlier PLC again takes up the operation provided it is in a healthy condition. The two CPUs are interconnected with each other through a communication medium like Ethernet.

Hot Standby in PLC

What is Hot Standby in PLC

Refer to the above image. The two CPUs are connected with each other through an Ethernet link called Hot Standby Link. The IO links are also connected in such a way that it works in a redundant system.

Before the switchover happens, the following things must be taken care of; otherwise, the switchover won’t happen –

  • proper Ethernet Hot Standby link
  • health of both the CPU’s
  • Identity of both the CPU’s must be different
  • Programs running in both the CPU’s must be same
  • Firmware versions of both the CPU’s must be same.

Before each cyclic task of a program, the primary CPU transfers data like status and IO data to the standby PLC with the proper date and time stamp.

In the event of a switchover, the standby PLC resumes the operation with the data received. The changeover time is very fast and it can vary from an average of 15ms to one cyclic scan time.

There are many system software codes available to the programmer to control some user-defined functions of the hot standby event.

One popular concept is that on every program modification, the same changes must be transferred automatically to the standby PLC.

Though PLC failure is very rare, a redundant system ensures reliable and safe operation for the plant.

The PLC can fail due to some of the following reasons –

  • PLC has entered a halt state
  • PLC has detected a hardware or system error and has gone into fault mode
  • if the programmer has put the primary PLC in stop mode through the software
  • primary PLC power supply is turned off.

It is important to note that the switchover event does not cause any effect on the IO’s.

In this way, hot standby PLCs are very useful in ensuring a seamless and redundant control plant operation.

If you liked this article, then please subscribe to our YouTube Channel for Instrumentation, Electrical, PLC, and SCADA video tutorials.

You can also follow us on Facebook and Twitter to receive daily updates.

Read Next:

  • Electrical Wiring Diagram
  • Commissioning of DCS System
  • Single Phase Preventer Relay
  • Simatic Prosave HMI Procedure
  • Validate Timers and Counters
Don't Miss Our Updates
Be the first to get exclusive content straight to your email.
We promise not to spam you. You can unsubscribe at any time.
Invalid email address
You've successfully subscribed !
Shift Bit Register in PLC
Shutdown Motors in Timed Operation PLC Program
Drive Multiple Speeds with Different Reference using PLC
PLC Memory Organization – Data Files and Program Files
PLC Ladder Logic for Opposite Acting Control Valves Application
Share This Article
Facebook Whatsapp Whatsapp LinkedIn Copy Link
Share
Leave a Comment

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Stay Connected

128.3kFollowersLike
69.1kFollowersFollow
208kSubscribersSubscribe
38kFollowersFollow

Categories

Recent Comments

  • Kamli on Top Free PLC Software
  • Guifty Shimica on Top Non-PLC Certification Courses for Automation Professionals
  • Guifty Shimica on Top Non-PLC Certification Courses for Automation Professionals
  • MIHARITSOA Aina Sitraka on Top Non-PLC Certification Courses for Automation Professionals

Related Articles

Advantages of Redundant System

Redundant Automation Systems – Need and Advantages

PLC Program using Counters

PLC Counters Program

Electrical Circuit Breaker Quiz

100 Electrical Circuit Breaker Quiz

Star-Delta PLC programming with 1 button

How to Program a Star-Delta System using 1 Button in PLC?

PLC Program Example on Multiple LEDs using Set Coil

PLC Program Example on Multiple LEDs using Set Coil

Free Siemens PLC Training Course

Free Siemens PLC Training Course

PLC Program for Two ways switch logic for staircase light

PLC Program for Two Way Switch Logic

PLC Question Bank

PLC Question Bank

More Articles

Transmitter Detailed Specifications

Transmitter Detailed Specifications

Digital Electronics Multiple Choice Questions

Liquid Crystal Display Objective Questions

Select Right Type of Controller

How to Select the Right Type of Controller

Annunciator Panel

What is a Annunciator Panel?

Power Electronics Objective Questions

Single Phase Semi-Converters Objective Questions

In this article, we will learn the difference between Machine Expert Basic and Machine Expert software in Schneider PLC.

Difference between Machine Expert Basic and Machine Expert – Schneider PLC

5-valve manifold

Pressure Transmitter Vent fittings

PLC Ladder Logic Example

PLC Ladder Logic Example

Follow US
All rights reserved. Reproduction in whole or in part without written permission is prohibited.
Welcome Back!

Sign in to your account

Username or Email Address
Password

Lost your password?