Skip to content

Commit

Permalink
Merge pull request #52 from epics-containers/dev
Browse files Browse the repository at this point in the history
prepare additional IOC changes pages
  • Loading branch information
gilesknap authored Oct 30, 2023
2 parents ecaefa5 + 7cf0bc0 commit 44424a7
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/user/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ side-bar.
tutorials/create_ioc
tutorials/dev_container
tutorials/ioc_changes1
tutorials/ioc_changes2
tutorials/ioc_changes3
tutorials/generic_ioc
tutorials/debug_generic_ioc
tutorials/test_generic_ioc
Expand Down
16 changes: 16 additions & 0 deletions docs/user/tutorials/ioc_changes2.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Changing the Generic IOC
========================

This tutorial will make a simple change to the Generic IOC ``ioc-adsimdetector``.
We will also update the IOC instance ``bl01t-ea-ioc-02`` use the new feature of
the Generic IOC.
This is a type 2 change from `ioc_change_types`.

We are going to add an additional support module to the Generic IOC and then
use it to add a new record to the IOC instance to use this new support.

For this exercise all changes will be local so you will not need to make a
fork of ``ioc-adsimdetector``. The next tutorial will show how to a new
Generic IOC and we will look at the Generic IOC CI at that time.

TODO: WIP.
12 changes: 12 additions & 0 deletions docs/user/tutorials/ioc_changes3.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Making a new Support Module
===========================

This tutorial will create a new Generic IOC for a new support module. We will
then create a new IOC Instance that uses this new support module.
This is a type 3 change from `ioc_change_types`.

This exercise will create a new Stream Device support module that implements
a very simple ASCII protocol. So simple that we will be able to test it
by typing into a telnet session.

TODO: WIP.

0 comments on commit 44424a7

Please sign in to comment.