Skip to content

Commit

Permalink
note explaining connection only on the bl network
Browse files Browse the repository at this point in the history
  • Loading branch information
stan-dot committed Oct 1, 2024
1 parent 2f74213 commit f0d3dfc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/dodal/beamlines/b01_1.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,16 @@
)
)

"""
NOTE: Due to ArgoCD and the k8s cluster configuration those PVs are not available remotely.
You need to be on the beamline-local network to access them.
The simplest way to do this is to `ssh b01-1-ws001` and run `dodal connect b01_1` from there.
remember about the underscore in the beamline name.
See the IOC status here:
https://argocd.diamond.ac.uk/applications?showFavorites=false&proj=&sync=&autoSync=&health=&namespace=&cluster=&labels=
"""


def panda(
wait_for_connection: bool = True, fake_with_ophyd_sim: bool = False
Expand Down

0 comments on commit f0d3dfc

Please sign in to comment.