SessionDiagnostics

Questions regarding the use of the C++ SDK for Server or Client development or integration into customer products ...

Moderator: uasdkcpp

Post Reply
haribo
Full Member
Full Member
Posts: 9
Joined: 24 Jan 2014, 12:06

SessionDiagnostics

Post by haribo »

Hello!

How to fill and read the 'SessionDiagnostics' information?

If I use 'UaExpert' to connect to a self developed OpcUa-Server I can see the following information:

SessionsDiagnosticsSummary
urn:<Hostname>:UnifiedAutomation:UaExpert
SessionDiagnostics
ActualSessionTimeout
AddNodesCount
AddReferencesCount
BrowseCount
...
urn:<Hostname>:<Company>:<Appname>
SessionDiagnostics
ActualSessionTimeout
AddNodesCount
AddReferencesCount
BrowseCount
...

The list of entries below 'SessionDiagnostics' is 43 entries long and everything looks okay.
I works very well if I try to monitor items below "urn:<Hostname>:UnifiedAutomation:UaExpert".
The problem is that I see 'BadNotReadable' for most entries below my application if I try to monitor them in UaExpert.

Why?

Regards,
Haribo

User avatar
Support Team
Hero Member
Hero Member
Posts: 3071
Joined: 18 Mar 2011, 15:09

Re: SessionDiagnostics

Post by Support Team »

Hi,

What kind of SDK did you use to develop the server?

Best Regards,
Unified Automation Support Team

haribo
Full Member
Full Member
Posts: 9
Joined: 24 Jan 2014, 12:06

Re: SessionDiagnostics

Post by haribo »

Hello!

We use the ANSI C SDK under Linux for the Server.
The client is written with the C++ Stack running on Windows.

Regards,
Hari bo

Post Reply