Compare commits
1 Commits
87980e403c
...
1.0.0
| Author | SHA1 | Date | |
|---|---|---|---|
| c2eca33ce8 |
@@ -216,10 +216,11 @@ sinqAxis::sinqAxis(class sinqController *pC, int axisNo)
|
|||||||
.wasMoving = false,
|
.wasMoving = false,
|
||||||
.lastPollTime = lastPollTime});
|
.lastPollTime = lastPollTime});
|
||||||
|
|
||||||
// This check is also done in asynMotorAxis, but there the IOC continues
|
/*
|
||||||
// running even though the configuration is incorrect. When failing this
|
This check is also done in asynMotorAxis, but there the IOC continues
|
||||||
// check, the IOC is stopped, since this is definitely a configuration
|
running even though the configuration is incorrect. When failing this check,
|
||||||
// problem.
|
the IOC is stopped, since this is definitely a configuration problem.
|
||||||
|
*/
|
||||||
if ((axisNo < 0) || (axisNo >= pC->numAxes())) {
|
if ((axisNo < 0) || (axisNo >= pC->numAxes())) {
|
||||||
asynPrint(pC_->pasynUser(), ASYN_TRACE_ERROR,
|
asynPrint(pC_->pasynUser(), ASYN_TRACE_ERROR,
|
||||||
"Controller \"%s\", axis %d => %s, line %d:\nFATAL ERROR "
|
"Controller \"%s\", axis %d => %s, line %d:\nFATAL ERROR "
|
||||||
|
|||||||
Reference in New Issue
Block a user