LabVIEW for LEGO MINDSTORMS and LabVIEW for Education

cancel
Showing results for 
Search instead for 
Did you mean: 

Viewing Data

Solved!
Go to solution

I'm relatively new to Labview/Mindstorms, running Labview Home Edition with EV3 version of Mindstorms. I've created a program to calculate the RPM of a motor.  I can view the data in a WaveForm Chart, but would like to collect the data so that it can be analyzed is Excel.  I've tried creating a file and viewing it in NXT Browser but I get is error message saving the file is not a .dat file.  I've played a little with arrays, but have run into a wall.  I can download the file directly using the EV3 software and view it, but only get a single point.  Can someone point me in a direction to collect the data?

0 Kudos
Message 1 of 4
(5,856 Views)

Hello!


Have you checked out the Export Waveforms to Spreadsheet File (1D) VI?

This will export in .txt format (tab-delimited ASCII) instead of .dat, but you'll be able to read in Excel.

 

There's a shipping example that shows the implementation of this VI, although the function is pretty easy to use and you can probably just use Context Help to get it working.

LabVIEW Help >> Find Examples >> Waveform - Write Waveforms to File.vi

0 Kudos
Message 2 of 4
(5,807 Views)
Solution
Accepted by Chuckl71

Thanks for the info, I don't believe it will work with the Mindstorm/NXT hardware.  I found an easy way to get the data....UploadBrickFile To PC vi.  Simple and fast.  Problem solved.

0 Kudos
Message 3 of 4
(5,800 Views)

Good to hear! Please mark your post as Solution.

0 Kudos
Message 4 of 4
(5,794 Views)