(0)| 7/1/2019 2:31 PM | |
|
Posts: 1 Rating:
|
Hallo, is it possible to change the connection parameters (e.g., IP address) of the S7 endpoint at run-time or at the start of node-red, e.g. via a configuration file or text boxes in the dashboard? Many Thanks ------------------------------------------------------------------------------------------ |
Last edited by: Jen_Moderator at: 07/02/2019 09:56:21New subject after splitting |
|
| 7/5/2019 6:46 PM | |
|
Joined: 12/12/2016 Last visit: 12/11/2025 Posts: 640 Rating:
|
Hello Raphael, You would have to use the node-red API for that. It uses a REST interface with which you could for an example edit and restart the flow. This way you could change the endpoint url within ~/.node-red/flows_iot2000.json You could definately acchieve this over a different node application. I wouldn't say that its not possible over the node-red dashboard as well, but keep in mind that the dashboard crashes once you stop the flow. Kind regards! |
Follow us on