Hello Guest it is March 29, 2024, 01:07:55 AM

Author Topic: Z-axis problem on our drill  (Read 10765 times)

0 Members and 1 Guest are viewing this topic.

Z-axis problem on our drill
« on: August 08, 2012, 04:58:09 PM »
http://www.youtube.com/watch?v=gk47iDD1g3E&feature=g-upl

We are having an issue with our drill.  It will run the .mmg file just fine, but over time the Z-axis on the drill starts to go higher and higher which causes the drill-bit to eventually not even touch the slab of wax in which we are trying to drill into.  Any ideas on how to fix it?
Re: Z-axis problem on our drill
« Reply #1 on: August 08, 2012, 05:20:01 PM »
This is coming back to the drill at the end of the program it was running:
http://www.youtube.com/watch?v=jMUbNbGIb5s&feature=g-upl

Offline RICH

*
  • *
  •  7,427 7,427
    • View Profile
Re: Z-axis problem on our drill
« Reply #2 on: August 08, 2012, 05:34:49 PM »
Try lowering your velocity and acceleration as there are small moves and you are / may be missing steps even though you don't hear the motor skipping.
I assume your code is correct.
RICH
Re: Z-axis problem on our drill
« Reply #3 on: August 08, 2012, 05:39:38 PM »
This code runs fine on my other mill.  I'll make those adjustments now and see if that helps.  Thanks.

Offline RICH

*
  • *
  •  7,427 7,427
    • View Profile
Re: Z-axis problem on our drill
« Reply #4 on: August 08, 2012, 05:46:22 PM »
Not all mills are alike. Is the other mill an exact duplicate of the one not machining correctly?
RICH
Re: Z-axis problem on our drill
« Reply #5 on: August 08, 2012, 06:19:17 PM »
No.  The other mill is not a duplicate.  I lowered the velocity and acceleration to around 50% and still had the same problem.  This mill is brand new and my other one is 10 years old.  My other mill is a Model master and the g-code is a .mmg file.  I've tried about a dozen different g-code formats on this new machine and still get the same problem.

Offline RICH

*
  • *
  •  7,427 7,427
    • View Profile
Re: Z-axis problem on our drill
« Reply #6 on: August 08, 2012, 07:04:00 PM »
Is the Z motor getting hot to the touch after the 15 minutes run time?

Did you lower the velocity and accel in the program  or did you just lower them in config.  
What i was wanting was for the program to be run at say 50 of current values and that includes any rapid moves at a lower velocity.
So you need to do both.

I am assuming that everthing is tight, like the couplings or pulleys. If you run very slow you should not have a problem with missing steps,
one woud think......  
RICH

RICH
Re: Z-axis problem on our drill
« Reply #7 on: August 08, 2012, 09:06:49 PM »
I lowered them in the config.  How do I do it in the program?
Re: Z-axis problem on our drill
« Reply #8 on: August 09, 2012, 03:08:29 PM »
http://www.youtube.com/watch?v=cQaTqW1Ki_I&feature=g-upl

Do you think it might have something to do with our DeepGroove control box?

Offline RICH

*
  • *
  •  7,427 7,427
    • View Profile
Re: Z-axis problem on our drill
« Reply #9 on: August 09, 2012, 06:30:30 PM »
I think it is an inadequate motor....can't do the acceleration and velocities in the time frame being requested of it.
Power to raise the Z axis + power to accelerate ( change in velocity with respect to time) + power to machine ( in this case wax so negliable) + some extra say 20% = total required
Pulse frequency can also enter into this.

So if one slows everything down the system should respond and not skip. Where the reliability operating point is can only be found by doing some testing.

RICH