On my SCADA I have a got a docked view on the top with the View name, time etc. I would like to have a table there (on the dock view) that will show only 3 or 4 latest alarms. For now I have put the Alarms Status Table but it is scrollable (I just want to have there 3 or 4 latest alarms).
Hi i have the same and i use the system.alarm.queryStatus or journal (Depends on what you need Realtime or historical). And i use a table object to create a look alike status table.
Another way is to use queries direct on the database table and do the merge of all data by yourself.
How exactly do You extract the alarm name/label from the queryStatus function result? I have some issues with using getLabel() (I cant use it in the script).