Modbus server, error reading data

Hey, I’m trying to read data from the Modbus TCP server of a UR5E robot (polyscope version 5.13.1). I’m following this video tutorial: https://www.youtube.com/watch?v=Pw7FKbPZkIk

The robot controller is connected to my PC via ethernet, and both devices have static IP addresses in the same subnet. Connection is succesfully established between the controller and my PC. However, I get the below error when trying to read data from the modbus server registers:

qmodmaster

The server registers are readable from the robot controller itself via URScript. However, externally I cannot access the values.

Any help would be much appreciated!

Try setting Unit ID to 0, and I always start by reading start address 256 to pull controller version number.

Also note, some Modbus systems start address at 0, some start at 1. Depending on that your reads/writes can be off by one.

image