Difference between revisions of "NXSL:PushDCIData"
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...") |
(No difference)
|
Revision as of 03: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 whitch should be pushed.
Return Value
No return value
Examples
dci = PushDCIData($node, 46, 13);