Skip to content

Commit

Permalink
completed create an ioc instance
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Oct 27, 2023
1 parent 0002934 commit 0a503c8
Show file tree
Hide file tree
Showing 5 changed files with 332 additions and 30 deletions.
12 changes: 12 additions & 0 deletions docs/user/how-to/phoebus.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Viewing Operator Interfaces with Phoebus
========================================

Phoebus is a Java application that can be used to view operator interfaces.

epics-containers will support auto generation of engineering screens for
Phoebus using `PVI <https://github.com/epics-containers/pvi>`_.
This is the initial target for epics-containers GUIs, other OPI
formats may be supported in the future.

OPI file generation is work in progress and this page will be updated when
it is ready (est Nov 2023).
Binary file modified docs/user/images/c2dv.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/user/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ side-bar.
:caption: How-to Guides
:maxdepth: 1

how-to/phoebus
how-to/debug
how-to/contributing
how-to/own_tools
Expand Down
4 changes: 2 additions & 2 deletions docs/user/tutorials/create_beamline.rst
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,8 @@ Wrapping Up
-----------

You should now have a working beamline repository. It contains a single
IOC Instance which is a non-functional example. In the following
tutorial we will investigate the example and then create a real IOC Instance.
IOC Instance which is a non-functional example. In the following two
tutorials we will investigate the example and then create a real IOC Instance.

You can now push the repository up to GitHub and give it a version tag like this:

Expand Down
Loading

0 comments on commit 0a503c8

Please sign in to comment.