04-03-2017 12:58 PM
I currently have data being read by a Agilent 34401A and being displayed on a chart as a dbl. I want to write the data to a file with a data point from every sample. When I run the program I am only receiving data from 10 points. I am assuming it is the first 10 samples as they are all very close to 0. Is it possible to have all the data written to a file? I do not have excel on this computer so I am writing them as LVM. The data being read is from a Yokogawa GS200 which is set up on the front panel, this is to test that the data being written to the file is correct. Thank you in advance.
04-03-2017 02:21 PM
On the While loops where the measurements are taken, you have the array of measurements exit it with a standard tunnel. Right click on the tunnel and under "Tunnel mode" select either "Indexing" (for 2D data) or "Concatenating" (for 1D data).
The current mode you're using just outputs the last value.
04-03-2017 02:56 PM - edited 04-03-2017 02:56 PM
Your file problem is only the tip of the iceberg. You might want to start with a few beginner tutorials before diving deeper into this. Who wrote this code?