RoboDK Forum
How to turn the knife along the path?- Printable Version

+- RoboDK Forum (//www.sinclairbody.com/forum)
+-- Forum: RoboDK (EN) (//www.sinclairbody.com/forum/Forum-RoboDK-EN)
+--- Forum: RoboDK API (//www.sinclairbody.com/forum/Forum-RoboDK-API)
+--- Thread: How to turn the knife along the path? (/Thread-How-to-turn-the-knife-along-the-path)

Pages: 1 2


RE: How to turn the knife along the path?-vignesh-02-24-2021

Hi Jeremy,

Expecting solution for 1 and 2

4. Yes, I am using driver for that too. As the robot is not with me, I will share the exact error soon.


RE: How to turn the knife along the path?-Jeremy-02-24-2021

Hi Vignesh,

1 -暂停(1)从来讲将杀死进程oller's perspective. Your best bet is to bring a message box in RoboDK from Python and ask the user to press "Ok" to relaunch the process.

2 - We will improve the error message here to clearly specify that this command isn't supported on the driver. As mentioned before, it's logically impossible to use rounding with the driver.

Jeremy


RE: How to turn the knife along the path?-vignesh-02-26-2021

Hi Jeremy,

1. How it is possible to get message box from python if I am running RoboDK in silent mode. Also In silent mode, pause(-1) has no effect, it is not pausing.
Even If I give pause(), pausing time is not exact of what time I give. Is there anything that varies the time?