diff --git a/docs/motorRecord.html b/docs/motorRecord.html index b12cbf14..355d4b2c 100644 --- a/docs/motorRecord.html +++ b/docs/motorRecord.html @@ -21,7 +21,7 @@ Field Descriptions
+ The following tables briefly describe some of the files in the motor module.
+
| SOURCE CODE - files to be placed in <top>/<app>App/src/ |
+ SOURCE CODE | ||
|---|---|---|---|
| motorRecord.dbd | @@ -3300,134 +3294,6 @@ section ).|||
| devOmsCom.c | -Device support common to all Oregon Micro Systems device drivers. | -||
| devOmsCom.h | -Device support header file common to all Oregon Micro Systems device drivers. | -||
| drvOmsCom.h | -Driver support header file common to all Oregon Micro Systems device drivers. | -||
- |
- NOTE: The above files are required for any and all Oregon Micro Systems - device drivers. | -||
- |
- - |
- ||
| devOms.c | -Device support for Oregon Micro Systems VME8 and VME44 series boards | -||
| drvOms.c | -Driver for Oregon Micro Systems VME8 and VME44 series boards | -||
| drvOms.h | -Header included by devOms.c and drvOms.c | -||
- |
- - |
- ||
| devOms58.c | -Device support for Oregon Micro Systems VME58 series boards | -||
| drvOms58.c | -Driver for Oregon Micro Systems VME58 series boards | -||
| drvOms58.h | -Header included by devOms58.c and drvOms58.c | -||
- |
- - |
- ||
| devV544.c | -Device support for Highland Technology boards. | -||
| drvV544.c | -Driver for Highland Technology boards. | -||
| drvV544.h | -Header included by devV544.c and drvV544.c | -||
- |
- - |
- ||
| drvMMCom.h | -Common header included by all Newport Motion Master device drivers. | -||
- |
- NOTE: The above files are required for any and all Newport Motion Master - device drivers. | -||
| devMM3000.c | -Device support for Newport MM3000. | -||
| drvMM3000.c | -Driver for Newport MM3000. | -||
| devMM4000.c | -Device support for Newport MM4000/40005. | -||
| drvMM4000.c | -Driver for Newport MM4000/40005. | -||
| devPM500.c | -Device support for Newport PM500. | -||
| drvPM500.c | -Driver for Newport PM500. | -||
| devESP300.c - |
- Device support for Newport ESP300. | -||
| drvESP300.c - |
- Driver for Newport ESP300. | -||
- |
- - |
- ||
| devSoft.c | Soft Channel device support. | @@ -3443,68 +3309,13 @@ section ).devSoft.h | Header included by devSoft.c and devSoftAux.c |
- |
- - |
- ||
| gpibIO.h | -GPIB communication include file. | -||
| gpibIO.c | -GPIB interface via Hideos. | -||
| serialIO.h | -Serial communication include file. | -||
| serialIOMPF.cc | -Serial communication interface via MPF. | -||
- |
- - |
- ||
| drvIM483.h | -Common header included by all IMS device drivers. | -||
| devIM483PL.c | -Device support for IM483 in party line communication mode. | -||
| devIM483SM.c | -Device support for IM483 in single mode communication mode. | -||
| drvIM483PL.c | -Driver for IM483 in party line communication mode. | -||
| drvIM483SM.c | -Driver for IM483 in single mode communication mode. | -||
- |
- - |
- ||
| MEDM DISPLAY SCREENS - files to be placed in <top>/<app>App/op/adl/ |
+ MEDM DISPLAY SCREENS | ||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| motorx.adl | @@ -3547,151 +3358,10 @@ section ).|||||||||||||||||||||||
- EPICS STARTUP FILES - files to be placed in <top>/ioc/ioc<name>/ |
- |||||||||||||||||||||||
| st.cmdmv167 | -Startup script | + EPICS STARTUP FILES||||||||||||||||||||||
A sample startup script, containing excerpts relevant to motors,
- is included in the distribution. Here is an annotated copy:
-
- #######################################################################- Load standard EPICS software - - # the following should be loaded first - BEGIN- Load custom EPICS software (including motor support) - - ld < ../../stdApp/src/O.mv167/stdlib.o- Motor-related debug switches - - recMotordebug = 0- Motor-related databases - - # load this before loading any databases- Specify motor-controller board address, interrupt - vector, etc. -
- # OMS VME8, VME44, VMEX driver setup parameters: #Start EPICS | Example startup scripts can be found in the example IOCs in the driver modules | ||||||||||||||||||||||
| BACKUP/RESTORE (BURT) REQUEST FILES - files to be placed in <top>/<app>App/op/burt/ |
+ BACKUP/RESTORE (BURT) REQUEST FILES | ||
|---|---|---|---|
| settings.req | -sample request file to save settings of all motors. Edit this file, - supplying names of the motor records whose settings you want saved. (The sample - file also saves the states of other records in the sample database, m16.db, that - enable or disable the motor records.) | +A file that could be created to save settings from multiple motors. | |
| yyMotorSettings.req | @@ -3718,8 +3384,7 @@ section ).|||
| positions.req | -sample request file to save positions of all motors. Edit this file, - supplying names of the motor records whose positions you want saved. | +A file that could be created to save positions from multiple motors. | |
| yyMotorPositions.req | |||