... | ... | @@ -77,10 +77,25 @@ When adding a new model, these two lines need to be added for the model, or data |
|
|
Change the following in ```/etc/advligorts/daqdrc```, but make sure you use your own two character IFO code instead of ```C1``` in all cases:
|
|
|
|
|
|
1. change tpconfig to point to /opt/rtcds/tst/c1/target/gds/param/testpoint.par
|
|
|
1. change detector name to TST
|
|
|
1. change detector prefix to C1
|
|
|
1. change frame_dir, second_frame_dir, minute_frame_dir from X-X1 to C-C1
|
|
|
1. change prefixes in start epics server to C1
|
|
|
|
|
|
## restart DAQ
|
|
|
|
|
|
```
|
|
|
sudo systemctl restart rts-daqd
|
|
|
```
|
|
|
|
|
|
## check the DAQ
|
|
|
|
|
|
```
|
|
|
sudo journalctl -fu rts-daqd
|
|
|
```
|
|
|
|
|
|
Watch the output for a bit
|
|
|
|
|
|
## get everything to boot
|
|
|
|
|
|
User your own model names when adding these lines to ```/etc/advligorts/systemd_env```
|
... | ... | |