- Major changes folling the rework of the connection object
- Added support for galil controllers
This commit is contained in:
2
arrobj.c
2
arrobj.c
@ -202,7 +202,7 @@ static int ArrayMakeItem(void *object, void *delete, int argc, char *argv[]) {
|
||||
if (item->unit) item->unit = strdup(item->unit);
|
||||
if (item->value) item->value = strdup(item->value);
|
||||
ParInitPar(object, item->name);
|
||||
SCparChange(SCLoad(arr->p.conn));
|
||||
SCparChange(arr->p.conn);
|
||||
|
||||
return 1;
|
||||
Usage:
|
||||
|
Reference in New Issue
Block a user