Difference between revisions of "IEEE-488"

From sigrok
Jump to navigation Jump to search
(Beiming S82357)
m
Line 12: Line 12:
sigrok aims to support all of this: all of the command sets, on any device supporting them, across any interface.
sigrok aims to support all of this: all of the command sets, on any device supporting them, across any interface.


== Interfaces ==
== GPIB PC interfaces ==


{| width="100%" border="0" style="vertical-align: top"
See [[GPIB Interface Comparison]] for a list of GPIB interfaces we know about.
|- bgcolor="#6699ff"
! width="30%" | Device
! width="20%" | Status
! Comments


|- bgcolor="#dddddd"
See [[Supported hardware#GPIB_interfaces]] for the list of devices planned/supported in sigrok.
| [[GPIB-USB 82357B clone|Chinese 82357B clone]]
| bgcolor="orange" align="center" | planned
| style="vertical-align: top" |
 
|- bgcolor="#eeeeee"
| [http://prologix.biz/gpib-usb-controller.html Prologix GPIB-USB]
| bgcolor="#d84040" align="center" | not yet supported
| style="vertical-align: top" | Hardware needed
 
|- bgcolor="#dddddd"
| [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
| style="vertical-align: top" | Hardware needed
 
|- bgcolor="#dddddd"
| [http://www.home.agilent.com/agilent/product.jspx?ckey=851808&nid=-34193.426029.00&id=851808&cmpid=zzfind82357b Agilent 82357B USB/GPIB interface]
| bgcolor="#d84040" align="center" | not yet supported
| style="vertical-align: top" | Hardware needed
 
|- bgcolor="#eeeeee"
| [http://bmjd.biz/BMJD1_3_eng.html Beiming S82357]
| bgcolor="#d84040" align="center" | not yet supported
| style="vertical-align: top" | Hardware needed
 
|}


== Command sets ==
== Command sets ==
Line 85: Line 51:


|}
|}
See also: [[Supported hardware]].


== References ==
== References ==

Revision as of 16:25, 26 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.

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 planned
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.

See also: Supported hardware.

References