Hello
I am working on a robot program where we create a signal from a string (name) and afterwards wait for a high input on that signal. Something like this:
So now my question is the following: Lets assume that the input does not go high. Will it in any way be possible for the user to see which signal we are waiting on (via the robot menus), or will I have to make some code for that myself? It is not very helpful for the user to know that we are waiting for temp_signal, he will want to know the original name of the signal.
Thanks in advance!
/RoboticsMan