Need Help! Auto Tool Zero Script for Mach3 043.066


Results 1 to 2 of 2

Thread: Auto Tool Zero Script for Mach3 043.066

  1. #1
    klys's Avatar
    Join Date
    Dec 2019
    Posts
    0
    Downloads
    0
    Uploads
    0

    Question Auto Tool Zero Script for Mach3 043.066

    Hey there people!

    I having a compatibility problem with old scripts for Auto Tool Zero.

    This script come with the cd of the cnc machine genmitsu cnc router 3018-mx3

    Code:
    'Rem	Probe Down by PEU (Based on Erniebro Work)
    FeedCurrent = GetOemDRO(818) 	'Get the current settings
    ZCurrent = GetDro(2)
    Code "G4 P1"			'Pause 1 second to give time to position probe plate
    Code "F100"			'slow feed rate to 100 MM/MIN
    GageH = GetOEMDRO (1002)
    Rem	Probe Down by PEU (Based On Erniebro Work)
    FeedCurrent = GetOemDRO(818) 	'Get the current settings
    ZCurrent = GetOemDro(802)
    Code "G4 P1"			'Pause 1 second to give time to position probe plate
    Code "F100"			'slow feed rate to 10 MM/MIN
    GageH =19.7                     'Tool tool height requires actual measurement
    ZNew = ZCurrent - 30		'probe down 30mm 
    Code "G31 Z" &ZNew
    While IsMoving()
    Wend
    Call SetDro (2,GageH)
    FinalMove = GageH * 1
    Code  "G0 Z" &FinalMove
    Code  "G0 Z" &25                'This number is greater than the height of the tool setting tool  
    Code "F" &FeedCurrent  		'restore starting
    its work fine in mach3 042.040 but prompt error on the new version (043.066)

    i also found another script with the same issue

    Code:
    Dim Ztemp, SpeedCoarse, SpeedFine, SpeedRetract, MoveCoarse, MoveFine, RetractCoarse, RetractFine,TouchPlateHeight
    
    SpeedCoarse=100
    SpeedFine=10
    SpeedRetract=300
    MoveCoarse=-10
    MoveFine=-0.8
    RetractCoarse=0.2
    RetractFine=5
    TouchPlateHeight=0
    
    If IsSuchSignal (22) Then
    
    	Ztemp=GetOEMDRO(180)+MoveCoarse
    	code "G31 Z" & Ztemp & " F" & SpeedCoarse
    	While IsMoving()
    	Wend
    	
    	Ztemp=GetOEMDRO(180)+RetractCoarse
    	code "G00 Z" & Ztemp & " F" & SpeedRetract
    	
    	Ztemp=GetOEMDRO(180)+MoveFine
    	code "G31 Z" & Ztemp & " F" & SpeedFine
    	While IsMoving()
    	Wend
    	
    	Call SetDRO(2,TouchPlateHeight)	
    	
    	Ztemp=RetractFine
    	code "G00 Z" & Ztemp & " F" & SpeedRetract
    	
    End If
    Can someone give me any other script which work for the last version of mach3? Please

    I cant engrave with the g code generated by easel because the version of the script is for the last version but my Auto Tool Zero Script is not working on the last version.

    Thank in advance to who read/reply this post.

    Similar Threads:


  2. #2
    Member ger21's Avatar
    Join Date
    Mar 2003
    Location
    Shelby Township
    Posts
    35538
    Downloads
    1
    Uploads
    0

    Default Re: Auto Tool Zero Script for Mach3 043.066

    Version 3.043.066 is known to be very buggy. The version on the Machsupport website is now 3.043.062. I would try installing that version.

    Gerry

    UCCNC 2017 Screenset
    [URL]http://www.thecncwoodworker.com/2017.html[/URL]

    Mach3 2010 Screenset
    [URL]http://www.thecncwoodworker.com/2010.html[/URL]

    JointCAM - CNC Dovetails & Box Joints
    [URL]http://www.g-forcecnc.com/jointcam.html[/URL]

    (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)


Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


About CNCzone.com

    We are the largest and most active discussion forum for manufacturing industry. The site is 100% free to join and use, so join today!

Follow us on


Our Brands

Auto Tool Zero Script for Mach3 043.066

Auto Tool Zero Script for Mach3 043.066