%HI_SetAlarmConfig function


Function
The function shows or hides individual parts of the alarm list in displayer of the Alarms type.
Declaration
%HI_SetAlarmConfig(
   INT in refId,
   BOOL in showGroups,
   BOOL in showLastEvents,
   BOOL in showCrit,
   BOOL in showUnCrit,
   BOOL in showBlock
 )
Parameters
refIdReference to a displayer (reference variable).
showGroupsTree view of alarm groups. Possible values:
  • @TRUE - show the tree view
  • @FALSE - hide the tree view
showLastEventsList of last alarm events. Possible values:
  • @TRUE - show the list
  • @FALSE - hide the list
showCritList of critical alarms. Possible values:
  • @TRUE - show the list
  • @FALSE - hide the list
showUnCritList of uncritical alarms. Possible values:
  • @TRUE - show the list
  • @FALSE - hide the list
showBlockdList of blocked alarms. Possible values:
  • @TRUE - show the list
  • @FALSE - hide the list
Napíšte komentár