586,103 active members*
3,804 visitors online*
Register for free
Login
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 2015
    Posts
    23

    One Direction Y Drawing

    I have been working on a little project but have kind of come to a standstill.
    It is essentially a drawing machine however the Y can only move in one direction and it is not possible to make it reverse.

    What I would like to do is take the output from say Artcam using its laser option in to Mach3. The X axis will run backward and forward then wait for feedback from the roller saying that it is in position for the next pass then allow the Z/X to complete the next pass. I created an M code to pause Mach3 until a micro switch is triggered and as resolution is not a huge issue in this project (1 mm lines are more than adequate) was thinking of trying to create a PP that passes the Y to the M code and tells it to count the required triggers of the switch before doing the next pass.

    Any other suggestions would be greatly appreciated.

    Oh and the Z is supposed to be a solenoid driven pen so a simple ON/OFF for this should not be a huge issue.

  2. #2
    Join Date
    Sep 2010
    Posts
    717

    Re: One Direction Y Drawing

    Quote Originally Posted by vangalvin View Post
    I have been working on a little project but have kind of come to a standstill.
    It is essentially a drawing machine however the Y can only move in one direction and it is not possible to make it reverse.

    What I would like to do is take the output from say Artcam using its laser option in to Mach3. The X axis will run backward and forward then wait for feedback from the roller saying that it is in position for the next pass then allow the Z/X to complete the next pass. I created an M code to pause Mach3 until a micro switch is triggered and as resolution is not a huge issue in this project (1 mm lines are more than adequate) was thinking of trying to create a PP that passes the Y to the M code and tells it to count the required triggers of the switch before doing the next pass.

    Any other suggestions would be greatly appreciated.

    Oh and the Z is supposed to be a solenoid driven pen so a simple ON/OFF for this should not be a huge issue.

    Vangalvin,
    Why not move Y in both directions?
    If not possible, make your toolpaths so that Y moves only +.
    The Z axis solenoid would be simple, just wire it to Z DIR pin and ignore the STEP. It will give you an on/off signal.

    Hub
    Current build: http://www.cnczone.com/forums/diy-cnc-router-table-machines/264838-new-machine-desing-quot-cnm13-quot.html

  3. #3
    Join Date
    Apr 2015
    Posts
    23

    Re: One Direction Y Drawing

    Quote Originally Posted by hub View Post
    Vangalvin,
    Why not move Y in both directions?
    If not possible, make your toolpaths so that Y moves only +.
    The Z axis solenoid would be simple, just wire it to Z DIR pin and ignore the STEP. It will give you an on/off signal.

    Hub
    The X is a fixed gantry and the roll feed underneath will only feed the material one way, kind of like a dotmatrix printer hence why I am limited to only going in the + direction. reversing it or rebuilding it to go +/- is not an option sadly.

    The way I see it is that I have to alter whatever post I am using and add an M code with a Param that then tells Mash3 to get the current position, work out how far it needs to move then loop until its gone that far. once done it will continue with the G-Code. As i only need 1mm resolution the microswitch is set up so as to track the feed and send an input signal to one of the inputs.

Similar Threads

  1. new drawing board --wicked size 44x60 drawing area
    By woodman08 in forum Logic Trace CNC/DXF
    Replies: 0
    Last Post: 02-08-2015, 12:58 AM
  2. Encoder counting correct in one direction, double in other direction?
    By nworroll in forum CNC Machine Related Electronics
    Replies: 12
    Last Post: 10-26-2011, 05:41 AM
  3. Replies: 13
    Last Post: 10-02-2009, 04:32 AM
  4. Replies: 2
    Last Post: 12-06-2008, 03:10 AM
  5. converting imported part drawing to mold drawing
    By msomerville in forum BobCad-Cam
    Replies: 6
    Last Post: 08-29-2008, 12:56 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
  •