File tree Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change 1
1
Working with Support Modules
2
2
=============================
3
3
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 `
6
15
7
- We will also see how to locally test changes to a support module.
8
16
9
17
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.
You can’t perform that action at this time.
0 commit comments