This is in a factory setting:
We have an Omron mobile robot which communicates with an Omron PLC via our building's wireless network.
In one operation, the robot will send a message over the wireless connection when it arrives at a specific point.
The PLC is listening to the data stream, recognizes that message, and sends a return message.
The robot logs the time of its outgoing message and when it receives the reply.
Typically these log entries are 0.3 seconds apart.
However, recently the robot has become significantly less responsive (to the point it's unusable).
In looking at the log, I see one instance where the log entries are over 2 minutes apart.
Any ideas where (robot, PLC, network) one or the other of those messages could hang out for that long?
I don't have any details of what communications hardware is in the robot - I do have a tech request in with them, but they tend
to be slow responding.
Our IT guys say it can't be in the network, but that's the usual response . . .
PLC's generally react very quickly, and there's nothing else happening with it, so I don't believe it's responsible.