Skip to content

BCDA-APS/pvtui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

294 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PVTUI

Documentation

PVTUI is a library for creating terminal/text based user interfaces for EPICS built on FTXUI and pvAccessCPP.

pvtui_motor

Dependencies

Quick Start

git clone https://github.com/BCDA-APS/pvtui
cd pvtui
mkdir build && cd build
cmake .. -DEPICS_BASE=/path/to/epics/base
make

Included applications are built by default. For example, to launch the motor record UI:

./bin/pvtui_motor --macro "P=xxx:,M=m1"

See the tutorial for creating your own application.

Documentation

Full documentation is available at https://bcda-aps.github.io/pvtui/

License

See LICENSE for details.

About

Terminal/text based user interfaces for EPICS

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors