12-08-2019 10:26 PM
Hello
I am using LabVIEW 2016 version.
My aim is to stream cluster data between two computers on the network.
I have used webservices in my project. I downloaded webservice example from NI site.
I use JSON script
In development mode, I am able to transfer data from server to client. I can see cluster data getting updated.
But when I build executable, I am unable to transfer data.
I do not get any error display, but the cluster data is blank in the client. I have added webservice in the build properties. I am not getting what I am missing.
Please let me know.
Thanks and Best Regards
Hema
12-09-2019 03:34 AM
Perhaps it's a firewall issue? Is the executable allowed through?
You can always compile the executable with debugging enabled. Then you can at least look in the executable to see what is happening.