dls-controls / tickit-devices

A collection of devices simulated using the tickit framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tickit-devices

Code CI Docs CI Test Coverage Latest PyPI version Apache License

A collection of devices simulated using the tickit framework.

PyPI pip install tickit-devices
Source code https://github.com/dls-controls/tickit-devices
Documentation https://dls-controls.github.io/tickit-devices
Releases https://github.com/dls-controls/tickit-devices/releases

Safety Note

These devices mimic real synchrotron devices and there is the potential for conflict with the real PVs if this is run on the same port as EPICS (5064). If using this simulation to test software, set your EPICS_CA_SERVER_PORT environment variable to something nonstandard, e.g. 5065 or greater, so that your tests are not confused between these and the real PVs. The S03 startup scripts manage the setting of these ports automatically, so if you are using this as part of S03 you won't need to change anything. Do not run this simulation on a beamline controls machine!

Adding devices to the S03 simulation

To add a device to s03, the config file required to run the tickit simulation should be present in s03_configs. Only changes pushed to main will be built into the tickit-devices image that s03 pulls from. Once the image has been built with the new device and config, follow the instructions here to include it in S03.

See https://dls-controls.github.io/tickit-devices for more detailed documentation.

About

A collection of devices simulated using the tickit framework

License:Apache License 2.0


Languages

Language:Python 99.5%Language:Dockerfile 0.5%