RoboDK Forum
Reading RPM from Mastercam to RoboDK- Printable Version

+- RoboDK Forum (//m.sinclairbody.com/forum)
+-- Forum: RoboDK (EN) (//m.sinclairbody.com/forum/Forum-RoboDK-EN)
阿布+——论坛:一般问题t RoboDK (//m.sinclairbody.com/forum/Forum-General-questions-about-RoboDK)
+--- Thread: Reading RPM from Mastercam to RoboDK (/Thread-Reading-RPM-from-Mastercam-to-RoboDK)



Reading RPM from Mastercam to RoboDK-Bruno-01-16-2021

Hello everyone

When I am doing a machining program and set the tool parameters (RPM, etc.)
, when I move to RoboDK it changes the RPM speed, why?
Whatever the RPM speed, RoboDK increases by 10 percent.
How can I solve this problem. The robot I am using is ABB4400-45 and the post is ABB_RAPID_IRC5.

I send 2 images and the .NCI file created by Mastercam.


RE: Reading RPM from Mastercam to RoboDK-Albert-01-18-2021

Hi Bruno,

I noticed the issue relies on the post processor removing the point character representing the decimal value.

You can do this as a quick workaround if you are using ABB:
  1. SelectProgram Events
  2. Select the+button on theSpindle speedevent
  3. SelectInsert codeinstead ofProgram call
  4. Provide this line:
    SetRPM %1;
We'll fix the post processor so it does not remove the decimal point.

Albert


RE: Reading RPM from Mastercam to RoboDK-Bruno-01-18-2021

Olá Albert
Obrigado pela dica, resolveu na perfeição .
Muito obrigado。

Bruno Santos