04-09-2002 05:21 PM
04-13-2002 02:04 AM
07-02-2002 11:54 AM
05-20-2010 02:12 AM
Teccor,
The link provided appears broken to me. It redirects to some default page in tektronix.
I'm in need of the VI to capture screen for Tektronix 370A.
I searched the keywords you suggested, but couldn't get that.
Please let me know if you can share the download link of the VI you mentioned (Which downloads the CRT to memory)
Thanks in advance.
If any others knew the location of download, please help me.
Regards,
Davidson
05-20-2010 06:27 AM
Vikram,
In my application, I have saved the .set files from the scope, and I send them back to re-setup the scope for the test operator.
I also parse that saved setup file to set up the graph in my application, sending scale zero and offset information to the graph object paramiters.
You could do the same by reading the .set file out of the scope and parsing it.
Mike
05-20-2010 07:07 AM
Davidson D wrote:I'm in need of the VI to capture screen for Tektronix 370A.
Please let me know if you can share the download link of the VI you mentioned (Which downloads the CRT to memory)
If any others knew the location of download, please help me.
There are LabVIEW drivers for this instrument here.
Download them and install them in the system with LabVIEW. After you install the instrument drivers, there is a vi called printscreen (something similar in its name). Try that and post back if you need more support.
Mathan
05-20-2010 07:22 AM
Mathan,
Thanks for the quick response.
I couldn't find any screen capture kind of VI. There is a VI to read trace data which gives all the information in the display of the instrument.
I hope this trace data indicated on a LabVIEW graph, can be used to get the image using the graph property.
Will this method work?
Does this instrument has any programmer's manual?
Pls Note: When i ran the read curve data VI, it gets stuck in GPIB write and doesn't come out at all.
Can you please give some info on how to use this GPIB functions to use this trace data read.
Thanks in advance.
Regards,
Davidson