GPIB Support
Message Passing Facility
Release Notes
Release 1-5
The following messages are now issued only if GpibGsTi9914Debug is not
equal to 0
- "GpibGS::writeGpib called with cnt=0"
- "GpibGsTi9914::interruptHandler Handshake failure"
This is the first release of mpfGpib available via an open
source license.
Release 1-4
Timeout is now a double instead of int. Thus timeouts of less than a second
are supported.
All references to intClear are removed. They were unnecessary and are not
supported on the vipc616.
Testing has been done on an mv162 as well as with a vipc616_01
carrier board. The later was tested with a mv167 and a mvme761 powerPc.
Release 1-3
GpibHideosLocal and GpibHideosRemote now convert from ticks to seconds via
the expression
TimeOut = (TimeOut+59)/60;
The interrupt code now issues lonC when done with read and tolC when done
with write.
Release 1-2
Extensive changes were made to GpibGsTi9914 .c, the code that supports the
ip488 IP module. The code has been tested for both an mv162 and an mv172.
There should no longer be timing problems associated with the speed of the
processor.
Release 1-1
This is the first release of the unbundled version of the Gpib support.