This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Alerts like visualization
#5
This will only work locally not via cloud. We plan to create a more complex alerting system that will have cloud connectivity.

Instead of using built-in alerts you can use a virtual object with 250 byte text data type. For this to work over cloud you either need to have this object displayed on any visu plan or assign lmcloud tag to this object.
Code:
localbus.listen('groupwrite', (e) => {
  if (e.dst === '0/0/14') {
    alert(e.value)
  }
})
Reply


Messages In This Thread
Alerts like visualization - by balatis - 20.11.2025, 09:22
RE: Alerts like visualization - by admin - 20.11.2025, 09:27
RE: Alerts like visualization - by balatis - 20.11.2025, 09:35
RE: Alerts like visualization - by AlexLV - 20.11.2025, 12:25
RE: Alerts like visualization - by admin - 20.11.2025, 12:41
RE: Alerts like visualization - by AlexLV - 20.11.2025, 14:55
RE: Alerts like visualization - by admin - 21.11.2025, 07:41

Forum Jump: