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
Then RoboDK can not handle it anymore, 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)
Then RoboDK can not handle it anymore, 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