Wandelbots NOVA

Type to search the documentation

Press ESC to close⌘K to open

Modbus with Wandelbots NOVA

Last updated: August 19, 2026

Get started with Modbus communication protocol supported by Wandelbots NOVA. Learn how to set up Modbus and connect to Wandelbots NOVA.

Wandelbots NOVA supports the Modbus communication protocol, allowing integration with various industrial devices and systems.

Modbus is a widely used protocol in industrial automation for connecting electronic devices. It operates on a client-server architecture, where the client requests data and the server responds.

Supported

Wandelbots NOVA only supports Modbus TCP. Modbus RTU is not supported.

A Wandelbots NOVA instance can act as both a Modbus server and a Modbus client, provided that the devices it communicates with also support Modbus TCP.

Data types supported by Modbus TCP in Wandelbots NOVA include:

  • Coils (read/write)
  • Discrete Inputs (read-only)
  • Holding Registers (read/write)
  • Input Registers (read-only)

Set up Modbus communication

  1. Ensure that the device you want to connect to Wandelbots NOVA supports Modbus TCP.
  2. Connect the Wandelbots NOVA instance and the Modbus device with an ethernet cable.
  3. In the Setup app, navigate to the communication protocols section of your cell.
  4. Select Modbus as the communication protocol.

NOVA as server

Configure the Modbus settings according to your requirements:

  1. Set the Modbus port.
    Default: 502
  2. Set the data and access types (coils, discrete inputs size, holding registers size, input registers size).)
  3. Establish the connection by clicking on Connect.

NOVA as client

  1. Ensure that the device you want to connect to Wandelbots NOVA supports Modbus TCP.
  2. Connect the Wandelbots NOVA instance and the Modbus device with an ethernet cable.
  3. In the Setup app, navigate to the communication protocols section of your cell.
  4. Add the client IP address and port to your cell.

Further reading

For more detailed instructions on the Modbus architecture and configuration options, refer to the original Modbus messaging implementation guide