Hi,
I'm running into a problem where the IIWA controller(?) would freeze and it'll display an message SendKeepAliveMessage Failed.
What I'm doing is using a modified read XML program, it runs in a loop, constantly checking D drive every half seconds for new files.
In D drive i have 2 files, one is simply a text file, if the content is 1, the robot reads and executes the second file then rewrites the first file to 0.
This program runs fine for short periods, but if left running for a while, the message SendKeepAliveMessage Failed will freeze the robot.
How can i fixed this?
(ideally I would be using the communicator solution, but for certain reasons, I'd prefer not to use it for now)
Attached is the program I'm running and the screenshot of the message
thanks,
Victor