03.06.2024, 06:51
You can check the structure of the Alerts manager data using the Storage viewer app. But if you modify this data via a script the client won't see these changes unless a reload is performed.
Alert Manager
|
03.06.2024, 06:51
You can check the structure of the Alerts manager data using the Storage viewer app. But if you modify this data via a script the client won't see these changes unless a reload is performed.
03.06.2024, 11:05
It's only possible when the alert manager is loaded into an frame in the visu by using this custom JS:
Code: $(function(){
03.06.2024, 11:33
Hi, I have used this app in the past but I have noticed that I have no more access to this alert manager in Schneider Spacelynk.
Where could I find the latest version of this app ? Thank you
03.06.2024, 11:34
------------------------------
Ctrl+F5
05.08.2024, 04:47
I have written this script for surveillance of alarms. It will only generate one alarm if an Object is not updated within a range of time. You can use it as Resident or Scheduled Script. It takes every object with the tag "Alarm". Change the "controlltime" to your desire.
Code: --This script is for Object surveillance passivley with the updatetime property And this script that will actively send a read request to check if alarms are still available. It will take every objekt with the tag "Alarm". This is designed to be used as resedent or scheduled script. Code: -- Variables as Tag |
« Next Oldest | Next Newest »
|