Hello everyone,
I am currently sending some data to a robot controller by inputing it's ip address and port number. There are some extra fields for eg the command number and the value written into the robot. I use inject node for this and the output is displayed on the debug node. I am trying to use the node-red dashboard to input these extra fields for which I use the inject node. is it a way to link the inject node or any other way with which I can do this? Any help is highly appreciated. Thank you.
The output of any of the Dashboard nodes that allow user input goes to that node's output port as a msg. So all you need to do is attach a change node to the output so as to get the data into the right format and properties and then feed the output of that to wherever your inject node goes.
Hello, thank you for your quick response! Unfortunately, I did not quite understand, would you be so kind abd show it with an example. It would be much clear. Thank you!