Closed adhavann closed 6 years ago
Hi @roccomuso ,
I'm trying to use node-ads to read values from beckhoff machine but I couldn't able to read array values , it gives me only the value at position 0, in the array (only displays var[0]).
did you solve the issue?
Yes . I could solve this one by increasing the bytelength equal to the size of the buffer . Thanks
Hi @roccomuso ,
I'm trying to use node-ads to read values from beckhoff machine but I couldn't able to read array values , it gives me only the value at position 0, in the array (only displays var[0]).