File tree Expand file tree Collapse file tree 5 files changed +332
-30
lines changed Expand file tree Collapse file tree 5 files changed +332
-30
lines changed Original file line number Diff line number Diff line change
1
+ Viewing Operator Interfaces with Phoebus
2
+ ========================================
3
+
4
+ Phoebus is a Java application that can be used to view operator interfaces.
5
+
6
+ epics-containers will support auto generation of engineering screens for
7
+ Phoebus using `PVI <https://github.com/epics-containers/pvi >`_.
8
+ This is the initial target for epics-containers GUIs, other OPI
9
+ formats may be supported in the future.
10
+
11
+ OPI file generation is work in progress and this page will be updated when
12
+ it is ready (est Nov 2023).
Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ side-bar.
36
36
:caption: How-to Guides
37
37
:maxdepth: 1
38
38
39
+ how-to/phoebus
39
40
how-to/debug
40
41
how-to/contributing
41
42
how-to/own_tools
Original file line number Diff line number Diff line change @@ -174,8 +174,8 @@ Wrapping Up
174
174
-----------
175
175
176
176
You should now have a working beamline repository. It contains a single
177
- IOC Instance which is a non-functional example. In the following
178
- tutorial we will investigate the example and then create a real IOC Instance.
177
+ IOC Instance which is a non-functional example. In the following two
178
+ tutorials we will investigate the example and then create a real IOC Instance.
179
179
180
180
You can now push the repository up to GitHub and give it a version tag like this:
181
181
You can’t perform that action at this time.
0 commit comments