Skip to content

Host Redundancy

Configure primary and secondary Modbus device hosts for automatic failover.

Host Redundancy Screenshot placeholder: Host redundancy diagram

How It Works

  1. Gateway polls primary host
  2. Reads all tag data normally
  3. If primary fails → automatic failover to secondary
  4. Monitor checks primary health
  5. Auto-reconnect to primary when available

Configuration

Device Setup

Device Host Config Screenshot placeholder: Device host configuration

  1. Edit device
  2. Set Primary Host (IP/hostname)
  3. Set Secondary Host (IP/hostname)
  4. Both hosts must be same slave/unit ID
  5. Save

Use Cases

  • Redundant PLC configurations
  • Hot-standby equipment
  • Load-balanced devices
  • High-availability systems

Failover Triggers

  • Connection timeout
  • Repeated read failures
  • Network unreachable
  • Device not responding

Best Practices

  • Ensure devices synchronized
  • Test failover regularly
  • Monitor both hosts
  • Use consistent addressing

Next Steps