LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

i am caught in bizarre situation my labview programee takes 100percent cpu time and creates a deadlock

i am communicating with java programme through data socket but labview creates problem
0 Kudos
Message 1 of 2
(2,387 Views)
You might try putting a 50 msec delay somewhere in your program loop to give the CPU time to perform other tasks. With no delays in a LabVIEW program, it *will* hog all the CPU time.

Rob
Message 2 of 2
(2,387 Views)