09-15-2022, 06:19 PM
Sometimes we call program.RunCode() in pure simulation mode (no robot connected). The object tree shows that the program is "running" but the simulated robot does not move. after RunCode() we call WaitFinished() but it just hangs since the program does not start.
When it get's stuck like that, double clicking on the program in the GUI will get it started and then WaitFinished() is eventually satisfied. Would like to avoid having to use this manual work-around. Thanks in advance for the help.
When it get's stuck like that, double clicking on the program in the GUI will get it started and then WaitFinished() is eventually satisfied. Would like to avoid having to use this manual work-around. Thanks in advance for the help.