...
Status of Document
Status | ||
---|---|---|
|
This document, in a preliminary state, was created for educational tutorial.
Documentation
https://dls-controls.github.io/pythonSoftIOC/master/index.html
...
This is the minimal environment for operating a SoftIOC in Python.
It is not possible o use cothread in Windows. In this case it is necessary to use asyncio:
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
$ pip install asyncio==3.4.3 |
See https://dls-controls.github.io/pythonSoftIOC/master/how-to/use-asyncio-in-an-ioc.html for an example of softIOC running with asyncio.
It is good practice to exit all environments before activating the desired environment in order to avoid problems.
...
https://dls-controls.github.io/pythonSoftIOC/master/index.html
4.Generic
...
SoftIOC example code
https://baltig.infn.it/lnf-da-control/epics-generic-softioc
...