Skip to content

Minimal Example Wago 750 553

Hans Sebastian Pöhlmann edited this page Mar 10, 2026 · 2 revisions

Table of Contents

  1. Introduction
  2. Requirements
  3. Hardware Setup
  4. Software Setup
  5. Demo
  6. References

1. Introduction

The WAGO 750-553 Analog Output Example demonstrates how to drive 4 independent current outputs (0–20 mA) from a WAGO 750-553 EtherCAT module using the QiTech machine framework. Each channel can be set individually or all at once via sliders in the QiTech Control Dashboard. The module outputs a DC current signal proportional to the set value, making it suitable for controlling actuators, valves, or other 0–20 mA devices.


2. Requirements

Hardware

  • WAGO 2787-2144 EtherCAT
  • WAGO 750-354 EtherCAT Coupler
  • WAGO 750-602 EtherCAT Power Terminal
  • WAGO 750-553 EtherCAT Terminal (4-Channel Analog Output, 0–20 mA)
  • WAGO 750-600 EtherCAT Endmodule
  • WAGO 852-1322 Ethernet-Switch
  • 24V DC Lab power supply (AC/DC adapter)
  • Load resistor or test device (0–300 Ω or 300–600 Ω, same impedance across all channels) for verifying the output
  • A Linux PC (Ubuntu/Debian recommended)
  • Standard Ethernet cable
  • Flat screwdriver

Software

See Device Example Basics for software prerequisites.


3. Hardware Setup

⚠️ Always disconnect power before wiring. See Device Example Basics for the safe wiring procedure.

3.1 Overview

The WAGO 750-553 is a 4-channel analog output module that generates 0–20 mA DC current signals. Each channel uses a 2-wire actuator connection with 8 CAGE CLAMP® terminals in total. The module has a green function LED (A) and a red error LED (B). It requires a 24 VDC field-side supply voltage via the power jumper contacts in addition to the 5 VDC system supply through the backplane.

3.2 Wiring the Ethernet-Switch

We supply power to the other devices by using the 750-602 EtherCAT Power Terminal.

Perform the following wiring on the Ethernet-Switch:

  1. Red wire (+24V) → PWR+
  2. Black wire (0V) → RPS-

Figure 1 — Ethernet-Switch Wiring


3.3 Wiring the Coupler

Wire the 750-354 EtherCAT Coupler to the power supply:

  1. Red wire (+24V)
  2. Yellow wire (0V)

Figure 2 — Coupler Wiring


3.4 750-602 EtherCAT Power Terminal Integration

Slide the 750-602 EtherCAT Power Terminal onto the right side of the 750-354 Coupler until it locks.

Perform the following wiring steps:

  1. Green wire (Ground) → Terminal 4
  2. Red wire (+24V) from 750-602 EtherCAT Power TerminalTerminal 2
  3. Black wire (0V) from 750-602 EtherCAT Power TerminalTerminal 3
  4. Red wire (+24V) from 750-354 EtherCAT CouplerTerminal 6
  5. Yellow wire (0V) from 750-354 EtherCAT CouplerTerminal 7

Figure 3 — Power Terminal Wiring


3.5 750-553 EtherCAT Terminal Integration

Slide the 750-553 EtherCAT Terminal onto the right side of the 750-602 EtherCAT Power Terminal until it locks.

The terminal receives its system power (5 VDC) through the backplane data contacts. The field-side supply (24 VDC) is provided via the power jumper contacts from the 750-602 — no additional power wiring on the 750-553 is required.


3.6 750-600 Final Assembly

Slide the 750-600 EtherCAT Endmodule onto the right side of the 750-553 EtherCAT Terminal until it locks.

No further wiring is required.

553


3.7 Power & Ethernet

Power

Connect the 2787-2144 power supply to the power outlet.

Ethernet

Use a standard LAN cable to connect your PC → 852-1322 Ethernet-Switch And another from 852-1322 Ethernet-Switch750-354 EtherCAT Coupler

Figure 4 — Ethernet


4. Software Setup

See Device Example Basics to install and run the software, then return here for the device-specific demo steps.


5. Demo

5.1 Assigning Devices in the Dashboard

Once the backend + frontend are running, you should see:

  • WAGO750-354 (Coupler)
  • WAGO750-553 (4CH AO)

Steps:

  • Click Assign on the 750-354 module
  • Select "Wago 750-553 AO Test V1"
  • Enter a serial number other than 0
  • Keep the device role unchanged if it is set to "Wago 750-354 Bus Coupler"
553-1
  • Repeat these steps for the 750-553 module using the same non-zero serial number
553-2
  • Finally, restart the Backend process

5.2 Controlling the Analog Outputs

In the left sidebar, WAGO 750-553 4CH AO should appear. Click it.

553-3

You will see two control cards:

Analog Outputs (AO1–AO4)

Each channel shows a slider and a live readout:

  • The label displays the channel name, the current percentage, and the milliamp value (e.g., AO1 — 50.0% · 10.00 mA)
  • Drag the slider to set the output value between 0 mA (0%) and 20 mA (100%)
  • The slider has 0.1% precision (step size 0.001)
  • Values are applied to the hardware when the slider is released

Master Control

A quick-set bar with two options:

  • All 0% — sets all 4 channels to 0 mA
  • All 100% — sets all 4 channels to 20 mA
553-4

5.3 Channel Specifications

The WAGO 750-553 provides:

  • Signal Type: 0–20 mA DC current output
  • Resolution: 12 bits
  • Conversion Time: 10 ms (typical)
  • Output Error: ≤ 0.1 % of upper-range value (at 25 °C reference)
  • Temperature Error: ≤ 0.01 %/K
  • Recovery Time: 100 ms (typical)
  • Load Impedance: 0–300 Ω or 300–600 Ω (same across all channels)
  • Isolation: 500 V system/field
  • 4 Independent Channels: Each can be controlled separately

5.4 Error Detection

The module has two LEDs:

  • LED A (green): Function indicator — lit during normal operation
  • LED B (red): Error indicator — lit when a fault is detected

If the red error LED is active:

  • Check that the load impedance is within the specified range (0–600 Ω)
  • Verify the 24 VDC field-side supply is present and within tolerance (−25 … +30 %)
  • Ensure all wire connections are secure

6. References

Wago Documentation

Clone this wiki locally