Introduction
An Automatic Changeover Switch (ATS) is a system that automatically transfers electrical power from one source to another whenever the main source fails or becomes unstable. In modern installations, many users now combine hybrid inverter systems with grid power to improve reliability and reduce electricity costs.
In this article, we will explain how a Hybrid + Grid ATS system works using practical industrial control logic, contactors, timers, and PLC automation concepts.
This type of ATS system is commonly used in:
- Homes with hybrid solar systems
- Offices
- Workshops
- Industrial backup systems
- Critical loads requiring uninterrupted supply
What Is a Hybrid + Grid ATS System?
In this setup:
- The hybrid inverter acts as the primary power source
- The grid supply acts as the backup source
The ATS continuously monitors the hybrid inverter output. If the inverter fails, becomes unstable, or battery voltage drops, the system automatically transfers the load to the grid supply.
Once the hybrid inverter becomes healthy again, the ATS safely transfers the load back.
Main Components Used
A practical Hybrid + Grid ATS system may include:
Power Components
- Main contactors
- Circuit breakers
- Overload protection
- Power supply units
- Hybrid inverter
- Grid input
Control Components
- PLC controller
- Relays
- Timers
- Emergency stop switch
- Selector switch
- Feedback contacts
- Indicator lamps
Why Use Hybrid Priority?
Using the hybrid inverter as a priority provides several advantages:
Reduced Electricity Bills
The inverter supplies power from batteries or solar energy before switching to grid power.
Automatic Backup
The system automatically changes to grid supply whenever the inverter becomes unavailable.
Improved Reliability
The ATS minimises downtime and ensures the continuous operation of critical loads.
Better Energy Management
The PLC can intelligently manage:
- transfer delays,
- battery conditions,
- recovery timing,
- protection logic.
Basic Operating Sequence
1. Hybrid Supply Available
When the hybrid inverter output is healthy:
- The PLC energises the hybrid contactor
- The load receives power from the inverter
- The grid contactor remains OFF
At this stage:
- The hybrid source is the active supply,
- and the system continuously monitors the inverter status.
2. Hybrid Supply Failure
If the inverter:
- shuts down,
- battery voltage becomes low,
- or output becomes unstable,
The PLC detects the fault condition.
The system then:
- disconnects the hybrid contactor,
- waits for a safety delay,
- transfers the load to the grid supply.
This delay is significant because it prevents both contactors from energising simultaneously.
3. Grid Supply Takes Over
After the safety delay:
- The PLC energises the grid contactor
- The load is now powered from the utility grid
During this period:
- The system keeps monitoring the hybrid inverter,
- waiting for recovery.
4. Hybrid Recovery
When the inverter becomes healthy again:
- The PLC starts a return timer
- The inverter must remain stable for a certain duration
- The grid contactor disconnects
- Another safety delay occurs
- The hybrid contactor energises again
The load then returns safely to the hybrid supply.
PLC Logic Used in the ATS System
A PLC-controlled ATS system provides much greater flexibility and protection than traditional relay-only systems.
The PLC logic typically includes:
Interlocking Logic
Interlocking prevents:
- hybrid contactor,
- and grid contactor
from energising simultaneously.
This is one of the most important protections in ATS design.
The logic ensures:
If Hybrid Contactor = ON
Then Grid Contactor = OFF
If Grid contactor = ON
Then Hybrid Contactor = offTimer Logic
Timers are used for:
- transfer delays,
- source stabilisation,
- recovery timing,
- anti-chatter protection.
Without timers:
- Rapid switching may occur,
- Contactors may chatter. The
- equipment may become damaged.
Emergency Stop Logic
The emergency stop is used to immediately disable the ATS system during:
- maintenance,
- faults,
- unsafe conditions.
In advanced PLC systems:
- The E-stop may latch,
- requiring a manual reset before restart.
This improves operational safety.
Feedback Monitoring
Feedback contacts are extremely important in professional ATS systems.
The PLC verifies:
- whether a contactor is actually engaged,
- whether it was released correctly,
- and whether abnormal conditions exist.
This prevents:
- welded contactors,
- simultaneous energising,
- dangerous switching conditions.
Safety Features
A professional ATS design should include:
Mechanical Interlocking
Prevents both contactors from physically closing together.
Electrical Interlocking
Uses auxiliary contacts and PLC logic for additional protection.
Overload Protection
Protects wiring and equipment from excessive current.
Emergency Stop
Allows immediate shutdown during unsafe conditions.
Common ATS Faults and Troubleshooting
ATS Not Switching to Grid
Possible causes:
- PLC logic fault
- Failed contactor coil
- Missing control voltage
- Incorrect timer settings
Contactors Chattering
Possible causes:
- unstable inverter output
- insufficient delay timers
- weak control voltage
Both Contactors Trying to Energize
Possible causes:
- missing interlocking
- PLC logic error
- faulty auxiliary contacts
This condition is dangerous and must be corrected immediately.
Advantages of PLC-Based ATS Systems
Compared to traditional relay-only systems, PLC systems provide:
- flexible programming,
- easier troubleshooting,
- monitoring capability,
- expandable logic,
- better safety,
- remote monitoring possibilities.
PLC systems also integrate well with:
- HMI,
- SCADA,
- Node-RED,
- Modbus communication systems.
Conclusion
A Hybrid + Grid Automatic Changeover Switch provides intelligent and reliable power transfer between hybrid inverter systems and utility grid supply.
When designed correctly using proper:
- interlocking,
- timers,
- PLC logic,
- and safety protections,
The system becomes highly reliable and safe for real-world applications.
