01-27-2025 09:14 AM
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 im using a LabVIEW community edison
01-29-2025 08:06 AM
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.