LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

data collection

I used the get measurement file in labview 7 express. I even saved data but i face one problem, since ihave the samples to be collected as 1000, while saving the data the program saves data till the number 1024 for the x-axis but after that it starts from 1 again. How do i make it write data continuously without restarting teh count? and how do i make the x-axis time and not numbers?
0 Kudos
Message 1 of 2
(2,393 Views)
Can you post simple code demonstating the behavior?

Write LabVIEW Measurement File is really easy to use because it does not give the programmer many options. The behavior your are seeing may be just how the function was written. You may need to do parse the data and write it to file yourself. This way you can get any behavior you want. Although this is fairly straight forward, this method will a few hours to implement if you have never done it before.
0 Kudos
Message 2 of 2
(2,393 Views)