Minor changes to SINQ drivers:
- Fixed enable/disable at MasterMACS
This commit is contained in:
@@ -185,7 +185,7 @@ asynStatus PhytronController::transactController(int axisNo,char command[COMLEN]
|
||||
SINQAxis *axis = getAxis(axisNo);
|
||||
|
||||
|
||||
pasynOctetSyncIO->flush(pasynUserController_);
|
||||
/* pasynOctetSyncIO->flush(pasynUserController_); */
|
||||
|
||||
|
||||
memset(myCommand,0,sizeof(myCommand));
|
||||
@@ -249,6 +249,7 @@ PhytronAxis::PhytronAxis(PhytronController *pC, int axisNo, int enc)
|
||||
}
|
||||
haveBrake = 0;
|
||||
brakeIO = -1;
|
||||
next_poll = -1;
|
||||
}
|
||||
|
||||
int PhytronAxis::setBrake(int brakeNO)
|
||||
|
||||
Reference in New Issue
Block a user