Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I issue a group execute trigger in visual basic?

Do I have to issue a command using outp() or do I have to use the IBIC? I already have the dll for outp() in VB, but where could I get the library which would allow IBIC commands to function? Is there an easier way? I am using component works for the OCX controls.
0 Kudos
Message 1 of 3
(3,626 Views)
The NI-488's IBTRG function does it.
makoto


"Quantmmech" wrote in message
news:506500000008000000111A0000-986697009000@quiq.com...
> Do I have to issue a command using outp() or do I have to use the
> IBIC? I already have the dll for outp() in VB, but where could I get
> the library which would allow IBIC commands to function? Is there an
> easier way? I am using component works for the OCX controls.
0 Kudos
Message 2 of 3
(3,626 Views)
The 488.2 function TriggerList will issue the trigger command to each of the instruments listed in the address list argument. You can find documentation for the command in the Software Reference Manual at http://www.ni.com/pdf/manuals/320351b.pdf
0 Kudos
Message 3 of 3
(3,626 Views)