We are using codesys 3.5.16.30 and we have a array with strings of length 5000.
We are having issues subscribing to this variable from an OPCUA client.
Is there any limit in the OPCUA Server in codesys for how long an array can be on the opcua server?
I think the amount of data is already relatively high and maybe it has something to do with that? Maybe also the CPU load of your device?
an array with string(5000)? and have you tested with how many array elements it still works?
2000 works.
When testing with UA Expert there is a timeout from the OPCUA Server when trying to subscribe to the variable
CPU do not seems to be to affected. The memory(RAM) however is building up
Log in to post a comment.
We are using codesys 3.5.16.30 and we have a array with strings of length 5000.
We are having issues subscribing to this variable from an OPCUA client.
Is there any limit in the OPCUA Server in codesys for how long an array can be on the opcua server?
I think the amount of data is already relatively high and maybe it has something to do with that?
Maybe also the CPU load of your device?
an array with string(5000)? and have you tested with how many array elements it still works?
2000 works.
When testing with UA Expert there is a timeout from the OPCUA Server when trying to subscribe to the variable
CPU do not seems to be to affected. The memory(RAM) however is building up