Path: utzoo!utgpu!water!watmath!clyde!att-cb!att-ih!pacbell!ames!pioneer!pstevens From: pstevens@pioneer.arpa (Paul Stevens RCE Sterling) Newsgroups: comp.os.vms Subject: Re: IEEE-488 controller Keywords: Tektronix, BASIC Message-ID: <6732@ames.arpa> Date: 31 Mar 88 15:14:20 GMT References: <12386017017.41.STEINBERGER@KL.SRI.COM> <1927@rayssd.ray.com> Sender: usenet@ames.arpa Reply-To: pstevens@pioneer.UUCP (Paul Stevens RCE Sterling) Organization: NASA Ames Research Center, Moffett Field, Calif. Lines: 37 >> >> I need to control some instruments using an IEEE-488 (GPIB) controller >> that resides inside a uVAX. I would be interested in hearing from anybody >> that has done this using the DEC or a 3rd party product: Any problems, >> software issues, etc. Also, what is a good introductory reference for >> IEEE-488 bus control issues (from a SW standpoint)? Thanks to all >> who reply. > > A few years back, I wrote quite a bit of software in BASIC for the >Tekronix 4052 to control an HP spectrum analyzer, Fluke multimeters, Tekronix . . . > 100 PRINT @
,:"command sequence" >and read the measurement with: > 110 INPUT @
:identifier > I am doubtful that the above method uses DEC's IEQ11 and corresponding IEX driver. The only support that driver has is through a library of fortran subroutines called the Simplified User Interface (SUI) and through normal QIO's. If there is a third party driver which supports this type of addressing I would be interested to hear about it. I have used DEC's driver and for the most part found it acceptable. There have, however, been certain devices that it had trouble with. Specifically some non-HP equipment that used SRQ's to signal data acquisition and trying to mix input and output while the data acquistion was happening. Also, DEC's interface is at least an order of magnitude harder than the BASIC type of call described above, but for simple types of control it works fine. For a book on IEEE-488 try HP's "A Tutorial Description of the HP-IB" ----------------------------------------------------------------------- Paul Stevens - NASA Ames Research Center Moffet Field CA Mail Stop 233-10 (415)694-4887 pstevens@ames-pioneer.arpa