- Reworked the connection object and the IO system
- Reworked the support for TRICS - Added a second generation motor
This commit is contained in:
@ -42,7 +42,7 @@ static int UserCount(pScanData self, int iPoint)
|
||||
{
|
||||
SCWrite(self->pCon,
|
||||
"ERROR: configuration error, need procedure to run for user scan",
|
||||
eError);
|
||||
eLogError);
|
||||
SCSetInterrupt(self->pCon,eAbortScan);
|
||||
return 0;
|
||||
}
|
||||
@ -54,7 +54,7 @@ static int UserCount(pScanData self, int iPoint)
|
||||
{
|
||||
sprintf(pBueffel,"ERROR in count script: %s",
|
||||
Tcl_GetStringResult(self->pSics->pTcl));
|
||||
SCWrite(self->pCon,pBueffel,eError);
|
||||
SCWrite(self->pCon,pBueffel,eLogError);
|
||||
return 0;
|
||||
}
|
||||
return 1;
|
||||
|
Reference in New Issue
Block a user