← Back to all lessons
Wiring 15
Pro
~16 minutes lab time

Wiring 15 — RS-485 Modbus RTU Drop

What you'll learn

**RS-485** is the physical-layer standard used by Modbus RTU — the most widely deployed fieldbus protocol in industrial automation. You will encounter it on flow meters, temperature transmitters, variable speed drives, and PLCs from virtually every vendor.

Lab time: ~16 minutes.

Lesson briefing

RS-485 Modbus RTU Drop

RS-485 is the physical-layer standard used by Modbus RTU — the most widely deployed fieldbus protocol in industrial automation. You will encounter it on flow meters, temperature transmitters, variable speed drives, and PLCs from virtually every vendor.

Three rules you must know

1. Polarity matters RS-485 uses a differential pair: A (non-inverting, DATA+) and B (inverting, DATA−). Every device on the bus must connect A to A and B to B. Swapping A and B on even one device reverses the idle polarity for all devices — communication stops for the whole bus, not just the swapped device.

2. Termination prevents reflections At each physical end of the bus a 120 Ω termination resistor must be placed across A and B. Without it, high-frequency signal edges bounce back along the cable and corrupt waveforms. At 9 600 baud the reflections are usually tolerable; above 19 200 baud they often cause frame errors. In this lab an RS485Terminator module is placed at the far end of the drop (the PLC's built-in termination covers the near end).

3. Bus topology, not star RS-485 is a daisy-chain bus. Each device connects in line along the cable: PLC → device 1 → device 2 → terminator. A star topology (one master connected to multiple separate spurs) creates impedance mismatches that corrupt fast Modbus polling and is prohibited by the RS-485 standard.

What to wire

  1. Seed +24 V and 0 V buses from the PSU. Power the PLC from the bus.
  2. PLC comms: plc-1.X0 (DATA+ proxy) → tb-rs485-a.t0 and plc-1.X1 (DATA− proxy) → tb-rs485-b.t0.
  3. Distribute the bus: tb-rs485-a.t1 → slave-1.A and tb-rs485-b.t1 → slave-1.B (A to A, B to B — polarity!).
  4. Terminate the bus: tb-rs485-a.t2 → term-1.A and tb-rs485-b.t2 → term-1.B (terminator at the far end).
  5. Power and earth the Modbus slave: tb-24v.t2 → slave-1.+24V; tb-0v.t2 → slave-1.0V; slave-1.PE → gnd-bar.pe2.
  6. PE bonds: psu-1.PE → gnd-bar.pe0; psu-1.0V → gnd-bar.pe1.

Hints

Hint 1

Start with power distribution: psu-1.+V → tb-24v.t0 and psu-1.0V → tb-0v.t0. Power the PLC: tb-24v.t1 → plc-1.+24V and tb-0v.t1 → plc-1.0V.

Hint 2

Sign up to unlock the full hint sequence.

Hint 3

Sign up to unlock the full hint sequence.

Hint 4

Sign up to unlock the full hint sequence.

Hint 5

Sign up to unlock the full hint sequence.

Hint 6

Sign up to unlock the full hint sequence.

Hint 7

Sign up to unlock the full hint sequence.

This lesson uses 10 placed components on the lab canvas. Components are vendor-neutral (no proprietary trademarks); the wiring rules apply to any equivalent industrial part.

Sign up to preview

Create a free account to preview this Pro lab; upgrade to open the interactive circuit.

Sign up to preview

You might also like