06-09-2022, 05:39 PM
Hi Everyone,
I am using the Python API and when adding a speed instruction to the program the window will still pop up although it is disabled as in
然后anymor RoboDK不能处理e, and it crashes.
Note, I am generating robot instructions from a CSV file using a for loop, which has about 16k points.
Any help is appreciated.
Regards,
Hamdan
I am using the Python API and when adding a speed instruction to the program the window will still pop up although it is disabled as in
Code:
program.setSpeed(value, False)
然后anymor RoboDK不能处理e, and it crashes.
Note, I am generating robot instructions from a CSV file using a for loop, which has about 16k points.
Any help is appreciated.
Regards,
Hamdan