Hello Guest it is March 28, 2024, 05:16:56 PM

Author Topic: What is the latest Mach3 ver. known to have probing working?  (Read 5836 times)

0 Members and 1 Guest are viewing this topic.

Offline Dan13

*
  •  1,208 1,208
    • View Profile
    • DY Engineering
What is the latest Mach3 ver. known to have probing working?
« on: December 20, 2014, 05:28:29 AM »
I have a simple probing routine. Something like this (but actually written in VB macro):

O0200
G91
G31 Z-10 F500
G01 Y0.2
M99

Repeated 200 times or so. However, every know and then a movement in X starts on its own (no where in the code is it commanded at all). Or the Y axis takes off at some crazy speed that the drive can't keep up. It will work fine 5-10 times, and then do that quirk.

Used version .062 and then reverted to .057 which seems to have less quirks, but still has them. It is in Mach3Turn if it makes a change.

Thanks,
Dan

Offline ger21

*
  • *
  •  6,295 6,295
    • View Profile
    • The CNC Woodworker
Re: What is the latest Mach3 ver. known to have probing working?
« Reply #1 on: December 20, 2014, 07:51:00 AM »
Is it all done in  VB, or is there a mix of g-code and VB? From what I've read, if you mix g-code and VB, there will be problems in all versions of Mach3.
Gerry

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

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

Offline Dan13

*
  •  1,208 1,208
    • View Profile
    • DY Engineering
Re: What is the latest Mach3 ver. known to have probing working?
« Reply #2 on: December 20, 2014, 08:43:48 AM »
Hi Gerry,

I will be more specific. I have made sort of a wizard where I enter values in user DROs (like feed, Zstart, Zend) which which a VB macro then reads and does the probing. Don't have the macro on this computer, but it looks something like this:

Code: [Select]
M40
While GetDRO(2) > Zend
Code "G91 G31 Z-10 F" & "Feed"
Code "G00 Z1"
Code "G01 Y0.2"
Wend

M41
G90
msgBox "Probing Completed Successfully"

Think there is a problem using Gcode inside the macro like I do?

Thanks,
Dan

Offline ger21

*
  • *
  •  6,295 6,295
    • View Profile
    • The CNC Woodworker
Re: What is the latest Mach3 ver. known to have probing working?
« Reply #3 on: December 20, 2014, 10:13:41 AM »
Terry is the one you need top ask (BR549)
Gerry

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

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

Offline Dan13

*
  •  1,208 1,208
    • View Profile
    • DY Engineering
Re: What is the latest Mach3 ver. known to have probing working?
« Reply #4 on: December 20, 2014, 10:53:08 AM »
Yep... he must know this better... will wait for him...

Dan

Offline BR549

*
  •  6,965 6,965
    • View Profile
Re: What is the latest Mach3 ver. known to have probing working?
« Reply #5 on: December 20, 2014, 03:46:30 PM »
OH MY (;-).  You have run into the LOST MACH syndrome .  It is where SOMETHING in the XML is corrupt and it make MAch3 do strange things at times.

My suggestion is to backup all your special stuff then wipe out mach3 completely and start over from scratch.

DO you have an original XML that you saved at the beginning of your adventure ???  NO the saved XMLs from mach won't do as you do not know at what point it started going bad.

ALSO make sure you delete all of the backup xmls (wipe out the directory).

NOW from scratch recreate mach3 AND THEN when everyting is working SAVE a copy of the XML to a safe place OUTSIDE of the mach3 directory. THat way IF it starts again just copy the OLD XML over the NEW XML and off you go again.  I had a BATCH file I ran from the DOS prompt that did the whole show in a wink.


That Helps to stabalise Mah3 when you are working in macros and mixed Gcode.  Can'rt say why and ART could never find what it was that triggered it.


NOW down to your Probing macro.  It will cause problem when you try a While loop with mixed Gcode. The CB and Gcode are runing in seperate threads and get messed up Faster PC have more problems with this than slow PCs ALSO single cores seem better than multi cores . SOMEWHERE someone got the multi threading UNSTABLE.

NOW that is for MachMILL  who knows what works in MachTURN.

So what exactly are you trying to do ? Your code is a bit confusing without seeing the whole picture. I assume that you are doing a probing routine in TURN.

(;-) TP

Offline BR549

*
  •  6,965 6,965
    • View Profile
Re: What is the latest Mach3 ver. known to have probing working?
« Reply #6 on: December 20, 2014, 08:07:47 PM »
NOW as to the actual probing routine it would BEST be done as a SUB routine using #vars. You can USE a Mcode(macro) to program the routine using the #vars.

This Routine is STONE COLD reliable in its use. You just have to program what you want instead of using a WHILE LOOP like in a MACRO. 

NOW for the record MACH4 should be as reliable in the fact that you can use conditional Gcode . I have not been able to TEST mach4 Conditional yet but in "THEORY" it should be dependable. It works well in Fanucese and Haasese (;-)

IF you need more help holler, (;-) TP

(;-) TP

Offline Dan13

*
  •  1,208 1,208
    • View Profile
    • DY Engineering
Re: What is the latest Mach3 ver. known to have probing working?
« Reply #7 on: December 21, 2014, 05:47:43 AM »
Hi Terry,

Thanks for your reply. I did as you suggested - deleting MAch3 directory and starting from scratch. Didn't have a backup for the XML so took me a few minutes to take screen shots of all the settings and have them set back again. Now have the XML saved separately. Haven't yet tried to probe and see how this affected the buggy behaviour.

Now about the application. It is for probing a feed screw with an alternating lead. Y axis is the rotation axis. Z is the longitudinal axis. I have User DROs on the screen for setting feedrate, Zstart, Zend, Probing lengths limit, and probing resolution (how many probing points per single revolution of Y). I could have used pure Gcode with a sub and Vars, without using VB at all. However, I have to have a way to determine where to stop probing. I can't use a sub as I don't know the number of reps (the lead is not constant). This is why I am using While loop.

Oh.. and I am using an Ethernet SmoothStepper for the controller.

Do you think you have a better way of doing what I am trying to do?

Thanks,
Dan
« Last Edit: December 21, 2014, 05:52:58 AM by Dan13 »

Offline BR549

*
  •  6,965 6,965
    • View Profile
Re: What is the latest Mach3 ver. known to have probing working?
« Reply #8 on: December 21, 2014, 04:34:40 PM »
OK when using a SS the SS is what will control probing IT IS a different ballgame.

" probing a feed screw with an alternating lead "

To use a sub just calculate the distance and divide the pitch for the number of total turns then add a couple for good measure. I am still not real clear on what you are doing. Are you trying to map the screw ????

(;-) TP

Offline Dan13

*
  •  1,208 1,208
    • View Profile
    • DY Engineering
Re: What is the latest Mach3 ver. known to have probing working?
« Reply #9 on: December 22, 2014, 02:01:14 AM »
Yes, Terry. I am mapping the screw. It is a feed screw like those used in injection moulding extruders. The lead is not constant - can start from 50mm per turn and then gradually increase to 80mm per turn, then back to 70mm and 60mm. So calculating number of turns isn't going to help much.

Dan