LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

DAQ question

I have a VI that take signals from a DAQ. The VI have a while loop with a
500 milliseconds timer. I send signals on Datasocket. Everything works fine.
After a unknow minutes or hours, my computer begin to slow, and I have to
stop my VI, or reload LabVIEW to use the VI again.And when I run it again,
all is fine, my computer is ok, and later, my computer is slowing again.

what can i do to solve this weird problem?
0 Kudos
Message 1 of 2
(2,606 Views)
Couple of things you can do.

First of all, can you run LabVIEW DataSocket examples on two different machine for extended period of time and observe if it slows down! This is just to make sure if there is general problem on network or pc etc.

Second run your VI and start monitoring the memory use specially when the process starts slowing down. You might want to make "Continous Acquisition and Graph (buffered).vi" example send data over datasocket. make sure # of points to read are like 100 or 500 so that we are not overflowing the DS server.

A Rafiq
0 Kudos
Message 2 of 2
(2,606 Views)