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 > Milltronics


Milltronics Discuss Milltronics Machines


Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Ban this user!
Old 10-24-2009, 05:35 PM
 
Join Date: Feb 2006
Location: Canada
Posts: 85
dresda is on a distinguished road
Can't load program from floppy

Hi, I just bought a mill with centurion 1 control.
The machine runs good and i can make a program, and I can sent the program to the floppy but I can't load from floppy.
The book says, press F2 load and it will display the programs but mine gives an error and says can't find programs.
Is there a format that I should use like % or ( ) or P or O.
I thought if the floppy received from the control then the floppy drive should be OK.
Regards, Ray.
Tweet this Post!Share on Facebook
Reply With Quote

  #2   Ban this user!
Old 10-24-2009, 06:54 PM
 
Join Date: Jun 2009
Location: usa
Posts: 81
JimBoyce is on a distinguished road

Try to copy a program to the floppy. If this works, examine the file name on a computer for quirks such as the letter O as the first character, the quantity of the numbers (O1234) and the extension (the 3 letters after the period) if it has one.
Tweet this Post!Share on Facebook
Reply With Quote

  #3   Ban this user!
Old 10-24-2009, 10:16 PM
 
Join Date: Feb 2006
Location: Canada
Posts: 85
dresda is on a distinguished road

When I sent the program to the floppy it sent two programs O0005 and P0005
O0005 just looks a fanuc program although it was a conversational program and I can read it with wordpad, P0005 was garbage.
Do you think I have to format the disk, It is a 386DX control?

This is what I tried to load back into the machine:
O0005 (SPROCKET COVER)
(Conversational File)
(.250 ALLOY)
G20 G90
N1 G17 G68 X0 Y0 AA90.
N2
G99 F20.
P144 = .06
P199=1
G0 X0 Y0
P150 = .750
P153 = 0
G25 R.1 Z.260 Q.1 F20. V.06 G41 G3
N3 G1 F20. X0 Y-1.25 Z.1
N4 G1 F5. X0 Y-1.25 Z-.05
N5 G1 F20. X-.5 Y-2.
N6 G1 F20. X.5 Y-2.
N7 G1 X0 Y-1.25
N8
(END OF O0005)
Tweet this Post!Share on Facebook
Reply With Quote

  #4   Ban this user!
Old 10-25-2009, 08:53 AM
 
Join Date: Oct 2009
Location: USA
Posts: 21
franchcnc is on a distinguished road
Centurion file type info

If you create a conversational program there are two file types are created. The P0005 is the conversational format(used only for conversational editing) and a text format O0005 (used to run). You may only see one or the other on control menus depending on the mode you are in, but both files are written to the disk when saved.
To create a file offline it must start with an O and follow with 4 numbers
ex. O1234, with no file extension.
If you do not plan on using the conversational on the control there is a parameter that will allow you to see any file name/type. I would suggest if you are just learning the control it may be best to leave it the way it is.
Tweet this Post!Share on Facebook
Reply With Quote

  #5   Ban this user!
Old 10-25-2009, 02:34 PM
 
Join Date: Jul 2004
Location: USA
Age: 45
Posts: 92
LYN BYRD is on a distinguished road

you can set the control to use full dos filenames in params.
Tweet this Post!Share on Facebook
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 10-25-2009, 05:31 PM
 
Join Date: Jun 2009
Location: usa
Posts: 81
JimBoyce is on a distinguished road

Some (all?) machines are very specific about filenames and extensions.
My buddy's Haas will not read files with extensions, in fact the machine will refuse to acknowledge the files even exist. So try no extensions as franchcnc has pointed out.
Also make sure in windows explorer that the check box to see extensions is enabled (or is it hide extensions not checked) so you can see extensions.
Tweet this Post!Share on Facebook
Reply With Quote

  #7   Ban this user!
Old 10-25-2009, 08:14 PM
 
Join Date: Feb 2006
Location: Canada
Posts: 85
dresda is on a distinguished road

Thanks guys for the quick response.
Here is part of my program put on notepad saved as .Txt

O1234

N01 G90 G80 G40 G20 G17

N02 G00 G91 G28 Z0.
N03 G91 G28 X0. Y0.


N04 T01
N05 S1497 M03
N06 G90 G54 X-55.3174 Y70.0687
N07 G43 H01 Z2.54 M08
N08 G81 G98 X-55.3174 Y70.0687 Z-2.032 R2.54 F152.1287
N09 X49.3247 Y61.3101
N10 X75.6005 Y-8.7586
N11 X23.9709 Y-64.537
N12 X-91.2737 Y-24.4319
N13 G80
N14 Z2.54
N15 M09
N16 M05
N17 G00 G91 G28 Z0.
N18 M01

Ray.
Tweet this Post!Share on Facebook
Reply With Quote

  #8   Ban this user!
Old 10-26-2009, 11:48 AM
 
Join Date: Oct 2009
Location: USA
Posts: 21
franchcnc is on a distinguished road
Program name recognition

Do you plan on using the conversational programming? If you do I would leave the parameters set as they are and remove the .txt from the file name and it will be recognized by the control. It is just simpler to enter programs.
If you do not wish to use the conversational programming you can change the parameter "Full Dos File Names" to yes. This will allow the control to see any file name with or without an extension. The downfall is it takes away the controls ability to differentiate between text and conversational files. So when you have to enter a file name you must type in the the entire name and not just the number (ex. "O0001" versus "1" or "P0001" versus "1" for conversational).
To change the parameter go to Util-parms-setup, validation code=776863, access level 3. The "Full DOS File Names" is located under the Misc parameters.

I also noticed in your program you have values that appear to be metric(unless your machine has 150" of X travel), but there is G20 at the beginning of your program.

Good Luck!
Tweet this Post!Share on Facebook
Reply With Quote

  #9   Ban this user!
Old 10-26-2009, 05:24 PM
 
Join Date: Feb 2006
Location: Canada
Posts: 85
dresda is on a distinguished road

Thanks Franchcnc, I will try it when I get a chance.
Yes, you are right, I am in metric, and I didn't notice the G20.
This is the first program I have generated using Bobcad and it just spits all the codes out, I usually put them in by hand, the old school way.
Ray.
Tweet this Post!Share on Facebook
Reply With Quote

  #10   Ban this user!
Old 10-26-2009, 07:57 PM
 
Join Date: Feb 2006
Location: Canada
Posts: 85
dresda is on a distinguished road

This seems like a dumb question but, how do I save my program in notepad or wordpad with no extention, when I try to save it it gives me two options txt or al files.
Ray.
Tweet this Post!Share on Facebook
Reply With Quote

Sponsored Links
  #11   Ban this user!
Old 10-27-2009, 05:49 PM
 
Join Date: Jun 2009
Location: usa
Posts: 81
JimBoyce is on a distinguished road

The filename should have no extension, that is nothing after the required period (O1234.).
Then under "Save as type:" pick "All Files (*.*)"
This just worked under Vista.
Tweet this Post!Share on Facebook
Reply With Quote

  #12   Ban this user!
Old 10-27-2009, 08:01 PM
 
Join Date: Feb 2006
Location: Canada
Posts: 85
dresda is on a distinguished road

If I look at the properties of the files I took out of the milltronics and the file from the Bobcad editor they all say, Type of file = File, yet anthing I save on Notepad or wordpad always says text file even when I save as "all files".
I think if I go through the editor it will be fine.
I think I have made programs in notepad and sent to Fanuc with no problems, I guess it's the conversational thing with the milltronics.
Ray.
Tweet this Post!Share on Facebook
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
How Do I Load a Program? ranchak Bridgeport and Hardinge Mills 2 09-04-2009 02:48 PM
Problem- Can't load program to Fanuc 21i-m dpy Machine Problems, Solutions , Wireless DNC, serial port 10 04-09-2009 06:18 AM
Need Help!- Can not load a program via MDI steelhead9 Fanuc 4 01-22-2009 11:31 AM
New user, program won't load. l u k e OneCNC 8 11-30-2008 09:52 AM
Doesnt load all of the program? dafowfidy Mach Mill 3 08-06-2008 09:00 PM




All times are GMT -5. The time now is 05:15 AM.





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