Docs/user docs improvements #75
@@ -27,7 +27,7 @@ agebd service add --help
|
||||
clean working tree, then it:
|
||||
|
||||
1. Assigns the service the next free IOC port and registers it in
|
||||
[`config/services_registry.yml`](../../config/services_registry.yml).
|
||||
[`config/services_registry.yml`](https://gitea.psi.ch/sls/hla_framework_bd/src/branch/main/config/services_registry.yml).
|
||||
2. Adds the service to `AGEBD-CPCL-MASTER`'s IOC pattern file, so it gets the standard
|
||||
ALH lifecycle PVs (`AGEBD-ALH$(SUFFIX):$(SERVICE)-*`) and appears in the `ServiceManager`
|
||||
GUI screen.
|
||||
|
||||
+7
-7
@@ -2,24 +2,24 @@
|
||||
|
||||
## Launch
|
||||
|
||||
```
|
||||
cd <repo-root>
|
||||
```
|
||||
|
||||
In `prod`:
|
||||
`ssh sls-vserv-bd-hla01`
|
||||
```
|
||||
./bin/sls_hla_launch_gui.sh qt/A_BD_InjectionGuard.ui
|
||||
cd /sls/bd/hla/prod/qt
|
||||
../bin/sls_hla_launch_gui.sh A_BD_ServiceManager.ui
|
||||
```
|
||||
|
||||
In `dev`:
|
||||
`ssh sls-vserv-bd-hla01-dev`
|
||||
```
|
||||
./bin/sls_hla_launch_gui.sh qt/A_BD_InjectionGuard.ui dev
|
||||
cd /sls/bd/hla/dev/qt
|
||||
../bin/sls_hla_launch_gui.sh A_BD_ServiceManager.ui "dev"
|
||||
```
|
||||
|
||||
Any extra arguments are passed straight through to `caqtdm`, e.g. to set a macro:
|
||||
|
||||
```
|
||||
./bin/sls_hla_launch_gui.sh qt/A_BD_Tune.ui dev -macro "OTHER_ENV_VAR=HEYHEY"
|
||||
../bin/sls_hla_launch_gui.sh A_BD_ServiceManager.ui "dev" -macro "OTHER_ENV_VAR=HEYHEY"
|
||||
```
|
||||
|
||||
**Note:** launching straight from a git checkout, as above, uses the raw `.ui` files as
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Overview of IOCs for Beam Dynamics
|
||||
|
||||
The ports are configured in the [service registry](../../../config/services_registry.yml)
|
||||
The ports are configured in the [service registry](https://gitea.psi.ch/sls/hla_framework_bd/src/branch/main/config/services_registry.yml)
|
||||
|
||||
| IOC NAME | Description |
|
||||
|---|---|
|
||||
|
||||
Reference in New Issue
Block a user