586,055 active members*
4,273 visitors online*
Register for free
Login
Results 1 to 4 of 4
  1. #1
    Join Date
    Mar 2004
    Posts
    564

    Question point data in autocad

    Hi,
    I have a robot that is using point to point moves. I would like to use it for engraving text. The problem is, I' cant just tell it to "print" the letter 'a', I would have to teach all the points for it to create the letter 'a', to engrave a whole word, would require, well a-lot of point teaching.This system is 15+ years old and uses basic protocal and a text type editer that compiles the program to something different for the controller to use.

    Here is my question...

    Is there a way in autocad, (or other easy to use text software,preferably free) to creat the text and give it point data info,, that I could try to put into the robots editor and then complie it to the controller? I think if it could be loaded into the editor as x,y,z,a data i might have a chance.

    The controller is a Seiko TT8030 system. The software currently used for it is "Darlspec".
    I am hoping to find a way to creat easy test files instead of teaching every point to the robot everytime I want to engrave a different word.

    Thanks, your input is greatly appreciated.
    menomana

  2. #2
    Join Date
    Mar 2003
    Posts
    35538
    If you know VBA or AutoLISP you could do it. I wrote a VBA macro that outputs g-code from inside AutoCAD. What version of AutoCAD are you using?
    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)

  3. #3
    Join Date
    Mar 2004
    Posts
    564
    Hi ger21, thanks for responding.
    I am using acad 2000. I have since learned that the robot controller creates several files (.obj,.sys and a .prg file) upon saving using the robots software, I am hoping to at least make drawings in acad, and then have the co-ordinates of every "point" be displayed, I can then just type it into the robot controller. Not exactly ideal, but unfortunately without the other files that are automatically created in the robot controller, I don't think I can make a working file that the controller can compile.
    Macro's I am unfamiliar with, is there a easy tutorial on doing it? I am still hoping there will be an easier way to input info into the controller.
    The software can bring in strings and variables from other devices via rs 232...(numer data only)
    any input is greatly appreciated, sorry if I am rambling, I am racking my brain to try and simplify this set-up.
    menomana

  4. #4
    Join Date
    Mar 2003
    Posts
    35538
    Quote Originally Posted by trubleshtr
    Macro's I am unfamiliar with, is there a easy tutorial on doing it?
    There are examples in the help file, but it would probably help if you bought a book on programming AutoCAD with VBA. If you don't have any Visual Basic or VBA experience, expect a decent size learning curve.

    But it's relatively easy to get the vertex locations, but you need to use a different methods for each entity type. (lines, polylines,circles,arcs....)
    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)

Similar Threads

  1. CNC Glossary
    By cncadmin in forum Community Club House
    Replies: 17
    Last Post: 03-09-2008, 09:08 PM
  2. AutoCAD offsets and copying
    By skippy in forum Autodesk
    Replies: 14
    Last Post: 05-19-2005, 07:12 PM
  3. Replies: 0
    Last Post: 03-19-2005, 04:16 PM
  4. AutoCad 2000 DXF Question
    By Holmes_ca in forum Autodesk
    Replies: 8
    Last Post: 01-20-2005, 12:50 AM
  5. AutoCad 2000 Missing .dll file
    By E-Stop in forum Autodesk
    Replies: 12
    Last Post: 05-30-2003, 05:43 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
  •