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
해결되었습니다! 솔루션으로 이동.
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.
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 ?
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 ?
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.
You mean you want to clear the chart at first when you run the code?