I have a problem with my MODBUS communication with PC application.
I have 8 output register and 3 Input register for PC to Robot Comunication.
All it works fine but some time when in script code I call “modbus_set_output_register” or “modbus_get_signal_status” the robot stop the program with this error:
“MODBUS Signal Signal_Name in not connected to slave”.
If I check on installation panel in MODSUB window this signal is connected (green light on led).
This issue is happen only with PC interfacing : I also have a gripper interfaced with MODBUS and I never have this error.
The frequency refresh of this register is 2Hz so very low…
The issue is less frequent if I read less requently the register.
There is a way to check before read this register in order to avoid the STOP of the program?
Thanks