https://github.com/klauer/iocscanstatus
bluesky scan status IOC
https://github.com/klauer/iocscanstatus
Last synced: 4 months ago
JSON representation
bluesky scan status IOC
- Host: GitHub
- URL: https://github.com/klauer/iocscanstatus
- Owner: klauer
- Created: 2016-02-29T21:13:05.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-29T21:36:10.000Z (over 10 years ago)
- Last Synced: 2025-10-07T09:57:39.762Z (8 months ago)
- Language: Makefile
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
iocscanstatus
=============
bluesky scan status IOC
Installation
============
Install to /epics/iocs/scanstatus
1. update ./config and ./iocBoot/iocscanstatus/st.cmd (search for TODO)
2. Install and enable the IOC
```bash
sudo manage-iocs install scanstatus
sudo manage-iocs enable scanstatus
```
3. Update conserver
```bash
sudo update-iocs-cf
sudo service conserver reload
```
4. Start the IOC
```bash
sudo service softioc-scanstatus start
```
5. Check its status
```bash
manage-iocs status
console scanstatus
```