Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
d5e3421bf3 | |||
2a3122908f |
@ -49,9 +49,6 @@ beamShiftAxis::beamShiftAxis(turboPmacController *pC, int axisNo)
|
|||||||
// function
|
// function
|
||||||
axes.push_back(this);
|
axes.push_back(this);
|
||||||
|
|
||||||
// Initialize all member variables
|
|
||||||
axisStatus_ = 0;
|
|
||||||
|
|
||||||
// Provide initial values for some parameter library entries
|
// Provide initial values for some parameter library entries
|
||||||
status = pC_->setIntegerParam(axisNo, pC_->rereadEncoderPosition(), 0);
|
status = pC_->setIntegerParam(axisNo, pC_->rereadEncoderPosition(), 0);
|
||||||
if (status != asynSuccess) {
|
if (status != asynSuccess) {
|
||||||
|
Submodule turboPmac updated: a11d10cb6c...4bc3388bc6
Reference in New Issue
Block a user