- Improved motor error handling

This commit is contained in:
cvs
2003-11-03 12:48:24 +00:00
parent 9aa438f2b8
commit d08d1c68bb

View File

@ -536,7 +536,7 @@ int TASStart(pTASdata self, SConnection *pCon, SicsInterp *pSics,
if(status == 0) if(status == 0)
{ {
/* the error will have been reported and must be ignored */ /* the error will have been reported and must be ignored */
SCSetInterrupt(pCon,eContinue); /* SCSetInterrupt(pCon,eContinue); */
} }
} }
} }
@ -550,7 +550,7 @@ int TASStart(pTASdata self, SConnection *pCon, SicsInterp *pSics,
if(status == 0) if(status == 0)
{ {
/* the error will have been reported but must be ignored*/ /* the error will have been reported but must be ignored*/
SCSetInterrupt(pCon,eContinue); /* SCSetInterrupt(pCon,eContinue); */
} }
} }
if(motorMask[8]) if(motorMask[8])