Released: 2020-10-06
By: Andrew Johnson
Prerequisites
- EPICS Base 3.14.12 or later (tested up to 7.0.4.1)
Downloads
Installation
Instructions for building the IPAC driver software can be found in the drvIpac Documentation.
Once IPAC has been built and installed at the site, it must be added to each IOC application that will use IPAC hardware; see these installation instructions for details.
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, 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
- IP520 - Acromag IP520 Module Support
Release Notes
Changes since V2.15 release.
IPAC Driver
Added:
- The
configure/RELEASE
file now contains the standard EPICS and synApps-include
statements forRELEASE.local
files.
Changed:
- Various trivial documentation and code formatting updates.
Tip810 - Basic CANbus driver
Changed:
- Fixed a
printf()
format string int810Report()
.
Added:
- When built against EPICS 7.0.4 or later the device support code makes use of the record-specific device support entry table structures that are now being defined inside the record header files. This provides protection against any future changes to the device support entry structure definitions.