Open MartinMuzatko opened 4 years ago
After enabling server connection, still no changes:
So I had success with many other libs, including node-snap7, nodes7. Weird, I thought s7client is built upon node-snap7 :S
I think this is because this lib does not provide a way to use SetConnectionParams()
to set the local and remote TSAP.
Feel free to prepare a PR :)
So I had success with many other libs, including node-snap7, nodes7. Weird, I thought s7client is built upon node-snap7 :S
Hello there, I am also looking into communicating with LOGO using nodeJS do you have a simple example reading input and sending data back to LOGO from node server?
Hey there!
I was able to connect to our LOGO 8 via tools like http://www.frickelzeugs.de/logocontrol/
However via nodejs S7Client, I have no success.
This is my setup:
This is my result:
When I try to connect to another port, I get at least:
`(node:1567) UnhandledPromiseRejectionWarning: TCP : Unreachable peer
Thank you in advance!