Hello Guest it is March 28, 2024, 06:28:40 PM

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.


Topics - dave.proform

Pages: 1
1
Galil / Galil + G31+ Mach3
« on: September 01, 2009, 11:07:33 PM »
Help required with using G31 probing and Galil DMC-2152 card.
We are trying to use a simple probing macro to find the height of a surface in the Z axis.
I was able to use the G code "G31" with Hotkeys and no machine driver connected, but once I install the Plugin for the Galil card and run the same macro with machine motion, the probe would not stop it's travel, it will run onto the requested Z position in that line of code.
I have been watching the Diagnostics screen and can see the input for Digitize coming on.

Sample of code:-
Toolup=-10
Code "G31 Z-150 F300"
While IsMoving ()
Wend
Code "G4 P5.0"
Code "G53 G0 Z" & ToolUp     


Pages: 1