- Changes to SLS magnet controller

- Added nxscript putsicsdata to nxscript
This commit is contained in:
koennecke
2005-10-20 12:40:58 +00:00
parent cfb098aebb
commit 39877fc11a
10 changed files with 283 additions and 223 deletions

View File

@ -889,9 +889,12 @@ static void ParseOutput(pTASdata pTAS, SConnection *pCon)
}
else
{
sprintf(pWarn,"WARNING: ignored invalid token > %s < in output",
pToken);
SCWrite(pCon,pWarn,eWarning);
strtolower(pToken);
if(strcmp(pToken,"unknown") != 0) {
sprintf(pWarn,"WARNING: ignored invalid token > %s < in output",
pToken);
SCWrite(pCon,pWarn,eWarning);
}
}
}
free(pText);