Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a generic way to reset any GPIB instrument?

I want to write a VI which will generically reset any instrument. I don't know if *RST is universal.

I notice that on a switch box I have it dosen't seem to have an effect, then again there is no "reset" button on that box and it's not clear what it should do in the event of reset.

But for other instruments is it safe to assume that *RST will do the job, or are there one or two more commands that along with *RST will take care of 99% of all instruments?
0 Kudos
Message 1 of 4
(4,764 Views)
Every instrument compliant to 488.2 or SCPI accepts *RST.
But non-488.2 instruments have a device-dependent command
for resetting or may not have a command that performs this.
mkt

"tj robertson" wrote in message
news:506500000008000000AB3F0000-1012609683000@exchange.ni.com...
> I want to write a VI which will generically reset any instrument. I
> don't know if *RST is universal.
>
> I notice that on a switch box I have it dosen't seem to have an
> effect, then again there is no "reset" button on that box and it's not
> clear what it should do in the event of reset.
>
> But for other instruments is it safe to assume that *RST will do the
> job, or are there one or two more commands that along with *RST will
> take care of 99% of all instruments?
0 Kudos
Message 2 of 4
(4,764 Views)
Why you don't use SendIFC command ?
0 Kudos
Message 3 of 4
(4,764 Views)
Normally IFC has no effect for resetting instrument setting.
Makoto

"Gorgo" wrote in message news:3c93dd43@newsgroups....
> Why you don't use SendIFC command ?
>
>
0 Kudos
Message 4 of 4
(4,764 Views)