Hello Guest it is March 29, 2024, 02:31:33 AM

Author Topic: edge finding/2.5D probing  (Read 128743 times)

0 Members and 1 Guest are viewing this topic.

Offline stirling

*
  • *
  •  2,188 2,188
  • UK
    • View Profile
    • www.razordance.co.uk
Re: edge finding/2.5D probing
« Reply #150 on: May 31, 2010, 06:59:35 AM »
single step to #1001=1, enter 1001 in var moniter and update, value returned 1
step to #1002=0  enter 1002 in var moniter and update, value returned 0
Sorry mick - still confused - there isn't any line that says #1001=1 or #1002=2 etc.

the line F#1001 will set your feedrate to whatever you set it in the config app, which you said above, it does i.e.
when i get to f#1001 the feed rate is loaded.

..and the line: G00 Z#1002 will move your Z axis to whatever you set safe Z to in the config app. etc. etc.

Offline mick

*
  •  60 60
    • View Profile
Re: edge finding/2.5D probing
« Reply #151 on: May 31, 2010, 08:41:57 AM »
Ian ,
    thanks for helping. this is what i see at the start of the gcode.

Offline stirling

*
  • *
  •  2,188 2,188
  • UK
    • View Profile
    • www.razordance.co.uk
Re: edge finding/2.5D probing
« Reply #152 on: May 31, 2010, 11:43:11 AM »
LOL - my apologies mick - You're quite rightly using the latest version and I'm not! OK - so when it's done the line - M90000 P1 it SHOULD have set all the gcode vars to what you specified in the config app. So, what's their values at that point?

Sorry again for the confusion - my memory's worse than I thought!

Ian

Offline mick

*
  •  60 60
    • View Profile
Re: edge finding/2.5D probing
« Reply #153 on: May 31, 2010, 12:48:15 PM »
Ian,
     iv'e found the problem. all my fault, the actual profile on the desktop running the mill was mach3
     as soon as that was changed to mach3mill ,all is ok.
     The laptop i'm on line with also has the correct profile, but is not connected to anything.
      anyhow many thanks your guidence, and if can get results anything like the vidios,thanks for a super program.
                                                                            
                                                                                    regards mick.

Offline stirling

*
  • *
  •  2,188 2,188
  • UK
    • View Profile
    • www.razordance.co.uk
Re: edge finding/2.5D probing
« Reply #154 on: June 01, 2010, 04:27:20 AM »
Hi - mick - glad you've got it sorted. It's a shame that Mach doesn't throw an error message when it can't find a macro - that would have cleared this up straight away.

Cheers

Ian
Re: edge finding/2.5D probing
« Reply #155 on: June 13, 2010, 10:29:39 AM »
Ciao Sono nuovo qui scusate ma il mio Inglese è cattivo userò Google per la traduzione
Ho realizzato la sonda http://www.cncitalia.net/forum/viewtopic.php?f=25&t=19934
in Forum Italiano.
Ho download questo http://www.razordance.co.uk/probe25D.htm
Io ho un problema la conversione da File triplet25D.csv a file gcode25D.tap crea un errore di Punto e virgola in decimali Italiano .. Volevo chiedere se esite una "probing Routine" che funziona per windows versione Italiano...  Grazie


Hello I am new here sorry but my English is bad I will use Google Translation
I made the probe http://www.cncitalia.net/forum/viewtopic.php?f=25&t=19934
Forum in Italian.
I download this http://www.razordance.co.uk/probe25D.htm
I have a problem converting from file to file triplet25D.csv gcode25D.tap creates an error in decimal point and comma in Italian .. I wonder if exists a "probing routine" that works for windows version Italian ... Thanks
« Last Edit: June 13, 2010, 10:32:50 AM by grisuzone »
Re: edge finding/2.5D probing
« Reply #156 on: June 13, 2010, 10:37:20 AM »
file.csv and file.tap error in Italian

Offline stirling

*
  • *
  •  2,188 2,188
  • UK
    • View Profile
    • www.razordance.co.uk
Re: edge finding/2.5D probing
« Reply #157 on: June 13, 2010, 05:11:12 PM »
Hi grisuzone - welcome to the forum

Hai provato a usare le opzioni di italiano regionale. Pannello di controllo / Opzioni internazionali e della lingua.

In alternativa, è possibile contattare Andrea al http://www.robotfactory.it Ha le routine di lavoro bene.


Have you tried using the Italian regional options. Control panel / Regional and language options.

Alternatively, you could contact Andrea at http://www.robotfactory.it He has the routines working just fine.

Cheers

Ian
Re: edge finding/2.5D probing
« Reply #158 on: June 14, 2010, 02:58:16 AM »
Hello and thanks for your kind answer I try to contact Andrea and then I make you to know if I have resolved my problem hello good day

Offline stirling

*
  • *
  •  2,188 2,188
  • UK
    • View Profile
    • www.razordance.co.uk
Re: edge finding/2.5D probing
« Reply #159 on: August 31, 2010, 05:38:01 AM »
This is just to let users of my probing routines know that I've just uploaded a small fix. The edge following routine now does up to 10,000 iterations rather than the previous limit of 998. For those that are interested in the workings, Mach has a limit of around 998 iterations in a gcode subroutine loop. All I've done is add a nested loop with each of the two loops iterating 100 times - hence the 10,000.

Cheers

Ian