LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Getting data from DL750 P

i trying to read image data from DL 750P SCOPE CARD, I used VISA architecture but when I'm trying to read data i am getting binary string as the output i need to convert to image can I get any inputs on this IMG-20250126-WA0039.jpg im using a LabVIEW community edison 

0 Kudos
Message 1 of 2
(99 Views)

Considering the command you are using, it would seem that the device probably returns a PNG formatted data stream. If so there are two approaches:

 

1) Save the file as a binary file to disk and open it with the Programming->Graphics &Sound->Graphics Formats->Read PNG File.vi

 

2) Use the function Connectivity->Web Services->Conversion->PNG Data To LV Image.vi to try to directly convert it into a LabVIEW image. This may or may not work depending on the actual PNG format used. I'm also not sure if this function is included in all LabVIEW editions and from which LabVIEW version.

Rolf Kalbermatter
My Blog
0 Kudos
Message 2 of 2
(64 Views)