Good Day, IA Community:
I want to know where are the acknowledgement alarm notes stored? I need to retrieve them for a report I am currently constructing? Would it be possible to access them via name queries which I can use in the construction of the report?
Thank You
Do you know what alarms you are looking for notes from?
I would suggest looking at this post:
If you want to get the information directly from the selected alarms in the alarm status table, here is a guide to doing it.
Currently, there are 23 properties that show up in the standard alarm status table model. The columns are indexed 0 through 22, and each specific column retains its specific model index no matter how the columns are arranged or rearranged in the table.
Here is a map of the columns:
# Model Index Column Name
# 0 ackNotes
# 1 Ack Time
# 2 Ack'ed By
# 3 …
There are two ways of retrieving them, directly from the database, and via system.alarm.queryStatus()
Maybe this will be the answers you need?
1 Like