Closed
Description
As PythonSoftIOC already has support for EPICS 7, through epicscorelibs
, it seems sensible to add support for the new record types available.
The full list is available here: https://epics.anl.gov/base/R7-0/7-docs/RecordReference.html
The most useful ones on first glance appear to be:
- 64bit Integer Input Record (int64in)
- 64bit Integer Output Record (int64out)
- Long String Input Record (lsi)
- Long String Output Record (lso)
There are many other record types available (as well as many from previous EPICS versions that we never supported), so some investigation is required to confirm the exact list of useful records to add.