/
nxa.AddSysCustomItem
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 |
---|---|---|---|
string | M | name of the custom item | |
string | M | description of the custom item | |
nxa.access | M | access rights of the custom item | |
nxa.type | M | the data type of the custom item | |
string | O | engineering units of the custom item (optional) | |
number | O | minimum value that is allowed for the custom item (optional) | |
number | O | maximum value that is allowed for the custom item (optional) | |
string | O | delimiter that is used to build the item ID (optional) | |
string | O | path1 (optional) | |
string | O | path2 (optional) | |
... | |||
string | O | pathN (optional) |
Return
Type | Description |
---|---|
string | itemID of the new Custom Item |
, multiple selections available,
Related content
nxa.AddCustomItem
nxa.AddCustomItem
More like this
nxa.AddExtCustomItem
nxa.AddExtCustomItem
More like this
nxa.AddExtSysCustomItem
nxa.AddExtSysCustomItem
More like this
nxa.SetItemData
nxa.SetItemData
More like this
nxa.AddItemTemplate
nxa.AddItemTemplate
More like this
nxa.GetItemID , nxa.ItemID
nxa.GetItemID , nxa.ItemID
More like this