Minor fixes to the PhytronDriver

Removed some annoying messages grom Nanotec Driver
This commit is contained in:
2019-10-10 11:35:25 +02:00
parent bf2ff63a4b
commit 3133d933fa
3 changed files with 7 additions and 5 deletions

View File

@@ -324,6 +324,8 @@ asynStatus PhytronAxis::setPosition(double position)
//static const char *functionName = "PhytronAxis::setPosition";
char command[COMLEN], reply[COMLEN];
errlogPrintf("PhytronAxis::setPosition called with %lf\n", position);
sprintf(command, "%s%cP22S%f", pC_->selector,phytronChar, position/1000.);
status = pC_->transactController(axisNo_,command,reply);
sprintf(command, "%s%cP20S%f", pC_->selector,phytronChar, position/1000.);