
Locke (Customer) asked a question.
Hello - I am trying to use the receive & send instructions in the CLICK programming software. I am attempting to communicate with my Universal Robot, which has a Modbus TCP server. I believe I have the correct IP address, port #, slave address, etc. entered into the instruction. To start, I am just trying to read the status of a coil. The receive instruction has a receiving flag, which goes high at first, then the error flag goes high. Here is the UR help page:
https://www.universal-robots.com/articles/ur/interface-communication/modbus-server/
Any help would be greatly appreciated!
Figured it out! You're going to love this... I changed the IP address of the robot from 192.168.0.20 to 192.168.0.175, updated my receive instruction in the ladder as such, and I got successful receives! I don't have any other devices on the network that are 20, so not sure what was going on here, but glad I tried that! I appreciate your help along the way!