Topic RSS7:05, EEST
May 13, 2014
OfflineHi All,
I am new to OPC UA standard. I implemented the OPC UA server without session diagnostics support.
If any data is changed in server, it will be notified to clients via
subscription. I have following questions in OPC UA server understanding:
1) What is OPC refresh rate ? [ It is not mentioned in the spec]
2) Do we really need session diagnostics support in OPC UA server ?
Is it a mandatory or optional ?
Note: I implemented the server without session diagnostics support &
Not faced any issues with UA client
3) Alarms and events support
What is the importance of this ? How it is different from subscription?
4) Are there any free OPC test app suites are available to ensure that my server is
compliant to OPC standard ?
Thanks in advance for your replies.
Thanks & Regards
Sundararajan
8:15, EEST
December 21, 2011
Offline1) The client application defined the PublishingInterval, which defines the refresh rate.
2) The diagnostics is a compulsory feature, but the SDK should handle that automatically for you. By default, diagnostics is off: you can enable it from a client application by writing True to the EnabledFlag (Objects/Server/ServerDiagnostics)
3) Alarms and events enable the client to be notified of certain “system events” or alarms, for example when a measurement goes off limits, in addition to just following measurement values. It is optional and depends on your application.
4) The only test application is provided by OPC Foundation for its members.
8:42, EEST
May 13, 2014
OfflineJouni Aro said
1) The client application defined the PublishingInterval, which defines the refresh rate.
2) The diagnostics is a compulsory feature, but the SDK should handle that automatically for you. By default, diagnostics is off: you can enable it from a client application by writing True to the EnabledFlag (Objects/Server/ServerDiagnostics)
3) Alarms and events enable the client to be notified of certain “system events” or alarms, for example when a measurement goes off limits, in addition to just following measurement values. It is optional and depends on your application.
4) The only test application is provided by OPC Foundation for its members.
Thanks for the information and quick response 

Log In
Register