Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

Tektronix TBS1062 goes to default set up

Hi,

 

I am a newbie to IVI programming.

 

I am currently configuring the Basic, Channels and Trigger settings on the IVI Scope step and everytime I configure the scope goes to a default set up. 

 

Am i missing any step configuration or initialization??

 

please help.

 

Thank you

0 Kudos
Message 1 of 4
(4,519 Views)

The Initialize code will usually have a *RST in it, which will reset the scope.  You'll need to dig into the code to find out for sure.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 2 of 4
(4,513 Views)

Hi there,

 

As crossrulz has said, your problem could be with the reset in the Initialize step. The default for the reset device input is True as you can see below:

Capture.PNG

If you search the LabVIEW example finder (Help>Find Examples) for "IVI" you may find some code to help you when you are getting started. If you are still having problems, feel free to reply with your code attached and I can take a look at it for you.

 

Best regards,

Maria McKavanagh

FSE West London & Surrey
National Instruments UK & Ireland
0 Kudos
Message 3 of 4
(4,488 Views)

Thank you very much for the response. I understood that the reset function is called everytime I configure.

Therefore I am configuring the scope everytime I need to take a measurement. It works that way.

 

 

0 Kudos
Message 4 of 4
(4,485 Views)