update publishednodes.json sample
This commit is contained in:
Родитель
395b190c23
Коммит
4e6acada4f
|
@ -12,7 +12,11 @@
|
|||
// specifies the sampling interval OPC Publisher requests the server to sample the node value
|
||||
"OpcSamplingInterval": 2000,
|
||||
// specifies the publishing interval OPC Publisher requests the server to publish the node value, it will only be published if the value has changed
|
||||
"OpcPublishingInterval": 5000
|
||||
"OpcPublishingInterval": 5000,
|
||||
// specifies that there should be a heartbeat generated by OPC Publisher, this means that after the given interval the last message will be sent again with an updated SourceTimestamp value.
|
||||
"Heartbeat": 3600,
|
||||
// specifies that the first event will not generate a telemetry event, this is useful when publishing a large amount of data to prevent a event flood at startup of OPC Publisher
|
||||
"SkipFirst": true
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Загрузка…
Ссылка в новой задаче