plcpeople / nodeS7

Node.JS library for communication to Siemens S7 PLCs
MIT License
358 stars 121 forks source link

Symbolic #85

Closed drexxi closed 4 years ago

drexxi commented 4 years ago

Hello,

is it possible to ask for a value with the symbolic adress?

Lichtjaeger commented 4 years ago

NodeS7 uses the classic S7 protocol. This leads to the following disadvantages:

drexxi commented 4 years ago

Hey thank u for your fast answer. Now i have plcsim, nettoplc and im able to read my tags.

I want to start the read function from javascript in my browser. I need to implement the code in a svg file, in the svg file im able to run javascript.

do u think thats possible?

Blume987 commented 4 years ago

Hey drexxi,

as answered in this issue #50 it is not possible to run this library in browser. I would also suggest to build your code on NodeJS and publish the data to browser via websockets.