36 lines
397 B
Markdown
36 lines
397 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>
|
||
```
|