Skip to content

Commit 6e55087

Browse files
committed
Include port in CA addr list in example
The port is set by the environment.sh script from the previous step but is overridden in the longer example. Without the port, none of the PVs are accessible.
1 parent 82fa217 commit 6e55087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/launch_example.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ You can now try out the following commands to interact with the beamline.
4343

4444
```bash
4545
# use caget/put locally
46-
export EPICS_CA_ADDR_LIST=127.0.0.1
46+
export EPICS_CA_ADDR_LIST=127.0.0.1:5094
4747
caget BL01T-DI-CAM-01:DET:Acquire_RBV
4848

4949
# OR if you don't have caget/put locally then use one of the containers instead:

0 commit comments

Comments
 (0)