Hello Guest it is April 25, 2024, 04:26:55 AM

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - PerE

Pages: « 1 2
11
Competitions / Re: ******Guess and win a G100 Grex******
« on: May 18, 2007, 04:44:14 AM »
My guess is 2.763.870
Per

12
General Mach Discussion / Re: Macro for Z-axis probe
« on: September 25, 2006, 03:47:52 AM »
Hi Marco.
This macro is in the Mach3 screen "program run" - "tool information" and i put it in the button "auto tool zero".
You have to write the macro in notepad or word then copy it.
After that you have to open Mach3Screen and double clic on the "auto tool zero" button then paste the macro you have in there.
Hope this will help you a little bit.
Good luck.
Per

13
General Mach Discussion / Re: Macro for Z-axis probe
« on: September 14, 2006, 08:03:25 AM »
To clear this what i am doing:
I have an isolated plate that is 2.000 mm thick that i put on the surface of my workingpiece and it is connected to pin 13 at port 2.
Its a very simple macro but it helps me to set the tool more accurate then a piece of paper  ;)
Per

14
General Mach Discussion / Re: Macro for Z-axis probe
« on: September 14, 2006, 07:19:19 AM »
Thank you again.
Ihave made this one and it is working now for me. Maybe you can do this better but it works.
Code”G31 Z-100 F25” ’Down with Z
While IsMoving()
Wend
GetVar(2002)’Hit the probe
Call SetDRO(2,2.000)’Sets the probehigh
Code”G00 Z10.000"’Safehigh

Per

15
General Mach Discussion / Re: Macro for Z-axis probe
« on: September 14, 2006, 04:17:37 AM »
Thanks Brian.
I have read it before and i thought it was just a toolchanger macro but i will read it again and try to write my own code.
When i think i am done so will i post it here.  :)
Per

16
General Mach Discussion / Macro for Z-axis probe
« on: September 13, 2006, 09:50:55 AM »
I want a simple macro that lower the z-axis down until i hits the probe and then the thickness (that i know) of the probe get into the z-axis DRO.
Do i have to put the thickness of the probe in the macro or can the macro ask me if i want to set another thickness of the probe and save it even if i switch the computer off ?
Best regards from
Per

Pages: « 1 2