- Major changes folling the rework of the connection object
- Added support for galil controllers
This commit is contained in:
@ -645,7 +645,7 @@ static long ItcStart(long pc, void *object) {
|
||||
goto quit;
|
||||
}
|
||||
}
|
||||
ParPrintf(drv, eStatus, "connected to %s", eab->version);
|
||||
ParPrintf(drv, eLog, "connected to %s", eab->version);
|
||||
FsmCall(ItcRead);
|
||||
return __LINE__; case __LINE__: /**********************************/
|
||||
if (drv->controlChan == 0 && drv->h >= 1 && drv->h <= 3) {
|
||||
|
Reference in New Issue
Block a user