08-06-2008 09:23 AM
08-06-2008 09:31 AM
08-06-2008 09:42 AM
08-06-2008 09:47 AM
Hi Kaspar,
i think your "string" data is a binary byte stream. If you know the format you can convert your data to an array of U8 and build your picture of it.
Hope it helps.
Mike
08-06-2008 09:51 AM
Hello,
Yes your are correct this is a binary data string from the instrument. I will try what you suggested. thank you!
Regards,
Kaspar
08-06-2008 09:57 AM
08-06-2008 10:07 AM
Hello,
Yes I have tried writing the data directly to a file and have looked at it with binary file viewers. The file created does not have the BMP header info, it appears to just have the bitmap data. So it looks like I have to figure out how to convert from the output of the VISA read, which is the binary data to image data, which is what the Write BMP file needs for a input.
Regards,
Kaspar
08-06-2008 10:19 AM
08-06-2008 10:22 AM
Hello,
I am using Labview 8.2, the vi you attached is in 8.5. Could you PLEASE (I have used the magic word) save the vi in 8.2 and post it?
Regards,
Kaspar
08-06-2008 10:24 AM