01-16-2013 05:42 AM
We are working on a project which uses udpsend.vi for sending speeds of 2 wheels to a preprogrammed c++ program. We have to send the speeds of the 2 wheels every 30ms. This works, but after a certain time error 60 comes up which won't disappear. After 2 weeks of trying to solve this problem we still haven’t found a solution. Now our question is the following: "What could be probable the cause of the problem and a solution for it?"
Solved! Go to Solution.
01-16-2013 05:54 AM
Hi,
Error 60 is more related with the connection issue like connection lost.
Improve your coding style. Open the coonection before wheel loop and perform all operation in wheel loop and close session after wheel loop.
01-16-2013 06:48 AM
I would like to thank you for your solution, it fixed our problem!!!!!!!!!!!!
01-17-2013 01:02 AM
Dont forget to mark kudos...............