From aa30774b45177aff34effd1833f1e4754787f96b Mon Sep 17 00:00:00 2001 From: Edward Wall Date: Mon, 7 Apr 2025 17:27:01 +0200 Subject: [PATCH] add link to hipa --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 8cd2e3f..b305eb5 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ This replaces the `sumIO.db` and `sumIO.cmd` that are/were in many Sinq IOCs. ```bash require sinqProtonCurrent +epicsEnvSet("EPICS_CA_ADDR_LIST","hipa-cagw:5062 172.28.69.255") dbLoadRecords("$(sinqprotoncurrent_DIR)protoncurrent.db" "P=SQ::sumi:, AI=MHC6:IST:2") ``` @@ -15,8 +16,6 @@ dbLoadRecords("$(sinqprotoncurrent_DIR)protoncurrent.db" "P=SQ::sumi:, AI Or with camini ```bash -require sinqProtonCurrent - dbLoadRecords("$(sinqprotoncurrent_DIR)camini.db","P=SQ::CAMINI:") dbLoadRecords("$(sinqprotoncurrent_DIR)protoncurrent.db" "P=SQ::sumi:, AI=MHC6:IST:2, GATE=SQ::CAMINI:SHUTTER") ```