roccomuso / node-ads

NodeJS Twincat ADS protocol implementation
58 stars 21 forks source link

Couldn't read array values from beckhoff machines #2

Closed adhavann closed 6 years ago

adhavann commented 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]).

roccomuso commented 6 years ago

did you solve the issue?

adhavann commented 6 years ago

Yes . I could solve this one by increasing the bytelength equal to the size of the buffer . Thanks