You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- [ ] 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:
This issue is for a: (mark with an
x
)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:
Expected/desired behavior
OS and Version?
Windows 10
Versions
OpcPlc v2.12.23
The text was updated successfully, but these errors were encountered: