09-29-2011 02:57 PM
Hi,
How do take a snapshot/screenshot of the MSO3034 scope to the computer. The MSO3034 is connected via the USB port.
I am using the write to file with Hardcopy Start and Save:IMAGe, but it does not work. any ideas.
thanks
Solved! Go to Solution.
09-29-2011 03:24 PM - edited 09-29-2011 03:28 PM
You have not specified any filename and filetype, the number of bytes to read and you do nothing with the output of the VISA REad function. You should use the VISA Read to File function (see attached). Set the pict file path control to c:\ and the Capture Filename control to any valid name like screenshot1. To have the color screenshot set the inksaver mode to OFF.
Ben64
Kudos are welcome!
09-29-2011 04:08 PM - edited 09-29-2011 04:10 PM
Thanks for thw swift reply.
It gives me an error from teh VISA Read To File:
-1073807199
VISA Read To File in Untitled 1.vi
Any Idea?
It seems that the scope reads/writes something (it flashes once) but no file is being saved.
Thanks
09-29-2011 04:18 PM
09-29-2011 04:23 PM
Thanks.
I will be able to check it only tomorrow morning.
Thanks for your help.
09-30-2011 09:38 AM
Thank you.
fixed it, and it worked.
Many thanks
09-30-2011 09:41 AM
09-30-2011 10:01 AM
I had a typed error in the file/folder location path.
Thanks
11-05-2011 07:51 PM
Hi,
Please, I need your help. I'm trying to capture the screen image of MSO7104A. I tried the same thing as your diagram and I always failed at "VISA Read to File". I'm just wondering if the diagram is also valid for MSO7104A scope. I really appreciate your help or anybody's help. Attached is the snap shot of my diagram.
Thanks.
11-07-2011 08:31 AM - edited 11-07-2011 08:31 AM
I don't know if these commands applies to the MSO7104A (you should check with the programmer manual) but I would guess so since they are standard file transfer function.
One of the command your sending is wrong: you're sending SAVe:IMAGe:FORMat PNG; the correct command is SAVe:IMAGe:FILEFORMat PNG;
Ben64