roccomuso / node-ads

NodeJS Twincat ADS protocol implementation
58 stars 21 forks source link

Improved multi read and multi write #16

Closed PLCHome closed 6 years ago

PLCHome commented 6 years ago

improved MultiRead and MultiWrite

the getHandles, multiread and multiwrite method can handle symbolName and handle and all together

The multiread and multiwrite method works even if individual handles were not found.

The api is the same as read and write, the behavior is also the same.

roccomuso commented 6 years ago

@ChrisHanuta @ovi1337 guys feel free to reopen the PR, now I'm back and I can review the code and merge PR.