Hello Guest it is April 25, 2024, 08:44:44 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 - Biggo1

Pages: 1
1
Hi Guys
Been using Mach3 and Greolt's Aussie Tool Setter for some years now and everything was OK.
Had to change my computer and now have it on Windows 10 running ESS SmoothStepper.
Everything works except the Auto Tool Zero, which hangs at the G31z command.
I am running two CNC4PC C10 Bob's - set to 'Pull High' with pin 15 set for 'Active Low'.
When I touch off the touch plate I get the LED flashing and it shows on the digitize pin under diagnostics screen, so it is working.
Doesn't appear to be a hardware issue, more like a software one, but can't figure it out. could someone just have a look at the code, or better, just give it a try please?
Really stumped - and yes, I have gt the ESS configuration correct.
Mach3 is version R3.043.062

The code I am trying to run is;
PlateThickness = 1.5 GetUserDRO(1151) 'Z-plate thickness DRO

If GetOemLed (825)=0 Then 'Check to see if the probe is already grounded or faulty
DoOEMButton (1010) 'zero the Z axis so the probe move will start from here
Code "G4 P5" ' this delay gives me time to get from computer to hold probe in place
Code "G31 Z-40 F500" 'probing move, can set the feed rate here as well as how far to move
While IsMoving() 'wait while it happens
Wend
ZProbePos = GetVar(2002) 'get the axact point the probe was hit
Code "G0 Z" &ZProbePos 'go back to that point, always a very small amount of overrun
While IsMoving ()
Wend
Call SetDro (2, PlateThickness) 'set the Z axis DRO to whatever is set as plate thickness
Code "G4 P0.25" 'Pause for Dro to update.
Code "G0 Z25.4" 'put the Z retract height you want here
Code "(Z axis is now zeroed)" 'puts this message in the status bar
Else
Code "(Z-Plate is grounded, check connection and try again)" 'this goes in the status bar if aplicable
Exit Sub
End If

Noel  >:(

2
General Mach Discussion / reversed image? in mach
« on: March 15, 2009, 03:51:43 AM »
1. After MUCH messing around I have finally got my system to run.
however. one minor glitch - my axis all run in the right direction - ie: left button moves x axis left, right button moves it right, up moves y axis up, etc, but the trouble is that in mach i see the reverse for the x axis in the table/work view screen.
that is, when I move the x axis to the left, it shows on the screen as moving to the right, and vice-a -versa.
What is going on???
there is no need to move the motion allocation for the keys, either on the keyboard or on the virtual jog control as they are all working correctly - it is just the visual window in Mach that wants to see things the other way around.
2. Does anyone have a good schematic for limit switches as I don't appear to be having much luck with mine. They are always either 'on' in the diagnostics, or do not work if I reverse their active high status.
help 

Pages: 1