Skip to content

Commit cd763c4

Browse files
authored
Merge branch 'main' into 10_add_block_signals
2 parents d75917f + 3409dab commit cd763c4

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

doc/set_up_dev_environment.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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+
310
Create & 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

3340
If 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

0 commit comments

Comments
 (0)