Hello!
There are several objects in my model (convoyer1, processor1, processor 2, combiner1, ...), and I want to make a GUI where there are several buttons, and each button can get only one object started. For example, when I click button1, convoyer1 will start working, but the other objects (processor1, processor 2, combiner1,...) will not work.
I've tried to add the code below to the attribute of "OnPress" of the button1, but it's not correct. Could you help me to correct my code? Or do you have any example that can be helpful for me? Thank you very much!
treenode machine_c1 = model().find("/Convoyeur 1"); { go(1) }
Have a nice day!