Skip to content

Commit cc5c84d

Browse files
authored
Merge pull request #188 from tpoliaw/ca_addr_port
Include port in CA addr list in example
2 parents 82fa217 + 6e55087 commit cc5c84d

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)