PVI (PV Interface) is a framework for specifying the interface to an EPICS driver. PVI can be used either as a library or an application. PVI Devices can be defined either in code or a YAML file. It can be used to generate UIs (adl, edl, bob) or a template appending info tags to existing records to define an NTTable of the PVs in an IOC.
Source | https://github.com/epics-containers/pvi |
---|---|
PyPI | pip install pvi |
Documentation | https://epics-containers.github.io/pvi |
Releases | https://github.com/epics-containers/pvi/releases |
See https://epics-containers.github.io/pvi for more detailed documentation.