LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Datasocket communication loss.

I'have an application that use LookOut and LabView. I'm using DataSocket for communication between LooKout and LabView application. I'm running in VI mode. I have a writer on LabView side to send data to LookOut, using the old style datasocket, but LookOut is not able to get the data. If I'm using the New style of "DataSocket Write" with the same URL LookOut is able to get the data.
0 Kudos
Message 1 of 3
(2,604 Views)
I am not sure what the problem is but I have a few questions.

How fast are you sending data and how much are you sending? When you say loss is there an intermitten loss or no communication at all? How far apart are the computers, i.e. are they connected with a slow network? Are you using the easy datasocket VIs or are you using the older VIs (datasocket open, write, close)?
Message 2 of 3
(2,604 Views)
Hi Jeremy,
Both applications, LabView and LookOut, are on the same computer. I'm sending four individual counters (I32) on four different URL's each 5 seconds. I'm using the old style datasocket (open, write....). Also I'm sending other data to LookOut, which are array of single, on other URL's and the data is transfered correctly (note that the transfer rate is lot faster then 5 seconds and I'm using the same mechanism)
Note that I cannot duplicate this behavior easily , usually the mechanism is working perfectly, but since it's a critical part of the application I need to do something.
0 Kudos
Message 3 of 3
(2,604 Views)