10-17-2013 09:58 PM
I recently upgraded to LabView 2013 from LabView 2012. In LabView 2012 I often used a global or local variable to hold TCP network connection IDs. But in LabView 2013 a global or local variable does not seem to have the ability to hold a conneciton ID.
Has anyone else seen this issue?
I have attached an example that fails when the VI is run the 2nd time using the Global variable to hold the connection ID.
Any help would be helpful.
Thanks
Matt
10-17-2013 10:21 PM
I might be wrong, but I would not expect for a connection ID to survive between different runs. Why do you need this?