NXSL:PushDCIData

From NetXMS Wiki
Revision as of 05:11, 25 November 2014 by TatjanaDubrovica (talk | contribs)
Jump to navigation Jump to search

Push new DCI value from script.

Since: 2.0.0

Syntax

PushDCIData(node, dciId, value);


Parameters

node Node object containing required DCI.
dciId DCI id were new value will be pushed.
value Value witch should be pushed.

Return Value

No return value

Examples

   dci = PushDCIData($node, 46, 13);