From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Data Socket Problem

I have acquired some signals on a computer and want to pass the data to a second computer using LabVIEW Data Socket via the Linksys WET54G Wireless-G Ethernet Bridge. However, an error message "User has exceeded specified time" is shown on the second computer when the VI is run. May I know the solution to overcome the problem. A screenshot of the VI on the second computer is attached. Thank you.
0 Kudos
Message 1 of 4
(2,493 Views)
With regard to my earlier question, I would like to point out an important issue. The data socket connection works when the data in the VI in the first computer, is specified as numeric arrays. The data is successfully passed to the second computer.
 
The problem arises when the data specified is changed to string arrays in both VIs in the first and second computers.
0 Kudos
Message 2 of 4
(2,468 Views)
I have attached the VI.
0 Kudos
Message 3 of 4
(2,468 Views)

Hi,

Try increasing the ms timeout value to 10000 and putting a dummy value in the string array constant wired to DS Read & see if that helps.

Regards,

Ankita

0 Kudos
Message 4 of 4
(2,446 Views)