51 lines
523 B
Markdown
51 lines
523 B
Markdown
# 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
|
||
``` |