...
This document, in a preliminary state, was created for educational purposes for ITS studentstutorial.
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.
...