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:
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.
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:
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.