05-07-2010 08:19 AM
X_Value Untitled Comment
0.000000 147.970000
can I set the number at left into some letters? To show it more clear to the user
is it possible to change the 0.00000 at left into U1_rms?
I think it will be easier for the user to understand what is the meaning of value
05-07-2010 08:21 AM
05-07-2010 08:25 AM
05-07-2010 08:29 AM
05-07-2010 08:32 AM
05-07-2010 09:22 AM
Yes,
1) Mark Gerd's post as the answer.
2) Go back to the other thread to get the second bit solved by people who are clued up with what you are trying to do!!
05-07-2010 09:48 AM
I write a For loop for my labview, so here my question is Write to Measurement File read out like
0.000000 147.270000
1.000000 147.470000
2.000000 146.780000
3.000000 1.384000
4.000000 1.399000
5.000000 1.360000
can I change it into one row , so that new information come in, I can compare them in the same column , it's easier for me to see the difference.
05-07-2010 09:55 AM
xyq102296 wrote:I write a For loop for my labview, so here my question is Write to Measurement File read out like
0.000000 147.270000
1.000000 147.470000
2.000000 146.780000
3.000000 1.384000
4.000000 1.399000
5.000000 1.360000
can I change it into one row , so that new information come in, I can compare them in the same column , it's easier for me to see the difference.
Do you mean like this?
05-09-2010 03:32 AM
here is what i got
I write a For loop for my labview, so here my question is Write to Measurement File read out like
0.000000 147.270000
1.000000 147.470000
2.000000 146.780000
3.000000 1.384000
4.000000 1.399000
5.000000 1.360000
can I change it into one row , so that new information come in, I can compare them in the same column , it's easier for me to see the difference.
and I hope I can change it to
0.00000 1.00000 2.00000 3.000000 4.0000 5.00000
147.27 147.47 146.78 1.384 1.3999 1.3600
so when new data come in , it writes under the second row, it is easier for me to compare
05-09-2010 03:45 AM