Skip to content

Commit 2eacce1

Browse files
committed
fix typos
1 parent 63f6c57 commit 2eacce1

File tree

1 file changed

+5
-14
lines changed

1 file changed

+5
-14
lines changed
Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,14 @@
11
# Creating a Motor IOC
22

3-
Here we wll create a motor IOC from an exisiting IOC. Specifically create an ESP300 IOC using anotehr Newport IOC.
3+
Here we wll create a motor IOC from an existing IOC. Specifically, create an ESP300 IOC using the Newport IOC as a template.
44

5-
The motor is supported by teh newport module as per https://github.com/epics-motor/motorNewport and there are examples of usage in https://github.com/epics-motor/motorNewport/tree/master/iocs/newportIOC/iocBoot/iocNewport and https://github.com/epics-motor/motorNewport/tree/master/newportApp/iocsh that need to be compared. Driver support is built into the Newport module
5+
The motor is supported by the [newport module](https://github.com/epics-motor/motorNewport) and there are examples of usage in [the `iocBoot` directory](https://github.com/epics-motor/motorNewport/tree/master/iocs/newportIOC/iocBoot/iocNewport) and [startup scripts](https://github.com/epics-motor/motorNewport/tree/master/newportApp/iocsh) that need to be compared. Driver support is built into the Newport module.
66

7-
8-
A search of `Newport` in our IOCS shows `CONEXAGP` or `SMC100` as potential templates to follow. Unfortunately both of these are
9-
model 3 motor drivers (they use asyn motor class and `asyn_motor.db`) whereas ESP300 is the older model 1 style (like MCLENNAN or LINMOT) so the Db files and syntax to call the driver will be more like mclennan/linmot (`motor.db`)
7+
A search of `Newport` in our IOCs shows `CONEXAGP` or `SMC100` as potential templates to follow. Unfortunately both of these are
8+
model 3 motor drivers (they use asyn motor class and `asyn_motor.db`) whereas ESP300 is the older model 1 style (like Mclennan or Linmot), so the Db files and syntax to call the driver will be more like Mclennan/Linmot (`motor.db`).
109

1110
We will do a very basic implementation to start with as a proof of principle that it works
1211

1312
* make a copy of SMC100 ioc tree and rename to ESP300
14-
* analyse the examples above to see what commadns are neded to connect to the motor e.g. serial or etehrnet
13+
* analyse the examples above to see what commands are needed to connect to the motor e.g. serial or ethernet
1514
* change Db include from `asyn_motor.db` to `motor.db`
16-
17-
18-
19-
20-
21-
22-
23-

0 commit comments

Comments
 (0)