Hello,
TASK:
My task is to create a popup window with several input interactions (to make it more easy for the beginning, we can say they are some buttons)
After pushing a specific button, the already running robot program shall receive an information about that. After that, some different part in the robot program has to be executed.
I thought about a variable that is created and overwritten with the help of a urscript code on a button pressed event.
PROBLEM
Via the generateScript function from the installationnode i created a variable, which will be overwritten from the generatescript form the programnodecontribution, whenever a button is pressed. Problem is that the generate Script from the programnodecontribution only will be executed on time after starting or saving the program.
Im pretty new in the URcap universe and i hope you guys can help me