...
As with all Python projects, it is good practice to create a development environment in which to install all the libraries necessary for testing:
Procedure for CONDA Environment
$ conda create --name <name_of_environment> python=3.8.13 |
This is the minimal environment for operating a SoftIOC in Python.
...
It is good practice to exit all environments before activating the desired environment in order to avoid problems.
$ conda deactivate |
Test SoftIOC with CS-Studio
To do tests on the IOC you can either use the terminal from which the IOC itself was launched, or you can use CS-Studio Phoebus.
1.Terminal
(epics) $ python test.py |
2.CS-Studio Phoebus
2.1.Install CS-Studio Phoebus
...