LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

hOW CAN i SAVE CALCULATED DATA WITH expressVI

Hello,

 

I want to save calculated data with the express Vi "write to measurement".

Therefor I sent the calculated data from formula node to an array and then to the express VI "write measurement data"

 

The result is al three measurement rows are in one column. And it saves only the last point.

 

What could I do?? Do you have any good ideas?

 

Thank you very much 

0 Kudos
Message 1 of 5
(2,638 Views)

Can you provide a screen shot of your code or maybe a sample vi?

 

0 Kudos
Message 2 of 5
(2,622 Views)

yes of course

That it is:

 

 

Download All
0 Kudos
Message 3 of 5
(2,605 Views)

Hi jonas,

     I am not clearly understood your question. The result is al three measurement rows are in one column- so now you having 4 data points one aquired data and three calculated datas, u want put 4 datas in the same column? and repeat the iteration?

 

X_Value    Untitled    Comment
0.000000    0.000000
1.000000    0.000000
2.000000    0.000000
3.000000    0.000000
0.000000    1.000000
1.000000    0.000000
2.000000    0.000000
3.000000    0.000000
0.000000    2.000000
1.000000    0.000000
2.000000    0.000000
3.000000    0.000000
0.000000    3.000000
1.000000    0.000000
2.000000    0.000000
3.000000    0.000000
0.000000    4.000000
1.000000    0.000000
2.000000    0.000000
3.000000    0.000000
0.000000    5.000000
1.000000    0.000000
2.000000    0.000000
3.000000    0.000000
0.000000    6.000000
1.000000    0.000000
2.000000    0.000000
3.000000    0.000000
0.000000    7.000000
1.000000    0.000000
2.000000    0.000000
3.000000    0.000000
0.000000    8.000000
1.000000    0.000000
2.000000    0.000000
3.000000    0.000000
0.000000    9.000000
1.000000    0.000000
2.000000    0.000000
3.000000    0.000000
0.000000    10.000000
1.000000    0.000000
2.000000    0.000000
3.000000    0.000000
0.000000    11.000000
1.000000    0.000000
2.000000    0.000000
3.000000    0.000000

Like this?

Balaji PK (CLA)
Ever tried. Ever failed. No matter. Try again. Fail again. Fail better

Don't forget Kudos for Good Answers, and Mark a solution if your problem is solved.
0 Kudos
Message 4 of 5
(2,597 Views)

I want to save the calculated datas as well as the datas from the measurement.

 

Example:

X_Data
[time in sec]
pressure 1 pressure 2 pressure 3
1 0.1 0.1 239
2 0.2 0.1 400
3 0.3 0.1 561
4 0.4 0.1 722
5 0.5 0.1 883
6 0.6 0.1 1044
7 0.7 0.1 1205
8 0.8 0.1 1366
0 Kudos
Message 5 of 5
(2,585 Views)