IPAC Driver Version 2.2
Released: 2000-02-21
By: Andrew Johnson
Prerequisites
- EPICS Base 3.13.x
Downloads
Documentation
The source tree includes a copy of all the documents along with the full release notes history for each module; on building these files get installed into a new top-level html
directory. The links below currently point to the HTML files in the github repository at the time of the release, but they will not be rendered properly by your browser.
- drvIpac - Industry Pack Driver
- drvTip810 - CAN Bus Driver
- devCan - CAN Bus Device Support
- tyGSOctal - OctalUart IP Module Support
Release Notes
Changes since V2.1 release.
IPAC Driver
Added:
- Two new commands
ipac_statActive
andipac_statUnused
for irqCommand which a module or carrier driver can use to enable and disable LEDs showing the activity status of a particular slot. Only the VIPC664 carrier driver (not provided with IPAC) supports these at present, other drivers will return the usual S_IPAC_notImplemented response.
Changed:
- Copyright and license terms. IPAC (and drvTip810) is now licensed under the GNU Lesser General Public License (LGPL), which enables it to be used in commercial software, although any binary distribution containing it or a derivative of it must make the source code available under the LGPL terms.
- Various other small modifications to fix compiler warnings and such under EPICS Release 3.13.2.
CANbus Driver
Changed:
- Copyright and license terms. drvTip810 (and ipac) is now licensed under the GNU Lesser General Public License (LGPL), which enables it to be used in commercial software, although any binary distribution containing it or a derivative of it must make the source code available under the LGPL terms.
- Various other small modifications to fix compiler warnings and such under EPICS Release 3.13.2.