Eza90

MrPLC Member
  • Content count

    1
  • Joined

  • Last visited

Everything posted by Eza90

  1. NA HMI in Historical Mode

    Hi,  You can filter out cleared alarms with VB code. For example: Sub FilterClearedAlarms AlarmView0.FilterByStatus(_eHMI_ALARM_STATUS.Raised) 'replace AlarmView0 with the name of your alarm view object. End Sub This code can be triggered for example when the alarm page is shown.