Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

Paralell talking on the GPIB bus

Hi,

 

My system uses GPIB bus. I controll that using VISA libraries from LV.

 

One controller and ten devices connecet to the bus.

 

Can I have two session opened - one sesion per device - and receive (to the controller) the data from both of them simultanousely?

 

 

0 Kudos
Message 1 of 6
(5,391 Views)

You can only talk with one instrument at a time due to hardware reasons.  But the hardware can figure that out.  Just understand that they won't be EXACTLY in parallel.



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 6
(5,387 Views)

OK,

 

Is it a GPIB limitation? What happen if I use LAN instead GPIB?

 


@crossrulz wrote:

You can only talk with one instrument at a time due to hardware reasons. (...)



Is it an assumption of the GPIB bus? Could you refer me to any document which states this?

0 Kudos
Message 3 of 6
(5,382 Views)

the only parallel action on gpib is the GET this means Group Execute Trigger.

 

On LAN also only a message can be sent to one receiver, so no parallellism

greetings from the Netherlands
0 Kudos
Message 4 of 6
(5,376 Views)

@MimiKLM wrote:

Is it an assumption of the GPIB bus? Could you refer me to any document which states this?


LAN has the same issue.  It is a matter of having only one bus that can be talked over at a time.  But the transmission is fast enough that you won't notice.

 

If you try to send a command through VISA to multiple instruments, it will be a race condition of which one will talk first.  99% of the time, it doesn't matter since the second one will talk as soon as the first is done.



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 5 of 6
(5,367 Views)
Please look at triggering if you are concerned at simultaneous acquisition. There is the software GET that Albert mentions and external hardware triggers.
Message 6 of 6
(5,363 Views)