PushDCIData(node, dciId, value) => void
Push new DCI value from script.
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