Hello Guest it is March 28, 2024, 05:00:31 PM

Author Topic: Y Axis Issues  (Read 3975 times)

0 Members and 1 Guest are viewing this topic.

Y Axis Issues
« on: January 07, 2011, 01:16:25 AM »
I'm setting up my new machine (A Zen Toolworks Plastic-frame CNC), and I wanted to set up 0,0 in the upper left corner, and have what's displayed in the preview window cut out with the same orientation. However, I'm having a nightmare trying to set up the Y axis. I've tried every combination of 'Dir Low Active', and on the motor home/soft limits screen, 'Reversed', and 'Home Neg', and I haven't been able to configure it right. What I want to do is have it home right, move properly when I jog it (Yes, the Y will move opposite, but correct relative to the cutter), and have the DRO numbers move in the positive direction when moving away from 0,0. Is there a setting I'm missing? Am I going about all this wrong?

Offline Hood

*
  •  25,835 25,835
  • Carnoustie, Scotland
    • View Profile
Re: Y Axis Issues
« Reply #1 on: January 07, 2011, 03:16:04 AM »
DRO's will always count positive when the toolpath window shows you  moving left to right for X and down to up for Y, it is convention.

Is there a reason you need to have it working opposite or is it just you want to home to that position? If its the latter then set a home off value equal to your X and Y axis distance and it should all work correctly. What that will do is when you home it will set the machine zero to the lower left and the machine coords DROs will show you are fully positive in X and Y when homed.
Hood
Re: Y Axis Issues
« Reply #2 on: January 07, 2011, 10:09:20 AM »
Well, I have a fixture for cutting plexiglas sheets, and to hold it in the fixture, I push it into the upper left corner, with hold downs around the bottom and right edges.

Offline ger21

*
  • *
  •  6,295 6,295
    • View Profile
    • The CNC Woodworker
Re: Y Axis Issues
« Reply #3 on: January 07, 2011, 11:35:53 AM »
Mach3 uses a right hand coordinate system. What you're asking for would be a left hand coordinate system.

How are you creating your g-code? G-code for a RH system will give opposite results in a LH system.

You might be able to set the Y axis scale to -1, but the toolpath display won't show it correctly.
Gerry

2010 Screenset
http://www.thecncwoodworker.com/2010.html

JointCAM Dovetail and Box Joint software
http://www.g-forcecnc.com/jointcam.html
Re: Y Axis Issues
« Reply #4 on: January 07, 2011, 04:26:47 PM »
Thanks for the responses. I think I didn't have my coffee before my last post. My CNC is set up like an engraver. If home is in the lower left, the tool will be in the way, and I'll have to always jog the cutter out of the way to access the work area. Since this is my first homemade engraver-type of CNC, I was going on my experience with an old New Hermes CNC engraver I used years ago, where 0,0 was upper left.

My G-Code is made by a script in D2NC. It was originally putting the output in the upper right quadrant, but I modified it to put it in the lower right quadrant.

I don't want to go down the wrong path, and cripple myself later with things like the toolpath not showing correctly. It's not too late for me to change the fixture, or my G-Code. What's the accepted way of handling this situation?

Offline BR549

*
  •  6,965 6,965
    • View Profile
Re: Y Axis Issues
« Reply #5 on: January 07, 2011, 04:46:18 PM »
Machine 0,0 can be anywhere you want it to be.  Most cams allow you set the 0,0 where you need it.  The machine does not care which quadrant you want to work in.

Just a thought(;-) TP

Offline BR549

*
  •  6,965 6,965
    • View Profile
Re: Y Axis Issues
« Reply #6 on: January 07, 2011, 05:21:08 PM »
You can always set up the uperLH as machine 0,0 and have the user 0,0 anywhere. If you want to send it to machine 0,0 then use G30, user home then G28.

(;-) TP

Offline stirling

*
  • *
  •  2,188 2,188
  • UK
    • View Profile
    • www.razordance.co.uk
Re: Y Axis Issues
« Reply #7 on: January 08, 2011, 06:07:01 AM »
If home is in the lower left, the tool will be in the way, and I'll have to always jog the cutter out of the way to access the work area.

Just home top left and set home to be X0,Y100 (or whatever). i.e. whilst home is perhaps more commonly set to be X0,Y0 - it doesn't have to be, it can be whatever you like.

Cheers

Ian