diff --git a/.gitea/workflows/create-new-service.yml b/.gitea/workflows/create-new-service.yml new file mode 100644 index 0000000..05a8c79 --- /dev/null +++ b/.gitea/workflows/create-new-service.yml @@ -0,0 +1 @@ +name: Create a new service diff --git a/README.md b/README.md index 35ed901..7cd50e7 100644 --- a/README.md +++ b/README.md @@ -20,3 +20,19 @@ ping sls-lca.psi.ch - 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 +``` diff --git a/services/000-master/ioc/AGEBD-CPCL-MASTER_main.subs b/services/000-master/ioc/AGEBD-CPCL-MASTER_main.subs index 2b6e515..533bd64 100644 --- a/services/000-master/ioc/AGEBD-CPCL-MASTER_main.subs +++ b/services/000-master/ioc/AGEBD-CPCL-MASTER_main.subs @@ -30,4 +30,4 @@ file MASTER.template { { "OPTICSFF-X11M" , "0", "0" } # SIM { "OPTICSFF-X12S" , "0", "0" } # cSAXS -} \ No newline at end of file +}