NXSL:PushDCIData

Revision as of 18:13, 13 September 2022 by AlexKirhenshtein (talk | contribs) (Text replacement - "^" to "{{deprecated}}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
This Wiki is deprecated and we are are currrently migrating remaining pages into product documentation (Admin Guide, NXSL Guide)

Push new DCI value from script.

Since: 2.0-M1

Syntax

PushDCIData(node, dciId, value);


Parameters

node Node object containing required DCI.
dciId DCI id for which new value will be pushed (DCI source must be set to "Push").
value New value for DCI.

Return Value

No return value

Examples

   PushDCIData($node, 46, 13);