Difference between revisions of "IEEE-488"

From sigrok
Jump to navigation Jump to search
(Added DLM2000 series to the list of devices)
Line 53: Line 53:
|- bgcolor="#dddddd"
|- bgcolor="#dddddd"
| [[Hameg HMO1524]]
| [[Hameg HMO1524]]
| bgcolor="lime" align="center" | Supported
| bgcolor="lime" align="center" | supported
| style="vertical-align: top" |
| style="vertical-align: top" |


|- bgcolor="#dddddd"
|- bgcolor="#dddddd"
| [[Yokogawa DLM2000 series]]
| [[Yokogawa DLM2000 series]]
| bgcolor="orange" align="center" | planned
| bgcolor="lime" align="center" | supported
| style="vertical-align: top" | USB-TMC works, LXI needs verification
| style="vertical-align: top" | USB-TMC works, LXI needs verification



Revision as of 21:20, 31 August 2014

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.
  • LXI: The LAN eXtensions fo Instrumentation, 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.

GPIB PC interfaces

See GPIB interface comparison for a list of GPIB interfaces we know about.

See Supported hardware#GPIB_interfaces for the list of devices planned/supported in sigrok.

Command sets

Command set Status Comments
SCPI Supported Only serial devices are currently supported.
IEEE-488.2 not yet supported Standard document needed

Devices

Device Status Comments
Agilent MSO7104A planned USB-TMC. Probably same protocol on various Agilent MSO7xxxx series scopes.
Hameg HMO1524 supported
Yokogawa DLM2000 series supported USB-TMC works, LXI needs verification

See also: Supported hardware.

Resources