node-ads
node-ads copied to clipboard
NodeJS Twincat ADS protocol implementation
Hi, i have added some .d.ts File for Typscript Support for the Lib. I create die Typescript definition because i want to use this lib in my Project. Maybe it´s...
Hi @PLCHome , I was trying to use multiWrite to pass the array to the beckhoff machine. But when I pass the array I got an exception of 'parameter size...
Hi there I have following problem: i have set up a Project, that have around 350 ads nodes. (ADS Notification and ADS Outputs). -->i mean, thats under the Limit of...
It is not possible to read from indexGroup 0x0 at this point since javascript evalutes `0 || ` to ``
Typescript is mentioned in another issues here https://github.com/roccomuso/node-ads/issues/14#issuecomment-526147603 and it's suggested that it would take a complete rewrite. Not necessarily. The non-typing syntax of TypeScript _is_ JavaScript. I've changed many...
**Includes ADS indexOffset fix caused 'read' 'write' and 'notify' to return values of 0 or false Added '// @ts-check' for improved type checking Replaced all 'var' types to 'const' and...
Hi there, I am using the notify method this to read position feedback from axes, however i am finding that the socket connection closes after approx 10 seconds. ````javascript const...
Hello Mister Musolino When I do an update with npm I do receive version 1.4.3 of node-ads but unfortunately the getSymbols bugfix you did at 25 Sep 2018 is not...