nxa.AddSysCustomItem

Description

This function adds a new System Custom Item during the initialization phase of the server and returns its ID. Compared to a normal custom item, a system custom item can be placed anywhere in the item tree. In general, this function shall be used within the OnInitEvent callback only.

Signature

string nxa.AddSysCustomItem (string, string, nxa.access, nxa.type, string, number, number, string, string, string, ..., string)

Parameters

Name Type Mandatory/Optional Description
stringMname of the custom item
stringMdescription of the custom item
nxa.accessMaccess rights of the custom item
nxa.typeMthe data type of the custom item
stringOengineering units of the custom item (optional)
numberOminimum value that is allowed for the custom item (optional)
numberOmaximum value that is allowed for the custom item (optional)
stringOdelimiter that is used to build the item ID (optional)
stringOpath1 (optional)
stringOpath2 (optional)
...
stringOpathN (optional)

Return

Type Description
stringitemID of the new Custom Item