"using internal default settings" in XML configuration file

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

Moderator: uasdkcpp

Post Reply
j.zhou.5q
Hero Member
Hero Member
Posts: 53
Joined: 04 Feb 2015, 06:39

"using internal default settings" in XML configuration file

Post by j.zhou.5q »

Hi,

We are developing UA server using [UA Server SDK C++ Bundle 1.4.2.275].
In the part of XML configuration file, "using internal default settings" is often written in the [Default].
But there is no more infomation about it. Can you tell me more about "using internal default settings"?
I want to know what is "internal default settings" in detail.

I am looking forward your answer. Thank you!

Best Regards,
James

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

Re: "using internal default settings" in XML configuration f

Post by Support Team »

Hi,

The default values are described in the documentation:
http://documentation.unified-automation ... onfig.html

There are three fields where the documentation references to "internal default settings". These settings can be configured with compiler switches from the built environment. The default values are defined in version_coremodule.h
They are:
MaxBrowseContinuationPoints = 10
MaxBrowseResults = 1000
MaxHistoryContinuationPoints = 100

Best Regards,
Unified Automation Support Team

j.zhou.5q
Hero Member
Hero Member
Posts: 53
Joined: 04 Feb 2015, 06:39

Re: "using internal default settings" in XML configuration f

Post by j.zhou.5q »

Hi,

Thank you very much! I got it.

Best Regards,
James
Support Team wrote:Hi,

The default values are described in the documentation:
http://documentation.unified-automation ... onfig.html

There are three fields where the documentation references to "internal default settings". These settings can be configured with compiler switches from the built environment. The default values are defined in version_coremodule.h
They are:
MaxBrowseContinuationPoints = 10
MaxBrowseResults = 1000
MaxHistoryContinuationPoints = 100

Best Regards,
Unified Automation Support Team

Post Reply