LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Save csv file with amount specified

Hi,
I need to save to a csv file from an emg plot to the location of save path with the amount of data to save specified with a start and end time control. i'll appreciate any help, thank you.

Download All
0 Kudos
Message 1 of 2
(2,188 Views)

Hi zoe,

 

I need to save to a csv file from an emg plot to the location of save path with the amount of data to save specified with a start and end time control.

Then you need to program all this!

- You need to create two controls for your "start" and "end" time.

- you need to get the subset of your data according to it's time axis.

- Then save just the required subset.

 

Btw. your ZIP file again does NOT contain any CSV data, but just a VI…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 2
(2,153 Views)