Funcs
Funcs : Funcs
Deprecated - use connPing()
Deprecated - use connLearn()
Deprecated - use connSyncCur()
Read a point value for given register name on connector instance
Write a value to given register name on connecter instance
Return given register map contents
List installed register maps including source
(conn: Obj) => Future <admin, deprecated>
Deprecated - use connPing()
(conn: Obj, arg: Obj?) => Grid <admin, deprecated>
Deprecated - use connLearn()
(points: Obj) => Obj? <admin, deprecated>
Deprecated - use connSyncCur()
(conn: Obj, regs: Obj) => Grid <admin>
Read a point value for given register name on connector instance.
The regs argument may be a single Str name, or a Str[] for a
block read. The grid returned will contain a row for each register
requested and two columns: name and val.
(conn: Obj, reg: Str, val: Obj) => Obj? <admin>
Write a value to given register name on connecter instance.
(name: Str) => Grid
Return given register map contents. Do not include the file extension in the name.
modbusRegMap("myRegisterMap")
() => Grid
List installed register maps including source.