CNCzone.com-The Largest Machinist Community on the net!



Home Page Mark Forums Read Today's Posts My Replies Classifieds Reviews Photo Gallery Web Links Share Files Advertise With Us Ad List
Go Back   CNCzone.com-The Largest Machinist Community on the net! > MetalWorking Machines > Bridgeport and Hardinge Mills


Bridgeport and Hardinge Mills Discuss Bridgeport and Hardinge Mills here!


This forum is sponsored by:

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Ban this user!
Old 05-27-2005, 09:58 PM
 
Join Date: May 2005
Location: USA
Posts: 6
BobL is on a distinguished road
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?
Reply With Quote

  #2  
Old 05-27-2005, 11:56 PM
Moderator
 
Join Date: Nov 2004
Location: USA
Posts: 2,856
machintek is on a distinguished road

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)
Reply With Quote

  #3   Ban this user!
Old 05-29-2005, 08:35 PM
 
Join Date: May 2005
Location: USA
Posts: 6
BobL is on a distinguished road
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.
Reply With Quote

  #4  
Old 05-29-2005, 08:44 PM
HuFlungDung's Avatar
Moderator
 
Join Date: Mar 2003
Location: Canada
Posts: 4,825
HuFlungDung is on a distinguished road

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)
Reply With Quote

  #5  
Old 05-29-2005, 09:22 PM
Moderator
 
Join Date: Nov 2004
Location: USA
Posts: 2,856
machintek is on a distinguished road

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)
Reply With Quote

Sponsored Links
  #6  
Old 05-29-2005, 09:35 PM
HuFlungDung's Avatar
Moderator
 
Join Date: Mar 2003
Location: Canada
Posts: 4,825
HuFlungDung is on a distinguished road

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)
Reply With Quote

  #7   Ban this user!
Old 06-01-2005, 07:30 PM
 
Join Date: May 2005
Location: USA
Posts: 6
BobL is on a distinguished road

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.
Reply With Quote

  #8  
Old 06-01-2005, 08:09 PM
HuFlungDung's Avatar
Moderator
 
Join Date: Mar 2003
Location: Canada
Posts: 4,825
HuFlungDung is on a distinguished road

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)
Reply With Quote

  #9   Ban this user!
Old 06-01-2005, 10:06 PM
 
Join Date: May 2005
Location: USA
Posts: 6
BobL is on a distinguished road

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
File Type: txt SJ#1Blank.TXT‎ (1,020 Bytes, 76 views)
Reply With Quote

  #10  
Old 06-02-2005, 12:09 AM
HuFlungDung's Avatar
Moderator
 
Join Date: Mar 2003
Location: Canada
Posts: 4,825
HuFlungDung is on a distinguished road

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)
Reply With Quote

Sponsored Links
  #11  
Old 06-04-2005, 10:33 AM
Moderator
 
Join Date: Nov 2004
Location: USA
Posts: 2,856
machintek is on a distinguished road

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)
Reply With Quote

  #12   Ban this user!
Old 06-06-2005, 05:11 PM
 
Join Date: May 2005
Location: USA
Posts: 6
BobL is on a distinguished road
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.
Reply With Quote

Reply




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Internal addressing error BobL General CNC (Mill and Lathe) Control Software (NC) 1 05-26-2005 11:55 AM
Internal Gears??? itsme General Metalwork Discussion 11 02-11-2005 02:21 PM
Fadal error codes HareBall Fadal 3 01-22-2005 07:52 AM
Need help on Hitachi Seiki error 1012 anti-SAMS Machine Problems, Solutions , Wireless DNC, serial port 1 11-24-2004 07:26 PM
Compensating for ball screw lead error? Noah General Metal Working Machines 2 08-12-2004 08:51 PM




All times are GMT -5. The time now is 04:19 PM.





Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
Content Relevant URLs by vBSEO
Template-Modifications by TMS

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361