Files
hla_framework_bd/docs/ioc.md
T
Benjamin Labrecque 9c4f0a535d
Deploy bin / deploy (push) Successful in 3s
Deploy service MASTER / deploy (push) Failing after 2s
chore: extract service creator class
2026-07-06 11:56:52 +02:00

51 lines
523 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# IOC
## Host
sls-vserv-bd-01(-dev)
## Shell
Start up an IOC shell:
```shell
iocsh AGEBD-CPCL-MASTER_main.subs
```
then you can run commands to interact with EPICS.
List available PVs:
```shell
> dbl
```
## Install
On `sls-lc*`
```shell
ioc install -V --ioc AGEBD-CPCL-TUNEFBX clean
```
Result: on ioc host, e.g. `sls-vserv-bd-01-dev`
```shell
vim /etc/shellbox/<port-number>
```
## Check PVs of installed IOC
```shell
ioc shell AGEBD-CPCL-MASTER-DEV
```
```shell
> dbl
```
Exit:
```shell
Ctrl + d
```