Georg
Results
2
comments of
Georg
I tried to solve this exact same problem for days since we got a 1Gbit/s internet connection. We are having around 60.000 errors per 100GB, and thus sometimes failed downloads...
> Its okay I found a way: for the first element: UA_Double *pointer = (UA_Double *) opc_value.data; for the next i elements: pointer = (UA_Double *) opc_value.data+i; This did not...