05-03-2018 10:10 PM
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.
05-04-2018 01:30 AM
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…