Prehľad
Nástroje obsahu
%HI_OpenLogDBForObject( HBJ in refToObj, INT in priorityMask, BOOL in bASC, INT in pageLen, INT in intervalType )
%HI_OpenLogDBForObject( HBJ in refToObj, INT in priorityMask, BOOL in bASC, INT in pageLen, TIME in bt, TIME in et )
refToObj | Reference to object. |
priorityMask | Event type filter. |
bASC | Order:
|
pageLen | Page size within the interval of 5 ... 200. |
intervalType | Time interval for browsing events. Possible values:
|
bt | Beginning time (when you define own time interval for browsing events). |
et | End time (when you define own time interval for browsing events). |
The function opens the dialog box for browsing the log database according to defined parameters from the ESL script. The function parameters copy the behaviour of corresponding dialog box for opening the log database when you browse events related to particular object.
The parameter priorityMask represents the filter for the Event type. It must be other than 0 and must be the sum of the values of the predefined variables _LOG_PRTY_*.
The parameter intervalType is INT type and allows to define the time interval for browsing events.
To define other time interval use the parameters bt and et of Absolute time type.
%HI_OpenLogDBForObject(SystemD2000\HBJ, _LOG_PRTY_INFO, @TRUE, 20, 8)
Pridať komentár