- Implemented defpos for multiple motors
- Implemented automatic backup on parameter change - Implemented silent restore - Cleaned a couple of unused flags from connection object
This commit is contained in:
2
hkl.c
2
hkl.c
@ -985,7 +985,6 @@ ente:
|
||||
if(SCGetInterrupt(pCon) == eAbortOperation)
|
||||
{
|
||||
SCSetInterrupt(pCon,eContinue);
|
||||
SCSetError(pCon,OKOK);
|
||||
SCWrite(pCon,"Driving to HKL Aborted",eStatus);
|
||||
}
|
||||
return 0;
|
||||
@ -1031,7 +1030,6 @@ ente:
|
||||
if(SCGetInterrupt(pCon) == eAbortOperation)
|
||||
{
|
||||
SCSetInterrupt(pCon,eContinue);
|
||||
SCSetError(pCon,OKOK);
|
||||
SCWrite(pCon,"Driving to HKL Aborted",eStatus);
|
||||
}
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user