10-21-2008 12:16 PM
Hi Guys,,
I am currently developing a vi that gets the output screen dump of a emc analyzer.
the problem i have is the output is in GIF format from the gpib recieved vi. I want to read it to be viewed in the
front panel but i dont have a read gif vi..
is anybody have one on hand?
thanks
10-21-2008 12:19 PM
If it works give Mike some Kudos.
Ben
10-21-2008 12:43 PM
10-21-2008 02:17 PM
10-21-2008 03:14 PM
i have some errors. pls see attached diagram.
the output from the instrument is a string data, i converted it to a binary file then to be read as a .gif file but i got some errors.
do you have any information regarding the error:
error 50001 : This version is not yet supported!
error 50002
10-22-2008 01:49 AM - edited 10-22-2008 01:58 AM
Although the data is binary you have to use the "Write To Text File" function and make a right click and uncheck "Convert EOL". The icon will then look the same as in the palette.
Here is another discussion about getting a gif-file from an instrument and save it to a file.
10-22-2008 08:42 AM
i am using lv8.2
the example is lv8.5
.
10-22-2008 08:44 AM
i already got it working in saving the screendump to a .gif file in the host pc.
what i need now is how can i display it in the front panel
10-22-2008 09:34 AM
hi Waldemar,
i tried to use the vi you have sent.
I only got this, please see attached file.
i didnt get the whole picture.
but if i view the file in other picture viewer i can see the complete screen dump.
10-22-2008 10:32 AM
cmdrb,
look at the Gif.Example.vi which is part of the zip-Archive.
You can see how to resize the picture indicator and you have to use Index Array to get just one picture.