- Improved motor error handling
This commit is contained in:
@ -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])
|
||||||
|
Reference in New Issue
Block a user