NXSL:PushDCIData

From NetXMS Wiki
Revision as of 05:11, 25 November 2014 by TatjanaDubrovica (talk | contribs) (Created page with "__NOTOC__ Push new DCI value from script. '''Since:''' 2.0.0 == Syntax == PushDCIData(''node'', ''dciId'', ''value''); == Parameters == :{| class="wikitable" |- | ''node...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 whitch should be pushed.

Return Value

No return value

Examples

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