Hello Guest it is April 16, 2024, 02:46:02 AM

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - ludiheum

Pages: 1
1
General Mach Discussion / Re: 4-th Axis running bad
« on: August 30, 2010, 03:02:50 PM »
And as for the 4 decimals that rhinocam outputs, i just went to postprocessors edit and changed there the number of decimals to 1, that fix it

2
General Mach Discussion / Re: 4-th Axis running bad
« on: August 28, 2010, 06:45:22 PM »
I just have noticed that the problem of the extra spins may be the negative degrees, i just remove the - in a couple of lines and it went fine, i just dont know why that - are there

3
General Mach Discussion / Re: 4-th Axis running bad
« on: August 28, 2010, 06:41:22 PM »
Thanks Greg it worked now, i was just doing it wrong. Just another thing:

I made a code with rhinocam for testing the 4 axis, I just made a 30mm radius cylinder and a finishing operation, so its just basic, just a constant Z height, but rhinocam outputs lots of decimals, like 29.9994 and then 29.9998 so it goes like steps, becuase it has to move the Z and then rotate the A a bit,  also its strange, cause the A axis goes to lets say 43.636 and then for the next that is 47.273, it just doesnt go the 4 degrees up(the short way), it takes the long way and spins more that it should, i dont know if it was that i made a bad code, dont you know where i can find a 4 axis test code ?

heres a piece of the code:

G00 G49 G40.1 G17 G80 G50 G90
G21
(4th Axis Roughing)
M6 T2
M03 S1
G01 X-4.4120  Z36.0000 A0.000 F19998.
Z29.9895 A0.000
Z29.9996 A-1.818
Z29.9974 A-5.455
Z29.9986 A-7.273
Z29.9997 A-10.909
Z29.9959 A-14.545
Z29.9998 A-16.364
Z29.9994 A-20.000
Z29.9993 A-25.455
Z29.9982 A-27.273
Z29.9999 A-30.909
Z29.9977 A-32.727
Z29.9998 A-36.364
Z29.9978 A-38.182
Z29.9995 A-41.818
Z29.9980 A-43.636
Z29.9999 A-47.273
Z29.9982 A-49.091



4
General Mach Discussion / Re: 4-th Axis running bad
« on: August 28, 2010, 05:16:03 PM »
i didnt knew that Greg, i have activated it and seems that nothing happens. I went to config ---> toolpath and then check the box use diameter for feedback and A-rotations enabled, then over the settings tab--> rotational diameters i change the value for the A, and the jog the A axis with the hotkeys, but it runs always at the same speed. How is this supposed to work? i thought that if i put a big diameters it will slow the speed and with little diameters it will spped up, but i change this and dont see any chage, im doing something wrong?

5
General Mach Discussion / Re: 4-th Axis running bad
« on: August 27, 2010, 09:18:50 PM »
Thanks olf im going to check the link right now.

Greolt: but if you set the speed and acceleration of the X, Y and Z axis similar to the rotary A axis, the will move to slow, im having this problem and dont know how to fix it

6
General Mach Discussion / Re: 4-th Axis running bad
« on: August 27, 2010, 07:15:30 PM »
Hi spacecat, i think i have the same problem, where you able to fix it? i think i could be the acceleration

Pages: 1