summaryrefslogtreecommitdiff
path: root/gpib
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2016-10-12 04:16:20 +0200
committerUwe Hermann <uwe@hermann-uwe.de>2016-10-12 04:16:20 +0200
commit55aca15dd789daa407244173a0fdb52ed099b164 (patch)
treecd8cd3128dc33590e92626b49059488c237fc52d /gpib
parentfbd4a517d6ba8ee3f0217ed43716d5ae2733af7f (diff)
downloadsigrok-dumps-55aca15dd789daa407244173a0fdb52ed099b164.tar.gz
sigrok-dumps-55aca15dd789daa407244173a0fdb52ed099b164.zip
gpib: Add an example capture file.
The file was provided by Rudolf Reuter <reuterru@arcor.de>, thanks!
Diffstat (limited to 'gpib')
-rw-r--r--gpib/hp1631d/README51
-rw-r--r--gpib/hp1631d/gpib_hp1631d.srbin0 -> 731 bytes
2 files changed, 51 insertions, 0 deletions
diff --git a/gpib/hp1631d/README b/gpib/hp1631d/README
new file mode 100644
index 0000000..bebc979
--- /dev/null
+++ b/gpib/hp1631d/README
@@ -0,0 +1,51 @@
+-------------------------------------------------------------------------------
+GPIB
+-------------------------------------------------------------------------------
+
+This is an example capture of some GPIB traffic on an HP 1631D LA/scope.
+
+Details:
+http://www.rudiswiki.de/wiki9/SigrokDecoderGPIB
+https://github.com/rudi48/sigrok-gpib
+
+
+Logic analyzer setup
+--------------------
+
+The logic analyzer used was a Saleae Logic16 clone (at 500kHz):
+
+ Probe GPIB
+ -------------------
+ 0 DIO1
+ 1 DIO2
+ 2 DIO3
+ 3 DIO4
+ 4 DIO5
+ 5 DIO6
+ 6 DIO7
+ 7 DIO8
+ 8 EOI
+ 9 DAV
+ 10 NRFD
+ 11 NDAC
+ 12 IFC
+ 13 SRQ
+ 14 ATN
+ 15 REN
+
+
+Data
+----
+
+The following is happening on the GPIB bus in this capture:
+
+ - Controller sets the GPIB to UNLISTEN and UNTALK (neutral state)
+ - Controller sets device with GPIB address number 4 to LISTEN
+ - Controller sends command 'ID LF+EOI' to device with GPIB address number
+ 4 (request identity string)
+ - Controller sets the GPIB to UNLISTEN and UNTALK (neutral state)
+ - Controller sets device with GPIB address number 4 to TALK
+ - Device with GPIB address number 4 sends the ID string 'HP1631D+EOI' to
+ controller
+ - Controller sets the GPIB to UNLISTEN and UNTALK (neutral state)
+
diff --git a/gpib/hp1631d/gpib_hp1631d.sr b/gpib/hp1631d/gpib_hp1631d.sr
new file mode 100644
index 0000000..0d1e9f0
--- /dev/null
+++ b/gpib/hp1631d/gpib_hp1631d.sr
Binary files differ