- Connections write timeouts were incorrectly handled in asynnetc. Fixed.
- Implemented the desired run/drive behaviour: drive waits for what it started run starts, and success waits for everything to finish. This required changes to a lot of files. - Fixed a bug in remob which supressed required messages
This commit is contained in:
@ -646,7 +646,7 @@ static int TASUBScanDrive(pScanData self, int iPoint)
|
||||
pVar = (pVarEntry) pPtr;
|
||||
if (pVar) {
|
||||
StartMotor(pServ->pExecutor, self->pSics, self->pCon, pVar->Name,
|
||||
pVar->fStart + iPoint * pVar->fStep);
|
||||
RUNDRIVE, pVar->fStart + iPoint * pVar->fStep);
|
||||
/*
|
||||
Ignore errors. TAS scans continues when a motor runs into
|
||||
a limit.
|
||||
|
Reference in New Issue
Block a user