02-20-2013 10:59 PM
Hello,
I am using the instrument drivers provided by tek for the TDS3000 scope to control the instrument. Although there are many options to provide configurations to the instrument, I am unable to figure out how to retrieve the current configuration of the instrument. I want to make it so that when I start my VI it reads the current configurations from the instrument and then sets the initial values (using a property node) to those values. Basically I am looking for a way to synch my VI with the scope. How may I do that?
02-21-2013 05:51 AM
The drivers's don't include a Get X Setting VI? If not, you will need to look up the programmer's manual and possibly create your own querry VIs.
02-21-2013 07:12 AM
No they do not have any query VIs. Where can I get examples of making my own query VI?
02-21-2013 08:18 AM
02-21-2013 08:27 AM - edited 02-21-2013 08:28 AM
You will need to lookup the command structure and how the returned data will be formated. Here's the quick setup.