05-08-2013 07:49 AM
Hi,..
I am using PicoScope 3200 – Oscilloscope for Measurment.I will save my waveform in .psdata file format.Now i need to read
this .psdata file through NI LabVIEW 2009.How to read this?.can any one help me..
05-08-2013 09:02 AM
@Karthikeyan_Mathiyalagan wrote:
Hi,..
I am using PicoScope 3200 – Oscilloscope for Measurment.I will save my waveform in .psdata file format.Now i need to read
this .psdata file through NI LabVIEW 2009.How to read this?.can any one help me..
Reading the PicoScope's manual would be helpful.
01-28-2022 06:27 AM
Picotechs fileformat is proprietary, reading the manual will not help. NYC, please don't reply if you have no contribution.
08-01-2022 07:53 AM
I know the original post is a bit old but incase anybody else finds their way here, to import PicoScope ".psdata" files into LabVIEW I used the PicoScope 6's command line '/c' option to convert the ".psdata" into a Matlab ".MAT" data file. Then used a Data Storage plugin for ".MAT" files to extract the waveforms.