Hello Guest it is March 29, 2024, 05:58:09 AM

Author Topic: simultaneous homing?  (Read 6818 times)

0 Members and 1 Guest are viewing this topic.

Offline stirling

*
  • *
  •  2,188 2,188
  • UK
    • View Profile
    • www.razordance.co.uk
simultaneous homing?
« on: September 12, 2007, 10:12:23 AM »
Is this possible in mach or does it only home sequentially?

thanks
Re: simultaneous homing?
« Reply #1 on: September 12, 2007, 10:54:05 AM »
You can do both or any combination that you like. For example I like to hone the Z axis and then the XY at the same time. To do this you need to use the refcombination() command and this command is explained int he Mach2 Customization manual.

Thanks
Brian
Fixing problems one post at a time ;)

www.newfangledsolutions.com
www.machsupport.com

Offline stirling

*
  • *
  •  2,188 2,188
  • UK
    • View Profile
    • www.razordance.co.uk
Re: simultaneous homing?
« Reply #2 on: September 12, 2007, 11:46:05 AM »
Thanks Brian - According to the manual: this function was deprecated back in M2 as more general ways are now available. Don't know obviously if that's actually the case. Anyway, I just tested it in the VB editor but obviously I don't want to have to do that every time so... any suggestions where I should stick it? - careful... I'd like to be able to have it completely transparant i.e. both for ref all home and G20,30 etc.
Re: simultaneous homing?
« Reply #3 on: September 12, 2007, 11:56:40 AM »
You can put the VB code in the Ref all button on the main screen... I think you will want to have the followiing:
Dobutton(22) 'Ref the X
RefCombination(3)'Ref the X and Y

You can use the Operator/Edit button script to eddit the VB in the button... You need to press the save button after you are done
thanks
Brian
Fixing problems one post at a time ;)

www.newfangledsolutions.com
www.machsupport.com

Offline stirling

*
  • *
  •  2,188 2,188
  • UK
    • View Profile
    • www.razordance.co.uk
Re: simultaneous homing?
« Reply #4 on: September 12, 2007, 12:10:30 PM »
Ta B.

Before I give it a go - what V Mach are you using - I'm on 1.84.002 and there's no Operator/Edit button script.
Re: simultaneous homing?
« Reply #5 on: September 12, 2007, 12:34:36 PM »
it should be there.... look at the top of the screen
Fixing problems one post at a time ;)

www.newfangledsolutions.com
www.machsupport.com

Offline stirling

*
  • *
  •  2,188 2,188
  • UK
    • View Profile
    • www.razordance.co.uk
Re: simultaneous homing?
« Reply #6 on: September 12, 2007, 12:45:44 PM »
Nope....

Re: simultaneous homing?
« Reply #7 on: September 12, 2007, 01:06:06 PM »
Time for an update!  ;D
Fixing problems one post at a time ;)

www.newfangledsolutions.com
www.machsupport.com

Offline stirling

*
  • *
  •  2,188 2,188
  • UK
    • View Profile
    • www.razordance.co.uk
Re: simultaneous homing?
« Reply #8 on: September 12, 2007, 01:27:15 PM »
Thought you might say that but was hoping you wouldn't... I did upgrade a while back but limits don't work properly and yet they're fine in 1.84.002 (http://www.artsoftcontrols.com/forum/index.php?topic=3562.0) so I downgraded again...

Offline Hood

*
  •  25,835 25,835
  • Carnoustie, Scotland
    • View Profile
Re: simultaneous homing?
« Reply #9 on: September 12, 2007, 05:40:41 PM »
You might be able to do it via Mach3screen, its the old screen designer and allowed you to edit VB buttons. Its now a lot easier as you can do it from with in Mach but as you have found the older versions dont allow it.
Hood
« Last Edit: September 12, 2007, 06:12:01 PM by Hood »