Earlier quoted context omitted.
> What am I missing? Not much, but consider latency: You can use the Group Execute Trigger (GET) to simultaneously trigger multiple instruments with both very low latency and very low latency dispersion. Think, easy-to-use sub-microsecond synchronization. Ethernet and USB 4 may have orders of magnitude more bandwidth, but can’t achieve the same multi-device synchronization capability without side channel signals. Now…
sub-microsecond triggering should be doable with a level-2 cut-through switch and an ethernet broadcast no? I admit that ethernet is not really designed for that as the Phy is then the latency bottleneck.
Open source USB to GPIB converter (for Test and Measurement instruments)
31–40 of 48 posts
Re: Open source USB to GPIB converter (for Test and Measurement instruments)
#32I cut my teeth on IEE-488. I didn’t realize that it was still a thing.
Re: Open source USB to GPIB converter (for Test and Measurement instruments)
#33I cut my teeth on IEE-488. I didn’t realize that it was still a thing.
Crazy to think that the first HP9000 (PARISC) computers used GP-IB (aka HP-IB) for accessing disks !
This is my first ever engineering project, as a newly-minted electrical engineer (downloads a PDF): https://littlegreenviper.com/wp-content/uploads/2022/07/TF30...
Re: Open source USB to GPIB converter (for Test and Measurement instruments)
#34Great work making this available for sale. NI and Keysight are the only two traditional vendors of this kind of thing and they’re priced close to $1k these days. There are tons of knock-offs on Ebay that won’t last more than a few months if they ever work.
Re: Open source USB to GPIB converter (for Test and Measurement instruments)
#35Great work making this available for sale. NI and Keysight are the only two traditional vendors of this kind of thing and they’re priced close to $1k these days. There are tons of knock-offs on Ebay that won’t last more than a few months if they ever work.
Re: Open source USB to GPIB converter (for Test and Measurement instruments)
#36Earlier quoted context omitted.
> What am I missing? Not much, but consider latency: You can use the Group Execute Trigger (GET) to simultaneously trigger multiple instruments with both very low latency and very low latency dispersion. Think, easy-to-use sub-microsecond synchronization. Ethernet and USB 4 may have orders of magnitude more bandwidth, but can’t achieve the same multi-device synchronization capability without side channel signals. Now…
sub-microsecond triggering should be doable with a level-2 cut-through switch and an ethernet broadcast no? I admit that ethernet is not really designed for that as the Phy is then the latency bottleneck.
GPIB GET works by first configuring a subset of bus devices as listeners and then sending a single-byte message (it’s an 8 bit bus, so one bus cycle) with the ATN line asserted. It’s intrinsically low latency without any special effort.
Whether that makes it worthwhile to put GPIB on a new instrument in 2025 is a different question. I’m only addressing “what does GPIB give you”?
Re: Open source USB to GPIB converter (for Test and Measurement instruments)
#37I cut my teeth on IEE-488. I didn’t realize that it was still a thing.
Re: Open source USB to GPIB converter (for Test and Measurement instruments)
#38Since I hadn't heard of open source hardware, I bought 5 of these [0] instead around 2020 and they've been reliable for daily lab use. You just connect to them over TCP and send a couple of commands to select the GPIB addr to correspond with; after that, you can send SCPI commands the same way you always do.
Re: Open source USB to GPIB converter (for Test and Measurement instruments)
#39If you control your application stack, you can pivot from expensive NI GPIB hardware to something cheaper. Besides prices, you get the advantage of not requiring a 1.5GB Windows-only NI MAX install on a PC just to connect to the device. Since I hadn't heard of open source hardware, I bought 5 of these [0] instead around 2020 and they've been reliable for daily lab use. You just connect to them over TCP and send a cou…
Re: Open source USB to GPIB converter (for Test and Measurement instruments)
#40Great work making this available for sale. NI and Keysight are the only two traditional vendors of this kind of thing and they’re priced close to $1k these days. There are tons of knock-offs on Ebay that won’t last more than a few months if they ever work.