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

using within subflow, support for environment variables. #62

Closed dathor-ghub closed 4 years ago

dathor-ghub commented 4 years ago

Hello.

I would like to use this node from within a sub-flow and pass in the PLC ip address via a environment variable. I am using ${var_name} syntax. It appears not to work, is this possible?

Thanks.

dathor-ghub commented 4 years ago

it does work. I created a new end point in the sub flow from scratch rather than copying and modifying.