File tree Expand file tree Collapse file tree 3 files changed +30
-0
lines changed Expand file tree Collapse file tree 3 files changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ side-bar.
20
20
tutorials/create_ioc
21
21
tutorials/dev_container
22
22
tutorials/ioc_changes1
23
+ tutorials/ioc_changes2
24
+ tutorials/ioc_changes3
23
25
tutorials/generic_ioc
24
26
tutorials/debug_generic_ioc
25
27
tutorials/test_generic_ioc
Original file line number Diff line number Diff line change
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.
Original file line number Diff line number Diff line change
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.
You can’t perform that action at this time.
0 commit comments