Difference between revisions of "IEEE-488"
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
* '''IEEE-488.1''' mechanical, electrical and basic protocol | * '''IEEE-488.1''' mechanical, electrical and basic protocol | ||
* '''IEEE-488.2''' formats and common commands | * '''IEEE-488.2''' formats and common commands | ||
* '''SCPI''' standard commands, built on top of IEEE-488.2 | * '''SCPI''' standard commands, built on top of IEEE-488.2. The standard is available [http://www.ivifoundation.org/docs/scpi-99.pdf here] | ||
* '''USBTMC''' The USB TMC device class, standard is available [http://www.usb.org/developers/devclass_docs/USBTMC_1_006a.zip here] | |||
While IEEE-488.1 defines the "Centronix-style" parallel connector, the other standards are in fact seen over other types of connections: RS-232, DB25 parallel connectors, and so on. | While IEEE-488.1 defines the "Centronix-style" parallel connector, the other standards are in fact seen over other types of connections: RS-232, DB25 parallel connectors, and so on. | ||
Line 55: | Line 56: | ||
| SCPI | | SCPI | ||
| bgcolor="orange" align="center" | planned | | bgcolor="orange" align="center" | planned | ||
| style="vertical-align: top" | | | style="vertical-align: top" | | ||
|- bgcolor="#eeeeee" | |- bgcolor="#eeeeee" | ||
| IEEE-488.2 | | IEEE-488.2 | ||
Line 76: | Line 76: | ||
| bgcolor="orange" align="center" | planned | | bgcolor="orange" align="center" | planned | ||
| USB-TMC | | USB-TMC | ||
| style="vertical-align: top" | | | style="vertical-align: top" | | ||
|} | |} | ||
Revision as of 03:17, 22 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. The standard is available here
- USBTMC The USB TMC device class, standard is available here
While IEEE-488.1 defines the "Centronix-style" parallel connector, the other standards are in fact seen over other types of connections: RS-232, DB25 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 |
Agilent 82357B USB/GPIB interface | not yet supported | Hardware needed |
Command sets
Command set | Status | Comments |
---|---|---|
SCPI | planned | |
IEEE-488.2 | not yet supported | Standard document needed |
Devices
Device | Status | Interface | Comments |
---|---|---|---|
Agilent 7xxx | planned | USB-TMC |
References
- IEEE-488 overview at wikipedia.
- SCPI overview at wikipedia.