587,543 active members*
4,672 visitors online*
Register for free
Login
Results 1 to 12 of 12
  1. #1
    Join Date
    May 2005
    Posts
    6

    Internal Addressing Error

    I recently purchased a 1993 Explorer I with a DX32 V2.30/4.54 operating system. I also purchased a OneCNC cad/cam to convert my Solid works drawings to machine code.

    I can copy a .txt post from the A drive to the C drive but when I try to move it to the BMDC to run the program I get either a "Parser #4 internal addressing error "or the same thing only #10.

    Can anyone tell me what these error codes mean?
    Would setting up a DNC help? Or does someone know of a change I need to make to the post?

  2. #2
    Join Date
    Nov 2004
    Posts
    3028
    How big is the part program file? The BMDC has a memory capacity of 256K. If it is bigger than that, you will have to DNC.

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

  3. #3
    Join Date
    May 2005
    Posts
    6

    Internal Addressing Error

    The files have been very small 1k-2k. A simple procedure of milling .05" off of a face of a small Aluminum block.

  4. #4
    Join Date
    Mar 2003
    Posts
    4826
    Could the problem have anything to do with the start and end line characters of your program? George can perhaps fill you in on what these should be, if you are unsure.
    First you get good, then you get fast. Then grouchiness sets in.

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

  5. #5
    Join Date
    Nov 2004
    Posts
    3028
    It could be a bad (incorrect) post processor. Have you tried writing the program at the machine? I am of the opinion that having a CAM system does not mean it absolves you from knowing how to write a program longhand thus also knowing how to read a program to see if there are errors. I see this more and more in the field.

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

  6. #6
    Join Date
    Mar 2003
    Posts
    4826
    BobL,
    If the Boss5 uses standard protocall, you need to check to see if there is a % sign at the beginning and end of your program. Now, this can be hardcoded into your OneCNC post through ncsetup, or else, you can add it in the start and end lines of the communication utility that starts from the NC editor window.

    If Boss5 uses one of the unprintable ASCII characters (known as control codes) to start, then these must be entered in the start and end lines of the comm utility.
    First you get good, then you get fast. Then grouchiness sets in.

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

  7. #7
    Join Date
    May 2005
    Posts
    6
    Hi Guys, I'm new to the machining & the cam world. So I have quite a learning curve ahead.
    I've used the DX32 & the BOSS10 postprocessor with basically the same results as noted originally. I've tried modifying the post by deleting some words that didn't seem correct like an M05 that preceded a G40 G49 G80 in a Block. My owners manual says the following format must be used for the machine to work, N_G_(A,Y,Z,)F_M_(EOB). So it appears to me the G code has to be before the M code in a block. I'm suprised something so basic would be overlooked by OneCNC.

    The previous owner mentioned using BOSS 10 as a post he used. He always wrote in a subroutine fashion. However being new to the cnc world I can tell imeddiately there is no way I could write the type of code needed to mill some of the parts I have designed. So I'm depending on the cam to do most of the work.

    The manuals on this machine are not desinged for a complete beginner like myself, they don't say anything about a beginning or ending code format or command. None of the examples show a % sign in them anywhere.

    When I first started looking for help I was directed to a gentleman that sells Camworks. I sent him a copy one one of my files and he said it was a Fanuc type post, even though in OneCNC I had selected both BOSS10 or DX32 , which by the way did start & end with a %. I even tried deleting that but still keep gettting the internal addressing error.

  8. #8
    Join Date
    Mar 2003
    Posts
    4826
    Post a small sample of a file you are trying to run. Maybe we can pare it down to the basics to find out what will work.

    I'm not sure how you've got this control working with your PC, but since the controller is fairly old, make certain that your file names are legal DOS names, no longer than 8 characters, plus the extension.
    First you get good, then you get fast. Then grouchiness sets in.

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

  9. #9
    Join Date
    May 2005
    Posts
    6
    All of my file names have been more than 8 characters, so I'll try changing the file name and run it tomorrow. Here's an example file that gets the Parser#4 error ,if I remember correctly.
    Attached Files Attached Files

  10. #10
    Join Date
    Mar 2003
    Posts
    4826
    More things to try: looking at your sample program, delete all comments, with parenthesis, as you controller may not be able to cope with comments in the program.

    Round all feedrates off to one decimal place.

    Place all Z movements on a seperate line (in case the control cannot do 3 axis interpolation).

    Try G43 H1 on a line by itself. You don't need the D1 unless you are doing G41/G42 radius compensation. You may also have to introduce a Z movement on the line with the G43 H1.

    I'm sure some guys who actually run this brand of cnc can comment on the proper syntax for you to program with.
    First you get good, then you get fast. Then grouchiness sets in.

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

  11. #11
    Join Date
    Nov 2004
    Posts
    3028
    Shoot! This is a machine that runs on DOS 6.20 and you have to follow DOS rules!!
    You may need to get a copy of my bible: DOS FOR DUMMIES.
    Your program name which is your file name cannot exceed 8 characters and it cannot contain illegal ones.

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

  12. #12
    Join Date
    May 2005
    Posts
    6

    Internal addressing error

    Hey guys thanks for all of your help!! Finally got my machine to make some chips. I think the parenthesis might have been a problem, but putting a colon before them did the trick. I also corrected the length of the file name & had to remove some uneeded words or even a whole block. My guess if you delete a block you can't leave the space blank, but have to delete the row as well.

Similar Threads

  1. Internal addressing error
    By BobL in forum CNC (Mill / Lathe) Control Software (NC)
    Replies: 1
    Last Post: 05-26-2005, 05:55 PM
  2. Internal Gears???
    By itsme in forum MetalWork Discussion
    Replies: 11
    Last Post: 02-11-2005, 09:21 PM
  3. Fadal error codes
    By HareBall in forum Fadal
    Replies: 3
    Last Post: 01-22-2005, 02:52 PM
  4. Need help on Hitachi Seiki error 1012
    By anti-SAMS in forum DNC Problems and Solutions
    Replies: 1
    Last Post: 11-25-2004, 02:26 AM
  5. Compensating for ball screw lead error?
    By Noah in forum Uncategorised MetalWorking Machines
    Replies: 2
    Last Post: 08-13-2004, 02:51 AM

Posting Permissions

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