. .

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Quote Originally Posted by Neale View Post
    I'm a bit concerned that anyone thinks that "going past zero" is in any way relevant when you are using Mach3/UCCNC. Maybe in the days of archaic controllers that did not have any homing/work offset capability this might have mattered but not today.

    The point here is that homing sets machine zero, either directly by putting home switches at the zero point, or somewhere else with an appropriate offset (at the right-hand end of travel, in the most extreme case). But that is absolutely nothing to do with where the zero point is on the work. First thing you do when you plonk the stock on the bed and clamp (assuming that you have already homed the machine) is to move the spindle to where you want (0,0) to be, and then set "work coordinate zero" to that point. Maybe x and y at the same time, maybe separately. Effectively you are doing the same thing when you set tool height - this is setting z coordinate zero, indirectly. Your gcode will, if generated by any modern CAM package, be working in terms of work coordinates. Nothing at all to do with machine coordinates. For example, recently, I have been machining work where the X zero work coordinate is at the right hand side and most of the machining is done with negative X coordinates. I told my CAM software where I wanted X=0, set the spindle to the RH edge of the stock and set work coord X to zero, and away it all went.

    This machine/work coordinate confusion is a bit complicated to follow at first sight but it soon becomes second nature and you won't even think about it, but it is absolutely critical to using CAM and the machine in harmony. I sorry if I have misunderstood what was being said, but the idea that you need to set machine zero somewhere on to the bed just so that you can move to negative coordinates could be very misleading to anyone new coming to this.
    Neale,
    I'm not going to argue with a word of this, and I am coming at it from a wood-working gantry router perspective which is different to a mill. Like you I often reposition the work coordinate zero to suit the job but this will be a known position relative to the homed (0,0) position so that it can easily be re-acquired after an E-stop or other driver-disabling event.

    The OP was confused regarding numbers to put into these values but the main points I wanted to make are the need to pull away from the switches to a specified point after hitting them, (0,0) being the obvious label to put on that point in my view, and that the area the workpiece can fit inside will often need to be smaller than the area defined by the soft limits which primarily exist to prevent crashes but also specify the limits of movement of the centre of the cutting tool. The best numbers to use then fall out from there.

    Kit
    Last edited by Kitwn; 30-07-2020 at 07:39 AM.
    An optimist says the glass is half full, a pessimist says the glass is half empty, an engineer says you're using the wrong sized glass.

  2. #2
    Quote Originally Posted by Kitwn View Post
    Neale,
    I'm not going to argue with a word of this, and I am coming at it from a wood-working gantry router perspective which is different to a mill. Like you I often reposition the work coordinate zero to suit the job but this will be a known position relative to the homed (0,0) position so that it can easily be re-acquired after an E-stop or other driver-disabling event.
    Kit, you don't need to position the work to a known MACHINE location to get back to WORK ZERO that is the point of the G54, G55,etc WORK OFFSETS and using HOME switches. If you get lost or crash the machine you simply HOME the machine and it uses the WORK OFFSET to get back to WORK ZERO.

    The only thing you may need to do is save the WORK OFFSET before starting the job just in case power goes off mid job. However some controllers save the WORKOFFSET before the start of the job, I think Linux does this and UCCNC but Mach3 doesn't which is a pain as it's easy to forget.

    Regards Backing off the HOME switch then the only point to me, other than to relocate MACHINE ZERO position is to stop potential false trips if using same switch has limits combined with homing or to square a dual motor gantry.
    Last edited by JAZZCNC; 30-07-2020 at 10:08 AM.
    -use common sense, if you lack it, there is no software to help that.

    Email: [email protected]

    Web site: www.jazzcnc.co.uk

  3. #3
    Quote Originally Posted by JAZZCNC View Post
    Regards Backing off the HOME switch then the only point to me, other than to relocate MACHINE ZERO position is to stop potential false trips if using same switch has limits combined with homing or to square a dual motor gantry.
    A precise and detailed description of my own machine!

    I love threads like this, I always learn a great deal myself and as I discovered when I took up teaching technical stuff to adults back in the 80s, there's nothing will show up the holes in your own knowledge more effectively (brutally at times!) than trying to explain things to someone else. I now need to swot up on the full details of G54, G55 and other relevant codes and exactly how LinuxCNC uses and saves them.

    The difference between machine coordinates and work coordinates is, as Neale pointed out, a confusing one tro begin with but soon becomes one of those fundamental bits of knowledge you don't realise you never knew.
    An optimist says the glass is half full, a pessimist says the glass is half empty, an engineer says you're using the wrong sized glass.

  4. #4
    . I now need to swot up on the full details of G54, G55 and other relevant codes and exactly how LinuxCNC uses and saves them.
    Yes this confuses many people. Have you noticed that you can see the machine coordinates and the current G54,55 etc on some GUIs at the same time. In Linuxcnc you can turn them on and off from the view tab.

    Ie. If you have touched off your part ie X0,Y0 in G54 you will see the machine G53 at the same time completely different.

    http://linuxcnc.org/docs/2.8/html/gc...es/offsets.png

    http://linuxcnc.org/docs/2.8/html/gc...ordinates.html
    ..Clive
    The more you know, The better you know, How little you know

  5. #5
    Quote Originally Posted by Kitwn View Post
    I now need to swot up on the full details of G54, G55 and other relevant codes and exactly how LinuxCNC uses and saves them.
    Probably without knowing it you and many others have actually been using a WORK OFFSET in fact if you have been using 2. These being G53 and G54.

    When you HOME your setting G53 ZERO which is MACHINE coordinate system and when you set WORK ZERO you're using G54 WORK OFFSET. Almost all controllers, Mach3, UCCNC, LinuxCnc, even industrial-grade controllers like Fanuc, etc use G54 by default and unless you specifically need to use a different OFFSET say for things like multiple vises with OP1 OP2 type setup or several Fixture Jigs which all have a ZERO point you don't need to know about them.

    Most CAM packages are also set up to use G54 by default which is another reason why many users don't actually know they are using WORK OFFSETS.

    If you have a large working area WORK OFFSETS makes cutting several different jobs say as in different materials or thickness very easy because of each Fixture as it's own ZERO.
    -use common sense, if you lack it, there is no software to help that.

    Email: [email protected]

    Web site: www.jazzcnc.co.uk

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. mach3 soft limits
    By Daveo in forum Control Hardware & Systems
    Replies: 12
    Last Post: 25-06-2020, 05:24 PM
  2. Lichuan "Easy Servo" closed loop stepper question
    By Voicecoil in forum Stepper & Servo Motors
    Replies: 15
    Last Post: 09-10-2019, 09:33 PM
  3. "Hacking" and "Modding"
    By magicniner in forum General Discussion
    Replies: 15
    Last Post: 07-01-2015, 08:59 PM
  4. Setting up "System 45" 3 axis unit by DIYCNC
    By StevenT in forum LinuxCNC (EMC)
    Replies: 2
    Last Post: 15-10-2014, 03:22 PM
  5. "Racks" VS "ball screw"
    By C.AlveSilva in forum Linear & Rotary Motion
    Replies: 1
    Last Post: 17-04-2012, 11:53 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •