Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 518 Bytes

pushdcidata.adoc

File metadata and controls

27 lines (22 loc) · 518 Bytes

PushDCIData()

PushDCIData(node, dciId, value) => void

Push new DCI value from script.

Table 1. Parameters

node

[class-node]

node object instance

dciId

Integer

DCI id for which new value will be pushed (DCI source must be set to "Push").

value

Integer or String

New value for DCI.

Return

No return value

Example
PushDCIData($node, 46, 13); //Will push value "13" to DCI with id 46