LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

write 1d cluster continuously in csv

Solved!
Go to solution

It works here 😄 

Tks.

 But now  I have other problem, when i try  to verify the data that i've saved, I see   same data -0,0001 a lot,  Does the conversion is wrong ? .  

 

see the files 

Download All
0 Kudos
Message 11 of 18
(1,423 Views)

Hi josi,

 

it's the way you convert from float to string. Read the help of those functions!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 12 of 18
(1,420 Views)

josi_ocroch wrote:  But now  I have other problem, when i try  to verify the data that i've saved, I see   same data -0,0001 a lot,  Does the conversion is wrong ?

What does the data from the scope say?  I recommend doing a single acquisition and compare what is in the chart versus the data file.

 

Also, you need to add a line to the end of your header to move the first data point to the next line.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 13 of 18
(1,416 Views)

The scope reads some amplitude and time data from two differents signals.
Actually,i have some difficulties to split this data and put them in the excel because i do not know  exactly which data represents each chart.

0 Kudos
Message 14 of 18
(1,401 Views)

see the files

Download All
0 Kudos
Message 15 of 18
(1,399 Views)
Solution
Accepted by josi_ocroch

Well, it would help if you understood what the data you were look at was.  Use the Context Help and look at what the cluster is that you are reading.  You will see that the array inside of the cluster is the actual waveform.  So this is likely closer to what you are looking for (may need a Transpose 2D Array in there).


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 16 of 18
(1,377 Views)

it works 😄

 

Tks Cross ruiz 😄 

0 Kudos
Message 17 of 18
(1,348 Views)
Don't forget the dt. Without it, the data is likely to be useless down the line.
0 Kudos
Message 18 of 18
(1,340 Views)