Cannot use a Nc using a sync robot- Printable Version +- RoboDK Forum (//www.sinclairbody.com/forum) +-- Forum: RoboDK (EN) (//www.sinclairbody.com/forum/Forum-RoboDK-EN) +--- Forum: General questions about RoboDK (//www.sinclairbody.com/forum/Forum-General-questions-about-RoboDK) +--- Thread: Cannot use a Nc using a sync robot (/Thread-Cannot-use-a-Nc-using-a-sync-robot) |
Cannot use a Nc using a sync robot-STEFANOBRANCA-10-09-2019 I have a simple Nc design and i am using Grasshopper to upload it to RoboDK. If i Use simply the robot it work just fine but if i sync the robot to the external axis it fail. a simple Nc using xyz and vector
Code:
GOTO / -240.892373810858,53.5971187267744,435.904091724678,-0.454824812144435,0,0.552512216985795
Is there any attention that i have to take care using robot and external axis? RE: Cannot use a Nc using a sync robot-Albert-10-09-2019 You don't need to specify anything in the APT code. Can you share your RDK file? If you have a turntable, you may need to attach your coordinate system to the turntable mechanism and select it as the reference for your toolpath. RE: Cannot use a Nc using a sync robot-STEFANOBRANCA-10-09-2019 (10-09-2019, 03:53 PM)Albert Wrote:You don't need to specify anything in the APT code. Can you share your RDK file? As you can see i create a NC ( i try bot Apt and NC ) Using Rhinoceros (Link :https://we.tl/t-fZ88MPcOE9) i create a GH Code that write a Costum Code. If i Use a simple cell it work. using sync axis it don't. i use a Python Script to convert my Costum NC code into different path but it seems that do not retrive all the information of the pose. RE: Cannot use a Nc using a sync robot-Albert-10-09-2019 You should make sure you specify how you want the external axes to behave:
Albert |