Minor fixes to the PhytronDriver
Removed some annoying messages grom Nanotec Driver
This commit is contained in:
@@ -396,7 +396,7 @@ asynStatus NanotecAxis::poll(bool *moving)
|
||||
pPtr++;
|
||||
posVal = atoi(pPtr);
|
||||
|
||||
errlogPrintf("Axis %d, reply %s, position %d\n", axisNo_, reply, posVal);
|
||||
//errlogPrintf("Axis %d, reply %s, position %d\n", axisNo_, reply, posVal);
|
||||
setDoubleParam(pC_->motorPosition_, (double)posVal);
|
||||
//setDoubleParam(pC_->motorEncoderPosition_, position);
|
||||
|
||||
@@ -409,8 +409,8 @@ asynStatus NanotecAxis::poll(bool *moving)
|
||||
pPtr = strchr(reply,'$');
|
||||
pPtr++;
|
||||
statVal = atoi(pPtr);
|
||||
errlogPrintf("Axis %d, reply %s, statVal = %d\n",
|
||||
axisNo_, reply, statVal);
|
||||
//errlogPrintf("Axis %d, reply %s, statVal = %d\n",
|
||||
// axisNo_, reply, statVal);
|
||||
|
||||
setIntegerParam(pC_->motorStatusDone_, false);
|
||||
*moving = true;
|
||||
|
||||
Reference in New Issue
Block a user