585,959 active members*
3,961 visitors online*
Register for free
Login
Results 1 to 6 of 6
  1. #1
    Join Date
    Feb 2007
    Posts
    3

    Output to file instead of stepper

    Hi,

    I am looking for any 2d cnc software in which I can draw the very simple shapes (rectangle, ellipse,...), and then the software will convert the shape to steps and direction and store them in a file, my minimum requirements can be satisfied also if the software can give me an output file that contains the start and end points of lines that I need to move the XY motors on, I cannot work with arcs since my controller can take only the lines, this is similar to HPGL code PD and PU, but I believe my requirements are too simple to parse the HPGL files with a custom written code.

    Isn't there any software that can do this simple job; I draw shapes and it gives me out the small lines?

    Please help

  2. #2
    Join Date
    Feb 2007
    Posts
    3
    Did I post in the wrong Place?

  3. #3
    Join Date
    Mar 2003
    Posts
    35538
    What is the control and what format does the file need to be in?
    Gerry

    UCCNC 2017 Screenset
    http://www.thecncwoodworker.com/2017.html

    Mach3 2010 Screenset
    http://www.thecncwoodworker.com/2010.html

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

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

  4. #4
    Join Date
    Feb 2007
    Posts
    3

    Control and File Format

    Hi,

    The control is a custom built microcontroller board, it is based on the PIC18F452, I can write the code so that the control board will be able to receive the motion "start and end points" or "step and direction", then it will move the stepper driver with the proper signals.

    My main problem is to have a single software to draw the very basic shapes and convert it to XY points or steps and direction and give this output in a file and not to parallel port, this is because I am planning to save the output of the different shapes in different "programs" in the control board memory.

  5. #5
    Join Date
    Mar 2003
    Posts
    35538
    You're going to have to give the format that you want the file in.
    Gerry

    UCCNC 2017 Screenset
    http://www.thecncwoodworker.com/2017.html

    Mach3 2010 Screenset
    http://www.thecncwoodworker.com/2010.html

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

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

  6. #6
    Join Date
    Feb 2007
    Posts
    3
    Please note that I do not need to do "Pen Up", I start the movement then continue all of steps or points until the end of file, so it is only for drawing the enclosed shapes, I believe this is the simplest software ever needed in 2D motion control.

    For Points movement:

    Start
    x1,y1
    x2,y2
    x3,y3
    EOF

    OR
    For Step and direction:

    Start
    X+,Y0
    X+,Y+
    X-,Y-
    X0,Y-
    EOF
    while: Y0 means do not move Y motor

    Of course file format is not critical since the PIC software is custom written.

Similar Threads

  1. Programmed RS-232 output
    By ghyman in forum G-Code Programing
    Replies: 17
    Last Post: 01-24-2020, 09:40 AM
  2. Running a gcode output file in the computer
    By Palafox in forum Uncategorised CAM Discussion
    Replies: 3
    Last Post: 06-10-2008, 11:56 PM
  3. No Output Signal
    By tz1238 in forum Machines running Mach Software
    Replies: 1
    Last Post: 01-27-2008, 09:57 PM
  4. PSU with 2 different Output Voltages ?
    By Joey in forum CNC Machine Related Electronics
    Replies: 4
    Last Post: 06-10-2007, 02:02 AM
  5. Replies: 6
    Last Post: 05-09-2006, 03:52 PM

Posting Permissions

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