##// END OF EJS Templates
cambios en como se envia la data a la web
José Chávez -
r909:ec5b39ef16e6
parent child
Show More
@@ -349,6 +349,8 class ReceiverData(ProcessingUnit, Process):
349 if self.realtime:
349 if self.realtime:
350 self.data_web[plottype] = roundFloats(decimate(self.data[plottype][t]).tolist())
350 self.data_web[plottype] = roundFloats(decimate(self.data[plottype][t]).tolist())
351 self.data_web['time'] = t
351 self.data_web['time'] = t
352 self.data_web['interval'] = self.dataOut.getTimeInterval()
353 self.data_web['type'] = plottype
352 def run(self):
354 def run(self):
353
355
354 print '[Starting] {} from {}'.format(self.name, self.address)
356 print '[Starting] {} from {}'.format(self.name, self.address)
General Comments 0
You need to be logged in to leave comments. Login now