- Major changes folling the rework of the connection object
- Added support for galil controllers
This commit is contained in:
@ -425,7 +425,7 @@ static long Euro2kStart(long pc, void *object) {
|
||||
ParPrintf(drv, eError, "bad or no response on ModBus");
|
||||
goto quit;
|
||||
}
|
||||
ParPrintf(drv, eStatus, "connected to euro2k");
|
||||
ParPrintf(drv, eLog, "connected to euro2k");
|
||||
ModBusPutValue(eab, 111, modBusFloat, drv->d.upperLimit);
|
||||
return __LINE__; case __LINE__: /**********************************/
|
||||
ModBusPutValue(eab, 112, modBusFloat, drv->d.lowerLimit);
|
||||
|
Reference in New Issue
Block a user