Hello Guest it is April 16, 2024, 05:36:31 AM

Author Topic: Mach3 2010 Screenset - Now available  (Read 553080 times)

0 Members and 2 Guests are viewing this topic.

Offline ger21

*
  • *
  •  6,295 6,295
    • View Profile
    • The CNC Woodworker
Re: Mach3 2010 Screenset - Now available
« Reply #390 on: August 15, 2015, 07:07:14 PM »
If you see a message that Z is now zeroed (or something similar), than noise is triggering the probe input.
Gerry

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

JointCAM Dovetail and Box Joint software
http://www.g-forcecnc.com/jointcam.html

Offline phast

*
  •  13 13
    • View Profile
Re: Mach3 2010 Screenset - Now available
« Reply #391 on: August 15, 2015, 07:11:31 PM »
The only message I get is
Material offset is Now carculated in inches.

Offline ger21

*
  • *
  •  6,295 6,295
    • View Profile
    • The CNC Woodworker
Re: Mach3 2010 Screenset - Now available
« Reply #392 on: August 15, 2015, 09:11:29 PM »
Yes, that's what I was referring to. I really need to change that.

That message means that the probing operation has completed. The only way that happens is if the probe input is triggered.
Other users that have run into this is have added a capacitor across the input to work around the noise.
Gerry

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

JointCAM Dovetail and Box Joint software
http://www.g-forcecnc.com/jointcam.html

Offline phast

*
  •  13 13
    • View Profile
Re: Mach3 2010 Screenset - Now available
« Reply #393 on: August 15, 2015, 10:14:14 PM »
Thank you Thank you.
Finaly everything works as it should.
One last question How do I add a code for my machine to go to home or park position after the fish cut.
By the way I appreciate all your Help and the fast replies!!!

Offline phast

*
  •  13 13
    • View Profile
Re: Mach3 2010 Screenset - Now available
« Reply #394 on: August 15, 2015, 10:16:27 PM »
Something must be wrong with my keyboard I keep misspealling words.

Offline ger21

*
  • *
  •  6,295 6,295
    • View Profile
    • The CNC Woodworker
Re: Mach3 2010 Screenset - Now available
« Reply #395 on: August 15, 2015, 10:22:26 PM »
M883 will send it to the park position.
Gerry

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

JointCAM Dovetail and Box Joint software
http://www.g-forcecnc.com/jointcam.html

Offline phast

*
  •  13 13
    • View Profile
Re: Mach3 2010 Screenset - Now available
« Reply #396 on: August 15, 2015, 11:05:02 PM »
These are the last five lines on my Gcode
N4280G00Z0.8000
N4290G00X0.0000Y0.0000
N4300M09
N4310M30
%
Can you point out where do I add the m883?
Sorry just new to CNC world. 

Offline ger21

*
  • *
  •  6,295 6,295
    • View Profile
    • The CNC Woodworker
Re: Mach3 2010 Screenset - Now available
« Reply #397 on: August 16, 2015, 08:53:18 AM »
The N43xx are optional line numbers, so you can do it with or without a line number. It needs to be before the M30, because M30 rewinds back to the beginning. Here are two ways to do it.

N4280G00Z0.8000
N4290G00X0.0000Y0.0000
N4300M09
M883
N4310M30
%

or

N4280G00Z0.8000
N4290G00X0.0000Y0.0000
N4300M09
N4305 M883
N4310M30
%
Gerry

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

JointCAM Dovetail and Box Joint software
http://www.g-forcecnc.com/jointcam.html

Offline phast

*
  •  13 13
    • View Profile
Re: Mach3 2010 Screenset - Now available
« Reply #398 on: August 18, 2015, 10:35:00 PM »
Hi Gerry,
I was wondering if you can help me?
I have a  Mach3 plugin for Huanyang VFD is just a dll file  that I put in the plugins folder under mach3
But I have no idea as how to install that within mach. If I click on the tab plugin control the only window I see
Is  (video window) and thats it. I have an USB to RS485 adapter that I will use to control my spindle.
Can you Help me?

Thank you
Gus

Offline phast

*
  •  13 13
    • View Profile
Re: Mach3 2010 Screenset - Now available
« Reply #399 on: August 18, 2015, 11:53:31 PM »
Never mind Gerry,
I got it all working. Is nice to be able to control the speed of the spindle within Mach.

Gus