I'm using old datasocket function (such as datasocket updated data, datasocket write, etc.) for a realtime control program in Labview 7.0. When the dataconnection is lost, the program will use datasocket close connection fucntion to destory the datasocket connection, then reestablish the connection. The problem is it costs more than 50 ms to close the datasocket connection. Is there any other better way to do so because it's a realtime system and cannot spend more time on closing datasocket connection.
Thanks a lot
Charlie