12-13-2012 06:10 AM
Hello everyone
I have an array to spreadsheet to write my data into a excel file from the DAQmx which measures pressure, but i get too much data in the measurement part. Do someone know how to get rid of that, because i want exactly the same data as my 2D array in the excel file (one measurement every second).
Thanks in advance
Oesen
Solved! Go to Solution.
12-13-2012 06:19 AM
You are building the new data with the old data and that is why you are getting duplicated values. Without using the shift register and try running the code you should be alright.
12-13-2012 06:31 AM
12-13-2012 06:53 AM
Which shift register you have removed also how many channels you are acquring?
12-13-2012 07:02 AM
The DBL shift register, which is connected to the zero array. I have removed this one.
How can i get into this option about channels acquiring ?
12-13-2012 07:20 AM
Channel configuration is done in DAQ mx. As expected wrong shift register you have removed, remove the other one (waveform shift register) and test it.
12-13-2012 07:25 AM
Yes but what should i use as a input source in the left side, when i remove the waveform shift register ?
12-13-2012 07:38 AM
You have to something like this.
12-13-2012 09:58 AM
Thanks for the answer P@Anand
But i need that code below for zero pointing the chart, when i run the VI.
12-13-2012 10:06 AM
You mean you want to clear the chart at first when you run the code?