File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change 11### Local development
22
3+ Checkout the repository locally
4+
5+ ```
6+ cd c:\Instrument\Dev
7+ git clone https://github.com/ISISComputingGroup/ibex_bluesky_core.git
8+ ```
9+
310Create & activate a python virtual environment (windows):
411
512```
@@ -31,10 +38,14 @@ python -c "from ibex_bluesky_core.demo_plan import run_demo_plan;run_demo_plan()
3138```
3239
3340If PVs for the demo plan don't connect, ensure that:
41+ - Set MYPVPREFIX
42+ ```
43+ set MYPVPREFIX=TE:NDWXXXX:
44+ ```
3445- You have set an ` EPICS_CA_ADDR_LIST ` :
3546```
36- EPICS_CA_ADDR_LIST=127.255.255.255 130.246.51.255
37- EPICS_CA_AUTO_ADDR_LIST=NO
47+ set " EPICS_CA_ADDR_LIST=127.255.255.255 130.246.51.255"
48+ set " EPICS_CA_AUTO_ADDR_LIST=NO"
3849```
3950- You have an IBEX server running with a DAE in setup state, which can begin a simulated run
4051- You have a readable & writable block named "mot" in the current configuration pointing at
You can’t perform that action at this time.
0 commit comments