Skip to content

Commit 7cf0bc0

Browse files
committed
prepare additional IOC changes pages
1 parent 123111d commit 7cf0bc0

File tree

3 files changed

+30
-0
lines changed

3 files changed

+30
-0
lines changed

docs/user/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ side-bar.
2020
tutorials/create_ioc
2121
tutorials/dev_container
2222
tutorials/ioc_changes1
23+
tutorials/ioc_changes2
24+
tutorials/ioc_changes3
2325
tutorials/generic_ioc
2426
tutorials/debug_generic_ioc
2527
tutorials/test_generic_ioc

docs/user/tutorials/ioc_changes2.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Changing the Generic IOC
2+
========================
3+
4+
This tutorial will make a simple change to the Generic IOC ``ioc-adsimdetector``.
5+
We will also update the IOC instance ``bl01t-ea-ioc-02`` use the new feature of
6+
the Generic IOC.
7+
This is a type 2 change from `ioc_change_types`.
8+
9+
We are going to add an additional support module to the Generic IOC and then
10+
use it to add a new record to the IOC instance to use this new support.
11+
12+
For this exercise all changes will be local so you will not need to make a
13+
fork of ``ioc-adsimdetector``. The next tutorial will show how to a new
14+
Generic IOC and we will look at the Generic IOC CI at that time.
15+
16+
TODO: WIP.

docs/user/tutorials/ioc_changes3.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Making a new Support Module
2+
===========================
3+
4+
This tutorial will create a new Generic IOC for a new support module. We will
5+
then create a new IOC Instance that uses this new support module.
6+
This is a type 3 change from `ioc_change_types`.
7+
8+
This exercise will create a new Stream Device support module that implements
9+
a very simple ASCII protocol. So simple that we will be able to test it
10+
by typing into a telnet session.
11+
12+
TODO: WIP.

0 commit comments

Comments
 (0)