You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tutorials/ioc_changes2.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,10 +85,14 @@ Phoebus should now be up and running and showing the auto generated **index.bob*
85
85
- set PV Name to 'BL01T-EA-TST-02:ARR:ArrayData'
86
86
- set Title to 'SimDetector Image'
87
87
- 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
89
90
- click the 'Execute Display' green arrow button on the right of the top toolbar
90
91
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
+
:::
92
96
93
97
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:
0 commit comments