Zonda Puesta 0 en Z - Fabricación, Instalación y Configuración Mach3 - MBCNC

Описание к видео Zonda Puesta 0 en Z - Fabricación, Instalación y Configuración Mach3 - MBCNC

Si te gustan o te sirven nuestros videos, recordá suscribirte y activar la campanita para que cuando subamos nuevos videos, Youtube te avise! 😉🚨

PINOUT INTERFACE LPT: https://goo.gl/AnMHJ8

MACRO:

'VB Code Start
'-------------------
CurrentFeed = GetOemDRO(818)
DoSpinStop()

ZMove = 20.00 'Total lenght of Probe to move before Stop or no Contact Made.
ZOffset = 1.60 ' Plate Hight
ZSal = ZOffset + 2.00 '+ Free Hight, Will possition the Proble 2 MM over the Material.

StopZmove = 0
If GetOemLed (825)=0 Then
DoOEMButton (1010)
Code "G4 P2.5"
Code "G31 Z-"& ZMove & "F25"
While IsMoving()
Sleep(200)
Wend
Probepos = GetVar(2002)
If Probepos = - ZMove Then
responce = MsgBox ("**ERROR** " , 4 , "Probe **ERROR**" )
Code "G0 Z10"
StopZmove = 1
Code "F" &CurrentFeed
End If
If StopZmove = 0 Then
Code "G0 Z" & Probepos
While IsMoving ()
Sleep (200)
Wend
Call SetDro (2, ZOffset)
Code "G4 P1"
Code "G0 Z" & ZSal
Code "(Z zeroed)"
Code "F" &CurrentFeed
End If
Else
Code "(Check Ground Probe)"
End If
Exit Sub
'-------------------
'VB Code Stop

⏬ Nuestras Redes ⏬
🌐 http://www.mbcnc.com.ar
👍 FB: MB CNC Servicio Técnico
📞 Cel: +54 9 11 5845-9890
📮 Mail: [email protected]
🎥    / mbcnc  
📚Capacitaciones: http://www.mbcnc.com.ar/capacitacion-...

Комментарии

Информация по комментариям в разработке