CHANGE TYPE LIN TO PTP, ARC CIRCLE IN PROGRAM ROBOT- Printable Version +- RoboDK Forum (//www.sinclairbody.com/forum) +-- Forum: RoboDK (EN) (//www.sinclairbody.com/forum/Forum-RoboDK-EN) + - - -论坛:通用RoboDK问题(//www.sinclairbody.com/forum/Forum-General-questions-about-RoboDK) +--- Thread: CHANGE TYPE LIN TO PTP, ARC CIRCLE IN PROGRAM ROBOT (/Thread-CHANGE-TYPE-LIN-TO-PTP-ARC-CIRCLE-IN-PROGRAM-ROBOT) |
CHANGE TYPE LIN TO PTP, ARC CIRCLE IN PROGRAM ROBOT-chinhlv55-10-31-2019 Hi everyone, I’m try running application follow curve profile with Robot Kuka KR6- R900. I have some problem need for help!
RE: CHANGE TYPE LIN TO PTP, ARC CIRCLE IN PROGRAM ROBOT-Albert-10-31-2019 I believe you want to to use rounding/blending option to speed up the robot and also avoid jerky movements. See attached image to enable this option. More information here: //www.sinclairbody.com/doc/en/Robot-Programs.html#InsSmooth You can also reduce the number of points per program here: Tools-Options-Program-Limit maximum number of lines per program. This will split long programs in subprograms (one subprogram in each file) so that you can easily run it on the robot. RE: CHANGE TYPE LIN TO PTP, ARC CIRCLE IN PROGRAM ROBOT-chinhlv55-11-02-2019 Thanks Albert, I know why my robot low speed: main program set speed 1/20 speed of robot and disable set rounding. 我所做的"Tools-Options-Program-Limit maximum number of lines per program" but it changed 1 program to some programs not change number path point (robot run) in main programs. RE: CHANGE TYPE LIN TO PTP, ARC CIRCLE IN PROGRAM ROBOT-chinhlv55-11-04-2019 (10-31-2019, 10:26 AM)Albert Wrote:I believe you want to to use rounding/blending option to speed up the robot and also avoid jerky movements. See attached image to enable this option. Hi Albert, Today I send my Program to robot's team test speed affter recommend of you. But actural speed Robot very slow(see link, the real speed is 100% Robot). https://www.youtube.com/watch?v=RlfjEMJViME&feature=youtu.be I have attach DKrobo file, please help me. Thanks! RE: CHANGE TYPE LIN TO PTP, ARC CIRCLE IN PROGRAM ROBOT-Albert-11-04-2019 Are you running in manual mode or automatic mode? You can reduce the density of points in the following menu: Tools-Options-Program-Minimum step size (mm) The default value is 0.005 mm but you can increase it to 2 mm to see if it goes faster. I don't think this is the reason though. Your points are not that close to each other. You may have a configuration variable limiting the robot speed. |