Skip to content

Commit c271106

Browse files
committed
placeholder for tutorial 10
1 parent cbad047 commit c271106

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed
Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
11
Working with Support Modules
22
=============================
33

4-
Here we will see how to create a new support module for new hardware. This
5-
will include creating a new generic IOC to make use of this support.
4+
If you are starting a new support module then the preceding tutorials
5+
have covered all of the skills you will need.
6+
7+
To work on a new support module you will need a generic IOC project to
8+
work inside. You could choose to create two new projects, MyNewDeviceSupport
9+
and ioc-MyNewDeviceSupport, or you could create a single project which looks
10+
like a traditional EPICS Support module and merge in the files from
11+
ioc-template.
12+
13+
Once you have created the project(s), working on the support module will
14+
look very similar to the procedures set out here `08_debug_generic_ioc`
615

7-
We will also see how to locally test changes to a support module.
816

917
TODO: suggest that we will make a new Stream Device that will be a
10-
simple echo server.
18+
simple echo server. Use this to step through the process of creating a
19+
new support module.

0 commit comments

Comments
 (0)