Posted By
Robert Pralle
11-15-2016 15:56
Found In
Egroup:
Facility Control
\
view thread
Having problem with this script. var oldValue = ogscript.getObject('0x10CD-Old'); var xpt = params.getValue(0x10CD,0); if (oldValue == xpt) return; ogscript.putObject('0x10CD-Old', xpt); if (xpt == 1005) rosstalk.sendMessage('172.16.0.102', 7788, 'MEM 01'); rosstalk.sendMessage('172.16.0.103', ...
|