Files
hla_framework_bd/README.md
T

64 lines
811 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.
# SLS HLA Framework
## Hosts overview
Check which network a host lives in, e.g. for `sls-lca`:
```shell
ping sls-lca.psi.ch
```
### Machine Net (PROD)
- sls-lca
- sls-vserv-bd-01
- sls-vserv-bd-hla01
### Office Net (DEV)
- sls-lc8
- sls-lc9
- sls-vserv-bd-01-dev
- sls-vserv-bd-hla01-dev
## IOCs
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>
```
## TODOS / Notes (to be removed/moved)
Had to manually do
```
pip install uv
```
on `sls-vserv-bd-hla01-dev`
which installs in `~/.local/bin/uv`