586,103 active members*
3,746 visitors online*
Register for free
Login
Results 1 to 7 of 7
  1. #1

    Need Help In Adelaide!

    Hi Guys.
    Would anyone be available to come help us set up a CNC machine Down South of Adelaide.. We purchases a 3 x 2 mtr 4 axis machine from China. Its all together and while I can get some movement, it dosnt seem right.
    It is Mach 3 boards and software.. I just at am a loss.. Would be happy to pay a consulting fee or a Friday night BBQ.. LOL

    Any help would be great

  2. #2
    Join Date
    Jan 2009
    Posts
    193

    Re: Need Help In Adelaide!

    Hi Scott,

    PM me for your machine specs and photos and detailed problems, we have provided consulting service to a lot of cnc customers.

  3. #3
    Join Date
    Apr 2012
    Posts
    10

    Re: Need Help In Adelaide!

    Did you end up getting things up and running?

  4. #4

    Re: Need Help In Adelaide!

    Hi Eddie, I discovered that my spindle wont rev below 1000 RPM.. This is all the problem was... The speed was set at 300..

    The final thing I need to know is how to set up the Tool height. The router came with a device to be placed on the material and when the spindle is lowered down to touch it, it sets the height.. I am lost as to how to set this up though.. I know it works. as the it lights up one of the diagnostic lights.. Pin 4 I believe..

    Thanks for asking Eddie.. any help on this would be great.. I still Havant actually used the CNC machine.. But I cant wait..

  5. #5
    Join Date
    Apr 2014
    Posts
    432

    Re: Need Help In Adelaide!

    There is a script for it on GuruBrew https://youtu.be/G4DeVa8rzA0 change the script to what your touch plate thickness is and away you go kind of works well for me.

  6. #6

    Re: Need Help In Adelaide!

    Thanks Inmesh
    I Played with this script and another one for hours..

    It sort of works.. But..

    when it hits the ground plate.. 10mm thick..
    1. it stops
    2. moves up 300mm
    3. Moves down 11 mm

    I cant work it out..

  7. #7
    Join Date
    Apr 2014
    Posts
    432

    Re: Need Help In Adelaide!

    This is my script it is for an 8mm plate and moves up 14mm.

    CurrentFeed = GetOemDRO(818) 'Get the current feedrate to return to later
    CurrentAbsInc = GetOemLED(48) 'Get the current G90/G91 state
    CurrentGmode = GetOemDRO(819) 'Get the current G0/G1 state

    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 P3" ' this delay gives me time to get from computer to hold probe in place
    Code "G90 G31Z-50. F100" '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 exact point the probe was hit
    Code "G0 25.0 Z" &ZProbePos 'go back to that point, always a very small amount of overrun
    While IsMoving ()
    Wend
    Call SetDro (2, 8.00) ' change .060 to your plate thickness and then adjust for final accuracy
    Sleep 200 'Pause for Dro to update.
    Code "G1 Z15. F150" 'put the Z retract height you want here, must be greater than the touch plate thickness
    While IsMoving ()
    Wend
    Code "(Z axis is now zeroed)" 'puts this message in the status bar
    Code "F" &CurrentFeed 'Returns to prior feed rate
    Else
    Code "(Z-Plate is grounded, check connection and try again)" 'this goes in the status bar if applicable
    End If
    If CurrentAbsInc = 0 Then 'if G91 was in effect before then return to it
    Code "G91"
    End If
    If CurrentGMode = 0 Then 'if G0 was in effect before then return to it
    Code "G0"
    End If

Similar Threads

  1. Adelaide Noob
    By Traction in forum Australia, New Zealand Club House
    Replies: 2
    Last Post: 10-26-2012, 11:13 PM
  2. Homemade Router For Sale (Adelaide)
    By Matty Zee in forum Australia, New Zealand Club House
    Replies: 0
    Last Post: 12-15-2011, 11:22 AM
  3. Adelaide: Suitable electrics?
    By RobWright in forum Australia, New Zealand Club House
    Replies: 1
    Last Post: 07-19-2009, 03:59 AM
  4. Great news for CNC in Adelaide
    By rgee in forum Australia, New Zealand Club House
    Replies: 0
    Last Post: 01-21-2009, 12:52 PM

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
  •