Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

How to write VB.NET code to get a hardcopy image from TDS2024B through VISA USB

I am writing a VB.NET program to communicate with TDS2024B scope.  I use rear USB port of the scope.  I want to do a screen shot of the scope and get the hardcopy of the image onto my Windows XP.  I am wondering how can I program for this purpose.
 
Thanks.
0 Kudos
Message 1 of 2
(3,928 Views)
Hello,
The first step is to get Windows to recognize your device and then associate drivers for it.
There are two ways to proceed.
1. Either you use the drivers and dll's provided by Tektronics and use the dll's to send commands to your instrument or
2. Use VISA to develope drivers for your device and then use VISA Read and Write to query your instrument.

You will have to look at the programmer's manual for your device to determine the appropriate command(s) to obtain the
screenshot.

Here is a link to an article on VISA USB control that should be useful to you.
Christian A
National Instruments
Applications Engineer
0 Kudos
Message 2 of 2
(3,916 Views)