We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug HeartBeat Interval is not working , For Tags whose value is not changing ,OPC Publisher is not emitting those.
To Reproduce Steps to reproduce the behavior: 1Apply OPC Publisher 2.9.11 2. Set -hb =36000 3.
Expected behavior All nodes which are not changing values ( we have set OpcSamplingInterval to 5 minutes) should emit last known value
Screenshots
OpcPublisher Configuration "Cmd": [ "publisher", "--pf=/appdata/publishednodes.json", "--lf=/appdata/publisher.log", "--aa", "--me=Json", "--mm=PubSub", "--fm=false", "--cfa=true", "--fd=false", "--bs=250", "--si=10", "--di=60", "--tm=True", "--ih=Mqtt", "--hb=3600", "--ot=300000", "--tp=/appdata/pki/trusted", "--rp=/appdata/pki/rejected", "--ap=/appdata/pki/own", "--ip=/appdata/pki/issuer" ],
OPC Publisher version 2.9.11 Number of Nodes : 416
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
marcschier
No branches or pull requests
Describe the bug
HeartBeat Interval is not working , For Tags whose value is not changing ,OPC Publisher is not emitting those.
To Reproduce
Steps to reproduce the behavior:
1Apply OPC Publisher 2.9.11
2. Set -hb =36000
3.
Expected behavior
All nodes which are not changing values ( we have set OpcSamplingInterval to 5 minutes) should emit last known value
Screenshots
OpcPublisher Configuration
"Cmd": [
"publisher",
"--pf=/appdata/publishednodes.json",
"--lf=/appdata/publisher.log",
"--aa",
"--me=Json",
"--mm=PubSub",
"--fm=false",
"--cfa=true",
"--fd=false",
"--bs=250",
"--si=10",
"--di=60",
"--tm=True",
"--ih=Mqtt",
"--hb=3600",
"--ot=300000",
"--tp=/appdata/pki/trusted",
"--rp=/appdata/pki/rejected",
"--ap=/appdata/pki/own",
"--ip=/appdata/pki/issuer"
],
OPC Publisher version 2.9.11
Number of Nodes : 416
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: