Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

Talking to two devices, at the same time.

Solved!
Go to solution

That is it!

 

Many thanks Albert.

 

So just for explanation, what is the difference between sending *STB? via write and STB VI?

0 Kudos
Message 11 of 14
(1,881 Views)

The function works in the gpib interface. The *STB works via the next level higher.

The function only returns a byte directly on the bus. The *STB string has to be interpreted in the machine and then a byte has to be returned.

 

Nice that you saw it works.

greetings from the Netherlands
Message 12 of 14
(1,880 Views)

Albert,

 

But generally, how to get know what functions work in the GPIB interface and which function work on the next level higher?

 

There is no a lot of explanations in the LV help.

0 Kudos
Message 13 of 14
(1,872 Views)
This is the only function that works at the chip level.
It is very specific for gpib and I understand why it is not documented. It is too low level.
In fact it is a pity that the other command also exists, because it is not needed.
greetings from the Netherlands
0 Kudos
Message 14 of 14
(1,869 Views)