Page 1 of 2 12 LastLast
Results 1 to 12 of 17

Thread: Can't load program from floppy

  1. #1
    Registered
    Join Date
    Feb 2006
    Location
    Canada
    Posts
    88
    Downloads
    0
    Uploads
    0

    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.


  2. #2
    Registered
    Join Date
    Jun 2009
    Location
    usa
    Posts
    130
    Downloads
    0
    Uploads
    0
    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.


  3. #3
    Registered
    Join Date
    Feb 2006
    Location
    Canada
    Posts
    88
    Downloads
    0
    Uploads
    0
    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)


  4. #4
    Registered
    Join Date
    Oct 2009
    Location
    USA
    Posts
    27
    Downloads
    0
    Uploads
    0

    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.


  • #5
    Registered
    Join Date
    Jul 2004
    Location
    USA
    Posts
    96
    Downloads
    0
    Uploads
    0
    you can set the control to use full dos filenames in params.


  • #6
    Registered
    Join Date
    Jun 2009
    Location
    usa
    Posts
    130
    Downloads
    0
    Uploads
    0
    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.


  • #7
    Registered
    Join Date
    Feb 2006
    Location
    Canada
    Posts
    88
    Downloads
    0
    Uploads
    0
    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.


  • #8
    Registered
    Join Date
    Oct 2009
    Location
    USA
    Posts
    27
    Downloads
    0
    Uploads
    0

    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!


  • #9
    Registered
    Join Date
    Feb 2006
    Location
    Canada
    Posts
    88
    Downloads
    0
    Uploads
    0
    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.


  • #10
    Registered
    Join Date
    Feb 2006
    Location
    Canada
    Posts
    88
    Downloads
    0
    Uploads
    0
    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.


  • #11
    Registered
    Join Date
    Jun 2009
    Location
    usa
    Posts
    130
    Downloads
    0
    Uploads
    0
    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.


  • #12
    Registered
    Join Date
    Feb 2006
    Location
    Canada
    Posts
    88
    Downloads
    0
    Uploads
    0
    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.


  • Page 1 of 2 12 LastLast

    Similar Threads

    1. How Do I Load a Program?
      By ranchak in forum Bridgeport and Hardinge Mills
      Replies: 2
      Last Post: 09-04-2009, 02:48 PM
    2. Problem- Can't load program to Fanuc 21i-m
      By dpy in forum Machine Problems, Solutions , Wireless DNC, serial port
      Replies: 10
      Last Post: 04-09-2009, 06:18 AM
    3. Need Help!- Can not load a program via MDI
      By steelhead9 in forum Fanuc
      Replies: 4
      Last Post: 01-22-2009, 11:31 AM
    4. New user, program won't load.
      By l u k e in forum OneCNC
      Replies: 8
      Last Post: 11-30-2008, 09:52 AM
    5. Doesnt load all of the program?
      By dafowfidy in forum Mach Mill
      Replies: 3
      Last Post: 08-06-2008, 09:00 PM

    Posting Permissions


     


    About CNCzone.com

      We are the largest and most active discussion forum from DIY CNC Machines to the Cad/Cam software to run them. The site is 100% free to join and use, so join today!

    Follow us on

    Facebook Dribbble RSS Feed


    Search Engine Friendly URLs by vBSEO ©2011, Crawlability, Inc.