We are using Fanuc's Robot Interface to read 3-5 system variables from our FANUC M-900iB/700 which is connected to a R30iB controller.
In theory the Robot Interface should be able to send a response every 8ms, which we don't except. When we run our code on a simulation we get a response every ~17ms. As soon as we run the same code on our real robot, we receive a response every ~70ms.
Is this normal? Has anyone similar response times? We connect our PC directly with the controller's top ethernet port. The ping responses are usually lower than 1.2ms.
Is there anything we can do to reduce the latency? All we want to do is read a few system variables as fast as possible.
Cheers