SA Project- Alarm Page Column Fields

Hi,

How can we customize the Active Alarm Page in SA project? 

Would like to show other Columns and pre-set the width as it is always appearing to to small and fixed when opening the alarm page. 

As an example I would like to show the ITEM column  (used in the Historical events ) on the Active Alarm page, and increase the default width of columns TAG and NAME.

Thanks,

Regards

Rune

Parents
  • The nature of labels is that they are substituted after compilation and the runtime has no knowledge of the label names.

    I reckon the easiest way is to copy the label name in your alarm (dbf) to one of the Custom1..8 fields. These fields are not substituting labels.
    On you alarm format, you then add {Custom1,80} and to Adjust the header title you can use the ini:

    Section Name = Alarmheading
    Name = Custom1
    Value = AreaAsString
Reply
  • The nature of labels is that they are substituted after compilation and the runtime has no knowledge of the label names.

    I reckon the easiest way is to copy the label name in your alarm (dbf) to one of the Custom1..8 fields. These fields are not substituting labels.
    On you alarm format, you then add {Custom1,80} and to Adjust the header title you can use the ini:

    Section Name = Alarmheading
    Name = Custom1
    Value = AreaAsString
Children
No Data