sId | (String) The unigue text identifier of the new event item. This identifier is used when calling methods, for example: Activate, Item, etc. |
---|---|
sTemplate | (String) The unigue text identifier of the event item of Template type (see the "Template for dynamically created items" configurator), whose configuration is used. |
sSource | [optional] (String) The specification of the source of the event item.
It allows the user to sort and filter event items in the event viewer in the running application according to the specified source. If not set, then the template value is used. |
sDesc | [optional] (String) The description itself of the event item.
The basic text of the event item that is displayed in the event viewer in the running application. If not set, then the template value is used. |
var oEv = pMe.Pm("/Event");
var oEvItem = oEv.RegisterNew("T1_HI", "HI", "Boiler", "T1 over high limit");