취소
다음에 대한 결과 표시 
다음에 대한 검색 
다음을 의미합니까? 

Array to spreadsheet problem

해결 완료!
솔루션으로 이동

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

 

INterval.png

 

Best regards

Oesen
0 포인트
1/45 메시지
4,473 조회수

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.

-----

The best solution is the one you find it by yourself
0 포인트
2/45 메시지
4,466 조회수

Thanks for the answer P@Anand

 

I have removed the shift register now, but it doesn't make any changes. I still get all those values from the "measurement" part in the excel file.

Best regards

Oesen
0 포인트
3/45 메시지
4,462 조회수

Which shift register you have removed also how many channels you are acquring?

-----

The best solution is the one you find it by yourself
0 포인트
4/45 메시지
4,454 조회수

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 ?

 

 

Best regards

Oesen
0 포인트
5/45 메시지
4,449 조회수

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.

-----

The best solution is the one you find it by yourself
0 포인트
6/45 메시지
4,446 조회수

Yes but what should i use as a input source in the left side, when i remove the waveform shift register ?

Best regards

Oesen
0 포인트
7/45 메시지
4,443 조회수

You have to something like this.

 

DAQ_Array data.png

 

-----

The best solution is the one you find it by yourself
0 포인트
8/45 메시지
4,438 조회수

Thanks for the answer P@Anand

 

But i need that code below for zero pointing the chart, when i run the VI.

Best regards

Oesen
0 포인트
9/45 메시지
4,424 조회수

You mean you want to clear the chart at first when you run the code?

-----

The best solution is the one you find it by yourself
0 포인트
10/45 메시지
4,420 조회수