Skip to content

IPAC Driver Version 2.16

Latest
Compare
Choose a tag to compare
@anjohnson anjohnson released this 06 Oct 18:45
· 3 commits to master since this release

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.


Release Notes

Changes since V2.15 release.

IPAC Driver

Added:

  • The configure/RELEASE file now contains the standard EPICS and synApps -include statements for RELEASE.local files.

Changed:

  • Various trivial documentation and code formatting updates.

Tip810 - Basic CANbus driver

Changed:

  • Fixed a printf() format string in t810Report().

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.