Hello everyone;
I have question for Python in RoboDK. For Ex: I have 2 program , first python script program other one normal robodk program modul.
Program 1 : setD0(0,1) // Python Program Line
Program 2 : Wait IO_0=1 // Normal RoboDK Simulation Prog
its possible? And any watchlist in RoboDK.
One more question about pause , I need wait time for just robot not program .
robot.Pause(time_ms=1000000) doesnt work. (Robot defined)
I have question for Python in RoboDK. For Ex: I have 2 program , first python script program other one normal robodk program modul.
Program 1 : setD0(0,1) // Python Program Line
Program 2 : Wait IO_0=1 // Normal RoboDK Simulation Prog
its possible? And any watchlist in RoboDK.
One more question about pause , I need wait time for just robot not program .
robot.Pause(time_ms=1000000) doesnt work. (Robot defined)