20.11.2025, 09:22
Is there any chance that i could set the alerts to pop up in visu as like it was possible in visualization?
|
Alerts like visualization
|
|
20.11.2025, 09:22
Is there any chance that i could set the alerts to pop up in visu as like it was possible in visualization?
20.11.2025, 09:27
Add to Custom JavaScript (three dots menu in the top right corner):
Code: localbus.listen('alerts', (src, text) => alert(text))
20.11.2025, 09:35
20.11.2025, 12:25
Hi, is it works locally? In any browser?
Is somehow possible create an alert using cloud and be seen at mobile? Alex
20.11.2025, 12:41
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) => {
20.11.2025, 14:55
Hi, I created group 0/0/14 with 250 byte text data type. I also displayed on new visu (beta) plan and also assigned lmcloud tag to this group, and added to Custom JavaScript your script, updated visu. Still working only locally.
Alex
21.11.2025, 07:41
Sync cloud and try again.
29.01.2026, 15:05
Hello,
Is there a way to pop up embedded alert page in visu via frame like old visu ? I mean , like Persistent option in old frame usage ?
29.01.2026, 15:52
Persistent iframe is not possible in new Visu. But it should be possible to make a solution using Custom JS. Something like a floating button that shows Alert manager frame when clicked.
13.04.2026, 06:21
Good morning,
I'm having a problem with alert display in the alert manager. I have three logic machines. I've created event-based alert scripts on LM3 and SCADA screens on LM1, including the alert manager screen. My problem is that the alerts aren't displaying when I run the scripts. I also have a question: could I create the screen on LM3 and display it on LM1? I'm not sure if that makes sense. Thank you very much.
13.04.2026, 07:55
Can you see your alerts in the alert tab in LM? If yes then you must configure alert manager to include your script wih alert. Alerts are only on local LM.
------------------------------
Ctrl+F5
13.04.2026, 15:14
I can see the alerts on LOGIC machine 1 from the alert scripts created in logic machine, but I want to see the alert scripts created in LM2 and LM3 as well; that is, I want a centralized alert console.
13.04.2026, 15:16
Alerts are local only, to have it in LM2 and LM3 you must create the alert logic on all LMs.
------------------------------
Ctrl+F5
Yesterday, 06:33
OK, I understand that perfectly. I'll rephrase the question.
If I have the SCADA screens on LM1 and one of those screens is the alert manager app, and I create most of the alerts on LM3, could I create an alert manager screen on LM3, copy its URL, and paste it into LM1 so that the alerts from LM3 are displayed? |
|
« Next Oldest | Next Newest »
|