Difference between revisions of "IEEE-488"
Jump to navigation
Jump to search
Line 14: | Line 14: | ||
{| width="100%" border="0" style="vertical-align: top" | {| width="100%" border="0" style="vertical-align: top" | ||
|- bgcolor="#6699ff" | |- bgcolor="#6699ff" | ||
! width=" | ! width="30%" | Device | ||
! width="20%" | Status | ! width="20%" | Status | ||
! Comments | ! Comments | ||
|- bgcolor="#dddddd" | |- bgcolor="#dddddd" | ||
| Chinese 82357B clone | | [http://www.ebay.com/itm/Low-Price-82357B-GPIB-USB-Interface?item=261026400920&cmd=ViewItem&_trksid=p5197.m7&_trkparms=algo%3DLVI%26itu%3DUCI%26otn%3D3%26po%3DLVI%26ps%3D63%26clkid%3D8557108572653651598#ht_3190wt_972 Chinese 82357B clone] | ||
| bgcolor="orange" align="center" | planned | | bgcolor="orange" align="center" | planned | ||
| style="vertical-align: top" | | | style="vertical-align: top" | | ||
|- bgcolor="#eeeeee" | |- bgcolor="#eeeeee" | ||
| Prologix GPIB-USB | | [http://prologix.biz/gpib-usb-controller.html Prologix GPIB-USB] | ||
| bgcolor="#d84040" align="center" | not yet supported | | bgcolor="#d84040" align="center" | not yet supported | ||
| style="vertical-align: top" | Hardware needed | | style="vertical-align: top" | Hardware needed | ||
|- bgcolor="#dddddd" | |- bgcolor="#dddddd" | ||
| Prologix GPIB-Ethernet | | [http://prologix.biz/gpib-ethernet-controller.html Prologix GPIB-Ethernet] | ||
| bgcolor="#d84040" align="center" | not yet supported | |||
| style="vertical-align: top" | Hardware needed | |||
|- bgcolor="#eeeeee" | |||
| [http://scasagrande.blogspot.ca/2012/04/gpibusb-for-sale.html Galvant Industries GPIB-USB board] | |||
| bgcolor="#d84040" align="center" | not yet supported | | bgcolor="#d84040" align="center" | not yet supported | ||
| style="vertical-align: top" | Hardware needed | | style="vertical-align: top" | Hardware needed | ||
Line 38: | Line 43: | ||
{| width="100%" border="0" style="vertical-align: top" | {| width="100%" border="0" style="vertical-align: top" | ||
|- bgcolor="#6699ff" | |- bgcolor="#6699ff" | ||
! width=" | ! width="30%" | Command set | ||
! width="20%" | Status | ! width="20%" | Status | ||
! Comments | ! Comments |
Revision as of 22:05, 20 May 2012
IEEE-488, also known as GPIB or HP-IB, comprises a set of standards which allows various test and measurement gear to be controlled and queried remotely.
The following standards are involved:
- IEEE-488.1 mechanical, electrical and basic protocol
- IEEE-488.2 formats and common commands
- SCPI standard commands, built on top of IEEE-488.2
While IEEE-488.1 defines the "Centronix-style" parallel connector, the other standards are in fact seen over other types of connections: RS-232, IEC-style parallel connectors, and so on.
Sigrok aims to support all of this: all of the command sets, on any device supporting them, across any interface.
Interfaces
Device | Status | Comments |
---|---|---|
Chinese 82357B clone | planned | |
Prologix GPIB-USB | not yet supported | Hardware needed |
Prologix GPIB-Ethernet | not yet supported | Hardware needed |
Galvant Industries GPIB-USB board | not yet supported | Hardware needed |
Command sets
Command set | Status | Comments |
---|---|---|
SCPI | planned | The standard is available here |
IEEE-488.2 | not yet supported | Standard document needed |
References
- IEEE-488 overview at wikipedia.
- SCPI overview at wikipedia.