[COLOR=#333333][FONT=Arial]'VB Code Start[/FONT][/COLOR]
[COLOR=#333333][FONT=Arial]'-------------------[/FONT][/COLOR]
[COLOR=#333333][FONT=Arial]CurrentFeed = GetOemDRO(818)[/FONT][/COLOR]
[COLOR=#333333][FONT=Arial]DoSpinStop()[/FONT][/COLOR]
[COLOR=#333333][FONT=Arial]ZMove = 20.00 'Total lenght of Probe to move before Stop or no Contact Made.[/FONT][/COLOR]
[COLOR=#333333][FONT=Arial]ZOffset = 1.60 ' Plate Hight[/FONT][/COLOR]
[COLOR=#333333][FONT=Arial]ZSal = ZOffset + 2.00 '+ Free Hight, Will possition the Proble 2 MM over the Material.[/FONT][/COLOR]
[COLOR=#333333][FONT=Arial]StopZmove = 0[/FONT][/COLOR]
[COLOR=#333333][FONT=Arial]If GetOemLed (825)=0 Then[/FONT][/COLOR]
[COLOR=#333333][FONT=Arial]DoOEMButton (1010)[/FONT][/COLOR]
[COLOR=#333333][FONT=Arial]Code "G4 P2.5"[/FONT][/COLOR]
[COLOR=#333333][FONT=Arial]Code "G31 Z-"& ZMove & "F25"[/FONT][/COLOR]
[COLOR=#333333][FONT=Arial]While IsMoving()[/FONT][/COLOR]
[COLOR=#333333][FONT=Arial]Sleep(200)[/FONT][/COLOR]
[COLOR=#333333][FONT=Arial]Wend[/FONT][/COLOR]
[COLOR=#333333][FONT=Arial]Probepos = GetVar(2002)[/FONT][/COLOR]
[COLOR=#333333][FONT=Arial]If Probepos = - ZMove Then[/FONT][/COLOR]
[COLOR=#333333][FONT=Arial]responce = MsgBox ("**ERROR** " , 4 , "Probe **ERROR**" )[/FONT][/COLOR]
[COLOR=#333333][FONT=Arial]Code "G0 Z10"[/FONT][/COLOR]
[COLOR=#333333][FONT=Arial]StopZmove = 1[/FONT][/COLOR]
[COLOR=#333333][FONT=Arial]Code "F" &CurrentFeed[/FONT][/COLOR]
[COLOR=#333333][FONT=Arial]End If[/FONT][/COLOR]
[COLOR=#333333][FONT=Arial]If StopZmove = 0 Then[/FONT][/COLOR]
[COLOR=#333333][FONT=Arial]Code "G0 Z" & Probepos[/FONT][/COLOR]
[COLOR=#333333][FONT=Arial]While IsMoving ()[/FONT][/COLOR]
[COLOR=#333333][FONT=Arial]Sleep (200)[/FONT][/COLOR]
[COLOR=#333333][FONT=Arial]Wend[/FONT][/COLOR]
[COLOR=#333333][FONT=Arial]Call SetDro (2, ZOffset)[/FONT][/COLOR]
[COLOR=#333333][FONT=Arial]Code "G4 P1"[/FONT][/COLOR]
[COLOR=#333333][FONT=Arial]Code "G0 Z" & ZSal[/FONT][/COLOR]
[COLOR=#333333][FONT=Arial]Code "(Z zeroed)"[/FONT][/COLOR]
[COLOR=#333333][FONT=Arial]Code "F" &CurrentFeed[/FONT][/COLOR]
[COLOR=#333333][FONT=Arial]End If[/FONT][/COLOR]
[COLOR=#333333][FONT=Arial]Else[/FONT][/COLOR]
[COLOR=#333333][FONT=Arial]Code "(Check Ground Probe)"[/FONT][/COLOR]
[COLOR=#333333][FONT=Arial]End If[/FONT][/COLOR]
[COLOR=#333333][FONT=Arial]Exit Sub[/FONT][/COLOR]
[COLOR=#333333][FONT=Arial]'-------------------[/FONT][/COLOR]
[COLOR=#333333][FONT=Arial]'VB Code Stop[/FONT][/COLOR]