How to Read PSDATA file format in LabVIEW?

Post your LabVIEW discussions here
Post Reply
Karthik
Newbie
Posts: 0
Joined: Wed May 08, 2013 12:15 pm

How to Read PSDATA file format in LabVIEW?

Post by Karthik »

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..

Hitesh

Re: How to Read PSDATA file format in LabVIEW?

Post by Hitesh »

Hi Karthik,

It would be better to export the data to a text file and then read the data into LabVIEW. If you can process a binary file, then you can export to a MATLAB file from PicoScope 6.

The psdata file format is proprietary and can only be read by PicoScope 6.

Regards,

Paul Torek
Newbie
Posts: 0
Joined: Wed Jul 20, 2016 7:55 pm

Re: How to Read PSDATA file format in LabVIEW?

Post by Paul Torek »

To read .mat files in Labview, use the Matlab data plugin http://www.ni.com/example/29178/en/ . After installing that into Labview, use the Storage/Data Plugin sub-palette in Labview's file reading palette. You will want to open the file, then Read Data [channel] with "A" for the Name of the channel. Etcetera for other channels. Then close the file.

Attached is an image of my Labview block diagram. Hope this helps.
Attachments
matlab__read__exampled.png
(6.66 KiB) Not downloaded yet

Post Reply