Skip to content
New issue

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

.uanodes file loading limit? #400

Open
Fabolo64 opened this issue Nov 4, 2024 · 0 comments
Open

.uanodes file loading limit? #400

Fabolo64 opened this issue Nov 4, 2024 · 0 comments

Comments

@Fabolo64
Copy link

Fabolo64 commented Nov 4, 2024

This issue is for a: (mark with an x)

- [ ] bug report -> please search issues before submitting
- [ ] feature request
- [x] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)

This, in reality, is a request of info about possible configuration limit in loading a set of nodes to be used in a custom simulation.

Minimal steps to reproduce

create a class implementing IPluginNodes
load uanodes file in LoadPredefinedNodes method
AddPredefinedNode to _plcNodeManager in AddToAddressSpace method

my nodes, when in limited number, do appear under my custom folder when browsing from an OPC-UA Client, but when I start to add all needed ones and recompiles with bigger .uanodes file (I create them with UA-ModelCompiler ) it seems they hit a limit and then simply don't show.

Any log messages given by the failure

no errors/warning.

tried to increment values in configuration without success:

var operationLimits = new OperationLimits() {
            MaxMonitoredItemsPerCall = 25000,
            MaxNodesPerBrowse = 25000,
            MaxNodesPerHistoryReadData = 10000,
            MaxNodesPerHistoryReadEvents = 10000,
            MaxNodesPerHistoryUpdateData = 10000,
            MaxNodesPerHistoryUpdateEvents = 10000,
            MaxNodesPerMethodCall = 10000,
            MaxNodesPerNodeManagement = 10000,
            MaxNodesPerRead = 25000,
            MaxNodesPerWrite = 10000,
            MaxNodesPerRegisterNodes = 10000,
            MaxNodesPerTranslateBrowsePathsToNodeIds = 10000,
        };

Expected/desired behavior

OS and Version?

Windows 10

Versions

OpcPlc v2.12.23

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant