- Modified dubiuos limit code in ECBSetValue
- Added subsampling to sinqhmdriv
This commit is contained in:
@@ -694,9 +694,14 @@ static int ECBRunTo(void *pData, float newPosition){
|
||||
*/
|
||||
diff = newPosition - oldValue;
|
||||
steps2degree= ObVal(self->driverPar,STEPS2DEG);
|
||||
if(ABS(diff) <= ObVal(self->driverPar,TOLERANCE)){
|
||||
return OKOK;
|
||||
}
|
||||
/*
|
||||
if(ABS(diff) <= .5/steps2degree + ObVal(self->driverPar,TOLERANCE)){
|
||||
return OKOK;
|
||||
}
|
||||
*/
|
||||
|
||||
/*
|
||||
save restartTarget for backlash handling
|
||||
|
||||
Reference in New Issue
Block a user