06-30-2005 11:07 PM
06-30-2005 11:53 PM
07-01-2005 08:49 AM
@bmihura wrote:
I'm working on a project where LabVIEW collects data from hardware via "Datasocket Read".
After a few hours of manipulating the program, there is a several second delay between the time the physical signals change and my LabVIEW indicators change.
I suspected a memory leak at first, but I looked at all my arrays and strings; they are quite small during the slowdown.
Still thinking memory leak, I started quarantining sections of the program, that didn't seem to help either.
How do I stop this slowdown of data being displayed?
07-01-2005 11:15 AM
07-01-2005 12:33 PM
07-01-2005 05:03 PM
07-01-2005 06:43 PM
07-04-2005 03:38 AM
07-04-2005 06:43 PM
07-04-2005 06:57 PM
@bmihura wrote:
No, I open, write, and close them every second; that way networked computers can always read recent data.