Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 438 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 438 Bytes

EPICS Terminal User Interface

ETUI is a minimalist EPICS user interface using NCURSES which provides information about a list of PVs.

Quickstart

  • Build
# modify RELEASE to set EPICS_BASE
vim configure/RELEASE
make
  • Create a list of PVs
iocsh> dbl > pv.lst
  • Open it
etui pv.lst

Built with