node-opcua: crawler is not reading all the elements of the array if the array size is greater than 100'
Current behavior when i use node crawler or opcua commander to browse array data types with size greater than 100 from opcua server. An interesting observation, while i browse a node arr[0…199] using crawler, it browses from 100th element, 101,102 …199. If i use opcua commander too, it browses only till 99. i.e. from 0,1,2 … 99. If i use UAExpert client it browses everything from 0… 199.
Expected behavior should successfully browse all the array elements
Minimal reproduction of the problem with instructions create a array of size greater than 100 or greater than 1000 in opcua server, try using node crawler to browse the nodes.
Please tell us about your environment:
(*) my request is related to node-opcua acting as a OPCUA CLIENT
I have installed node-opcua as a package ( using npm install ) I am using an application that uses node-opcua
- ( ) Linux : version : debian
-
Description of the other OPCUA system I am trying to connect to:
-
Node:
node --version
= 12.13.1
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Comments: 15 (8 by maintainers)
Commits related to this issue
- improve maxNodesToRead/Browse minium setting #655 — committed to node-opcua/node-opcua by erossignon 5 years ago
- improve maxNodesToRead/Browse minium setting #655 — committed to node-opcua/node-opcua by erossignon 5 years ago
- fix browseNext support #655 — committed to node-opcua/node-opcua by erossignon 5 years ago
should be fixed now in version node-opcua@2.1.5 , @Nandish-Reddy , @jagadishpb89 please confirm.