st-one-io / node-red-contrib-s7

A Node-RED node to interact with Siemens S7 PLCs
GNU General Public License v3.0
111 stars 58 forks source link

Feature: add and remove variables from Node.js #63

Open javiermrz opened 4 years ago

javiermrz commented 4 years ago

Hi!

I have a Node-RED embedded instance inside Node.js. I was wondering if there is a way of adding or removing variables from the plc node from Node.js code, interacting with the RED instance.

Or maybe there is some file where the node reads the variables from thus we can read/write into it?

I would gladly implement it if we can't do it already, if you give me some clues as where to start.

Best!

Javier

gfcittolin commented 4 years ago

Hey, this feature is also on my personal wish list, although I haven't had the time to implement it yet. Here are my thoughts on how that should be:

A PR with the feature would be very much welcomed. Let me know what you think about and we can discuss it further if needed

ericcabero commented 2 months ago

Hi, I'm in the same context, there is still no solutions for that? Thank you in advance,