NXSL:PushDCIData

Revision as of 03:11, 25 November 2014 by TatjanaDubrovica (talk | contribs)

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);