Switch to desktop version  
help - Printable Version

+- Ewon Technical Forum (https://techforum.ewon.biz)
+-- Forum: Development (https://techforum.ewon.biz/forum-50.html)
+--- Forum: BASIC Script (https://techforum.ewon.biz/forum-52.html)
+--- Thread: help (/thread-1004.html)



help - limxukang - 19-08-2019

Completely new to this device or anything related to it. Slowly figuring it out. Now I'm trying to publish the data from the simulator card on mqtt. I'm facing a problem where, the data is published but it does not update when I change the values of the simulator. And is there a command to add a new line when publishing on the Basic IDE.


RE: help - simon - 19-08-2019

Hi,

To publish Tag data when it changes, you should based your script on this one https://techforum.ewon.biz/thread-786.html

This one is based on two timers. One to send values that have changed only and one to send all the values.

Simon