forked from epics_driver_modules/motorBase
*** empty log message ***
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
FILENAME... OrielRegister.cc
|
||||
USAGE... Register Oriel Encoder/Motor Mike motor device driver shell commands.
|
||||
|
||||
Version: $Revision: 1.1 $
|
||||
Version: $Revision: 1.2 $
|
||||
Modified By: $Author: sullivan $
|
||||
Last Modified: $Date: 2006-09-07 20:18:09 $
|
||||
Last Modified: $Date: 2006-09-07 21:19:43 $
|
||||
*/
|
||||
|
||||
/*****************************************************************
|
||||
|
||||
@@ -2,9 +2,9 @@
|
||||
FILENAME... devEMC18011.cc
|
||||
USAGE... Motor record device level support for Parker Compumotor drivers
|
||||
|
||||
Version: $Revision: 1.1 $
|
||||
Version: $Revision: 1.2 $
|
||||
Modified By: $Author: sullivan $
|
||||
Last Modified: $Date: 2006-09-07 20:18:09 $
|
||||
Last Modified: $Date: 2006-09-07 21:19:43 $
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -126,6 +126,9 @@ STATIC long EMC18011_init(void *arg)
|
||||
STATIC long EMC18011_init_record(void *arg)
|
||||
{
|
||||
struct motorRecord *mr = (struct motorRecord *) arg;
|
||||
/* Disable change of direction testing in record support */
|
||||
/* This device does it's own backlash correction */
|
||||
mr->ntm = menuYesNoNO;
|
||||
return(motor_init_record_com(mr, *drvtabptr->cardcnt_ptr, drvtabptr, EMC18011_cards));
|
||||
}
|
||||
|
||||
|
||||
@@ -3,9 +3,9 @@ FILENAME... drvEMC18011.cc
|
||||
USAGE... Motor record driver level support for Spectra-Physics
|
||||
Encoder Mike Controller (Model: 18011)
|
||||
|
||||
Version: $Revision: 1.1 $
|
||||
Version: $Revision: 1.2 $
|
||||
Modified By: $Author: sullivan $
|
||||
Last Modified: $Date: 2006-09-07 20:18:09 $
|
||||
Last Modified: $Date: 2006-09-07 21:19:43 $
|
||||
|
||||
*/
|
||||
|
||||
|
||||
@@ -3,9 +3,9 @@ FILENAME... drvEMC18011.h
|
||||
USAGE... This file contains Parker Compumotor driver "include"
|
||||
information that is specific to the 6K series serial controller
|
||||
|
||||
Version: $Revision: 1.1 $
|
||||
Version: $Revision: 1.2 $
|
||||
Modified By: $Author: sullivan $
|
||||
Last Modified: $Date: 2006-09-07 20:18:09 $
|
||||
Last Modified: $Date: 2006-09-07 21:19:43 $
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user