A python based Soft IOC Server providing EPICS device support for the CATS Robot.
In order to use "BobCATS", you need have a functioning install of python-softdev and its requirements and procServ.
- Create a directory for the IOC instance. The directory should be named exactly like the device name but the location is irelevant.
- Copy the init-template file to /etc/init.d and rename it as appropriate.
- Edit the file from (2) above to reflect your environment and to set all the required instance parameters
- Enable the init file using your system commands. For example,
systemctl enable <init-file-name>
. - Start the init file using your system commands. For example
systemctl start <init-file-name>
.
You can manage the instance daemon through procServ, by telneting to the configured port.