From OpenSCADAWiki
Revision as of 11:59, 9 December 2017 by FuzzyBot (Talk | contribs) (Importing a new version from external source)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This concept of accounting the actual alarms allows you to use standard mechanisms for the messages processing to account the alarms:

  • Alarm registration: SYS.message("alCategory", -3, "Parameter: alarm");
  • Removing of the alarm: SYS.message("alCategory", 1, "Parameter: normal");
  • Creating a list of actual (active) alarms by means of the "Protocol" or "Document" elements with the "-1" negative level for all.