Difference between revisions of "NXSL:PushDCIData"

From NetXMS Wiki
Jump to navigation Jump to search
(Created page with "__NOTOC__ Push new DCI value from script. '''Since:''' 2.0.0 == Syntax == PushDCIData(''node'', ''dciId'', ''value''); == Parameters == :{| class="wikitable" |- | ''node...")
 
Line 16: Line 16:
| ''dciId'' || DCI id were new value will be pushed.
| ''dciId'' || DCI id were new value will be pushed.
|-
|-
| ''value'' || Value whitch should be pushed.
| ''value'' || Value witch should be pushed.
|}
|}



Revision as of 05:11, 25 November 2014

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