LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Computer locks up transferring TCP/IP data to labview vi

Hello,
 
I am transferring data to a Labview v7.1 vi and the computer locks up after several minutes data transfer. The amount of data transferred is continuous for this time period. Are there suggestions for dealing with this issue?
 
Thanks,
 
Ron
0 Kudos
Message 1 of 2
(2,196 Views)

Hello,

When you say your computer locks, does that mean just your VI or all applications?

It's possible that LabVIEW is consuming much of the CPU, especially if it's the only application running, and you don't have any timing/wait functions in a loop.  In such a case you can imagine that code is executing as fast as possible, and if nothing else is running on the machine, it can appear as though things lock up.

Try using the wait until next ms multiple or wait ms function.

Best Regards,

JLS

Best,
JLS
Sixclear
0 Kudos
Message 2 of 2
(2,185 Views)