Is there any possible way to read or write to the modbus I/O client from RTDE?
In the scriptlanguage I could read “iInput1 = modbus_get_signal_status(“input1”, False)” , and
change the status on an output by “modbus_set_output_signal(“output1”, True, False)”