Skip to content

pklaus/caproto_ioc_examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

caproto_ioc_examples

The examples are taken from https://nsls-ii.github.io/caproto/iocs.html. Note, that they are also to be found in the caproto.ioc_examples subpackage. What makes this repo here special is that I'm trying to come up with some useful client examples too.

As of 2018-10-17, version 0.1.2 of caproto is not enough, needs the development version:

pip install --upgrade https://github.com/NSLS-II/caproto/archive/master.zip

Startup

Run the examples ending in _ioc.py with the --list-pvs argument. For example:

./simple_ioc.py --list-pvs

And then try out the matching _client.py client side:

./simple_synchronous_client.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages