Skip to content

Commit e915374

Browse files
authored
Merge pull request #149 from epics-containers/updates
fix #147
2 parents ed5e76f + 0b8266c commit e915374

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

docs/tutorials/dev_container.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ You can now easily browse around the `/epics` folder and see all the support mod
290290
- compiled epics-base
291291
292292
* - /epics/ioc
293-
- ${localWorkspaceFolder}/ioc
293+
- ${localWorkspaceFolder}/auto-generated
294294
- soft link to IOC source tree
295295
296296
* - /epics/opi

docs/tutorials/ioc_changes2.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,14 @@ Phoebus should now be up and running and showing the auto generated **index.bob*
8585
- set PV Name to 'BL01T-EA-TST-02:ARR:ArrayData'
8686
- set Title to 'SimDetector Image'
8787
- set Data width and height to 1024
88-
- choose File -> Save As and save as `/opi/demo.bob`
88+
- choose File -> Save As and save as `/workspaces/ioc-adsimdetector/services/opi/bl01t-ea-ioc-02.bob`
89+
- note you will need to create the opi folder under services
8990
- click the 'Execute Display' green arrow button on the right of the top toolbar
9091

91-
IMPORTANT: you must save in `/opi` not `/opi/ioc` because the second folder has its contents cleared and filled with auto generated screens every time the IOC is started.
92+
93+
::: {note}
94+
We saved the screen in **services/opi** because this is a hand crafted overview screen specific to an IOC instance described in that **services** folder. The root **opi** folder is reserved for generic screens (i.e. with macros) and as a place for auto-generated screens to go when running the developer container.
95+
:::
9296

9397
Back inside the developer container, you can now start the detector and the Std Arrays plugin, by opening a new terminal and running the following:
9498

0 commit comments

Comments
 (0)