LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

interfacing oscilloscope with PC

I am using an MSOS254A oscilloscope to record/save data. I need to operate it using Labview as in my experiments,  there are many devices in experiments that are running through LabVIEW and oscilloscope need to work with them so I have to use Labview.

 

I have successfully completed the Labview program for the same and am able to record/save data in a CSV file. There are 2 issues I am  facing while recording the data:

1) I am able to write only amplitude samples, not able to record the time axis.

2)  another issue is, I have to save/record many traces of oscilloscope say 100 traces,for that I used  Vi which writes graph to CSV file and put it in a loop. So loop runs as many times I want to save the traces. The problem is every time the start point of recording is not the same.  ( If I save data in oscilloscope directly using Pen drive or any other disc it saves properly but using LabVIEW it is not). How to fix this issue.

 

0 Kudos
Message 1 of 2
(1,029 Views)

Hello,

 

Please post your code to help us understand what you have already done.

 

Quick and raw answer :

 

1) your time axis is your acquisition timebase so point number 10 is 10*timebase in seconds

2) need to look at your code for this

0 Kudos
Message 2 of 2
(1,018 Views)