Skip to content

epics-containers/pvi

Repository files navigation

FastCS Logo

CI Coverage PyPI License

PVI

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

Projects Using PVI

  • ibek - IOC Builder for EPICS and Kubernetes
  • FastCS - Control system agnostic framework for building device support in Python for both EPICS and Tango

See https://epics-containers.github.io/pvi for more detailed documentation.