WAGO Fieldbus Coupler 750-352
Integrates the WAGO Fieldbus Coupler 750-352 into OpenEMS for dynamic configuration and control of WAGO extension modules (inputs and outputs) via Modbus communication.
Overview
This bundle provides integration for the WAGO Fieldbus Coupler 750-352, an industrial-grade programmable logic controller (PLC) with modular I/O capabilities. The component dynamically reads the WAGO device’s fieldbus coupler configuration and creates OpenEMS channels for each configured input and output module.
The WAGO fieldbus coupler communicates via Modbus TCP/IP protocol over standard networks. The integration handles configuration synchronization with the device and provides automatic channel mapping for digital inputs, digital outputs, and relay modules.
All supported WAGO modules are dynamically discovered and configured based on the device’s internal configuration. The component supports multiple extensions and provides flexible channel naming conventions for easy integration into OpenEMS systems.
Supported Devices
-
WAGO 750-352 - Fieldbus Coupler (main component)
-
WAGO 750-400 - 2-channel digital input module
-
WAGO 750-501 - 2-channel digital output module
-
WAGO 750-523 - 1-channel relay output module
-
WAGO 750-524 - 2-channel relay output module
-
WAGO 750-430 - 8-channel digital input module
-
WAGO 750-530 - 8-channel digital output module
Components
This bundle implements the following OpenEMS Component:
WAGO Fieldbus Coupler 750-352
Name: IO WAGO Fieldbus Coupler 750-352
Factory-PID: io.openems.edge.wago
-
DigitalInput
-
DigitalOutput
-
ModbusComponent
-
id(String): Component ID for unique identification (default: "io0") -
alias(String): Human-readable alias for the component -
enabled(Boolean): Enable/disable this component (default: true) -
modbus_id(String): ID of Modbus bridge for TCP communication (default: "modbus0") -
username(String): Username for WAGO device authentication (default: "admin") -
password(String): Password for WAGO device authentication (default: "wago")
Module Channel Naming
The component dynamically creates channels based on the WAGO device configuration. Channel names follow this naming convention:
-
{id}/RelayM{X}- Relay output on extension X -
{id}/RelayM{X}Hand- Manual switch state on extension X
-
{id}/DigitalOutputM{X}C1- First digital output on extension X -
{id}/DigitalOutputM{X}C2- Second digital output on extension X
-
{id}/DigitalInputM{X}C1- First digital input on extension X -
{id}/DigitalInputM{X}C2- Second digital input on extension X
Where {id} is the Component-ID (default: "io0") and {X} is the extension number (M1, M2, M3, etc.).
Prerequisites / Dependencies
System Requirements
-
Network connectivity: WAGO device must be reachable via Modbus TCP/IP on the network
-
Modbus bridge: A Modbus TCP bridge component must be configured and enabled
-
Local Network: WAGO device must be on the same network as OpenEMS Edge
WAGO Device Setup
-
Access the WAGO device web interface (default IP usually 192.168.1.1, username: admin, password: wago)
-
Navigate to "IO config"
-
Configure the desired extension modules
-
Click "create ea-config.xml" to generate the configuration file
-
Ensure the configuration is saved and activated on the device
-
Note the device’s IP address and Modbus TCP port (default: 502)
-
Configure the OpenEMS Modbus TCP bridge to connect to the WAGO device
-
Configure this component with the corresponding Modbus-ID