Skip to content

eicorg/epicsdev

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

epicsdev

Helper module for creating EPICS PVAccess servers.

Demo:

python pip install epicsdev
python -m epicsdev.epicsdev -l

To control and plot:

python pip install pypeto,pvplot
python -m pypeto -c config -f epicsdev

Multi-channel waveform generator

Module epicdev.multiadc can generate large amount of data for stress-testing the EPICS environment. For example the following command will generate 100 of 1000-pont noisy waveforms and 300 of scalar parameters.

python -m epicsdev.multiadc -c100 -n1000
# The list of served PVs is in /tmp/pvlist/multiadc0.txt

The GUI for monitoring:
python -m pypeto -c config -f multiadc

About

Helper module for creating EPICS PVAccess servers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%