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:
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!