Archives by Tag 'Loop'
A Better Way to Access Variables in Complex Programs in LabVIEW
By Ralph - Last updated: Monday, September 28, 2009
In some LabVIEW programs, we need to access the value of a variable which is inside a loop from outside before the loop is over. Most of us will use a local variable of a indicator to do this job. But this is not a good way to do this job. For example, if you [...]
A Note about DAQ Assistant and 200279 Error in LabVIEW
By Ralph - Last updated: Friday, July 17, 2009
Just a few days ago, I created a simple LabVIEW program which read about 32 channels at 2KHz and display the data and write the data into file. The program is quite simple, so I used DAQ Assistant and Measurement File Express VI to read and write the data in one loop as the following [...]