Page 1 of 4 1234 LastLast
Results 1 to 12 of 38

Thread: Fanuc 6M model D !

  1. #1
    Registered
    Join Date
    Nov 2010
    Location
    KSA
    Posts
    17
    Downloads
    0
    Uploads
    0

    Thumbs up Fanuc 6M model D !

    Hi,

    I'm new in CNC world, my only experience is that I built a simple DIY router and controlled by MACH3 a year ago. that's it.
    Just started reading "CNC Programing Handbook".

    Now in front of me an old machine. system 6M model D.
    The main problem is there are NO MANUALS !!! (operator, maintenance, programing...etc) I don't even know how many of them!

    I'm temporarily using "FANUC OI-MC PARAMETER MANUAL" to get the alarm list, although some are not included.
    Wish if you could paste links about different types of Fanuc models and systems ^^" .

    First: Anybody has the manuals scanned in PDF? or any alternatives ?
    (P.S. : No Fanuc branch here)

    Also, I need to get the parameters, specifications and any other important data from the machine as a back-up in case of anything.

    Second: I didn't know how to program it to recognize tools offsets and Z, some G-codes are not recognized because the machine is too old.(No manuals ).

    Third: How can I connect it to a PC and download a G-coded program instead of writing it in [EDIT]?any hardware needed beside the PC?

    Found some good posts from users like "A the man", "fordav11" and many others.
    Many other questions in the way ^_^
    Sorry for my bad English, not my native.

    Thanx

    -FOX


  2. #2
    Registered fordav11's Avatar
    Join Date
    Aug 2011
    Location
    Fordaville
    Posts
    1,668
    Downloads
    0
    Uploads
    0
    The RS232 posts in this forum for Fanuc machines are fairly universal across the entire Fanuc range. So if you read a few of the RS232 transfer posts you will know more about what is required.
    you can connect the machine via a standard RS232 cable wired like this....
    Machinery RS232 communications settings for CNC controls including fanuc and mitsubishi
    when I say 'standard' I mean a standard CNC transfer cable like the one in the above link not a PC type serial cable.

    First you need to check the parameters and see what they are set to.
    Parameter 310 to 313 has the stop bits in bit4, baud rate in bits 0, 1, 2 and 3
    and bit5 tells it to use Xon/Xoff or not (handshaking)
    Parameter 340 sets the input device. Parameter 341 sets the output device.

    Because you are new your mind probably just blew up.... don't worry.
    Press PARAM button. Use page buttons to navigate to the above parameters.
    Type here what you have in parameter 310 to 313 and 340 and 341....

    i.e.
    310 to 313 might be something like 00001000 (Xon/Xoff, 1 stop bit, 2400 baud)
    340 and 341 should be 2 (I/O device 2.... which is the first RS232 device)


  3. #3
    Registered
    Join Date
    Nov 2010
    Location
    KSA
    Posts
    17
    Downloads
    0
    Uploads
    0
    Quote Originally Posted by fordav11 View Post
    The RS232 posts in this forum for Fanuc machines are fairly universal across the entire Fanuc range. So if you read a few of the RS232 transfer posts you will know more about what is required.
    you can connect the machine via a standard RS232 cable wired like this....
    Machinery RS232 communications settings for CNC controls including fanuc and mitsubishi
    when I say 'standard' I mean a standard CNC transfer cable like the one in the above link not a PC type serial cable.
    That was useful, thank you.
    A normal cable won't work as I can see.
    I intend to modify a cable, with an aid of a friend of mine.I'm a mech. eng. and he's an elec. one.
    Found good stuff but it's all about A and B models, nothing about D model.
    What are the differences between the models?
    Tomorrow I'll be there and I'll write the parameters.

    But still, I have to find solutions to for the other problems

    Thanx again

    -FOX


  4. #4
    Registered
    Join Date
    Apr 2009
    Location
    Canada
    Posts
    549
    Downloads
    0
    Uploads
    0
    Can you post the software version, as well as the motherboard part#?
    I have heard of A, B and C, but never a D model.


  • #5
    Registered fordav11's Avatar
    Join Date
    Aug 2011
    Location
    Fordaville
    Posts
    1,668
    Downloads
    0
    Uploads
    0
    the other problems are very easy to solve. first get your machine hooked up to a PC and the transfer working both ways send and receive.

    the difference between A, B and D (if it exists) is mostly in hardware technology. As far a operating and programming are concerned it's just a common Fanuc 6


  • #6
    Registered
    Join Date
    Nov 2010
    Location
    KSA
    Posts
    17
    Downloads
    0
    Uploads
    0
    Quote Originally Posted by memoryman View Post
    Can you post the software version, as well as the motherboard part#?
    I have heard of A, B and C, but never a D model.
    Well, I can upload a picture of the machine if you want to.

    Software version can be known just when I turn ON and read it from the screen, Am I right?

    How can I know a board is the motherboard you mean ?

    Thanks


  • #7
    Registered
    Join Date
    Apr 2009
    Location
    Canada
    Posts
    549
    Downloads
    0
    Uploads
    0
    Yes, the software version is displayed while the control powers up.
    The master/mother board # is usually at the top of the 18x12" board into which the other 6x12'" boards are plugged in. Ours is A20B-0008-0040, but others exist, such as A20B-0008-0410.


  • #8
    Registered
    Join Date
    Nov 2010
    Location
    KSA
    Posts
    17
    Downloads
    0
    Uploads
    0
    Quote Originally Posted by memoryman View Post
    Yes, the software version is displayed while the control powers up.
    The master/mother board # is usually at the top of the 18x12" board into which the other 6x12'" boards are plugged in. Ours is A20B-0008-0040, but others exist, such as A20B-0008-0410.
    Series 943
    Version 07

    Board #: A20B - 0008 - 041 "0/08D"



  • #9
    Registered
    Join Date
    Nov 2010
    Location
    KSA
    Posts
    17
    Downloads
    0
    Uploads
    0
    Quote Originally Posted by fordav11 View Post
    Type here what you have in parameter 310 to 313 and 340 and 341....

    i.e.
    310 to 313 might be something like 00001000 (Xon/Xoff, 1 stop bit, 2400 baud)
    340 and 341 should be 2 (I/O device 2.... which is the first RS232 device)
    310 00110010
    311 00111000
    312 00111000
    313 00111001

    340 2
    341 3



  • #10
    Registered fordav11's Avatar
    Join Date
    Aug 2011
    Location
    Fordaville
    Posts
    1,668
    Downloads
    0
    Uploads
    0
    Quote Originally Posted by F.O.X View Post
    310 00110010
    311 00111000
    312 00111000
    313 00111001

    340 2
    341 3
    it looks like you have two RS232 ports on your machine (?) because the input device and output device are different.

    at this stage you don't need to change any parameters but 341 should be 2 and 310 to 313 should be 00011000

    Please check your setting page and list here what you have for ....
    TV CHECK (should be 0)
    PUNCH CODE (should be set to ISO)
    INPUT DEVICE 1 (should be set to RMT)
    INPUT DEVICE 2 (should be set to RS232)

    The output device is listed on the 2nd page. The setting screen has at least 2 pages and many items listed. It may be easier to take a photo of the 2 screens and attach them here.

    Based on the parameters you have, your machine is set so it is not using Xon/Xoff.
    Stop bits is 2
    Baud rate is 2400

    make your cable, set the PC transfer software to even parity, 2 stop bits and 2400 baud then try to transfer a program both punch and read.
    Let us know the outcome of the test.
    Last edited by fordav11; 03-11-2012 at 01:02 AM.


  • #11
    Registered
    Join Date
    Nov 2010
    Location
    KSA
    Posts
    17
    Downloads
    0
    Uploads
    0
    Quote Originally Posted by fordav11 View Post
    it looks like you have two RS232 ports on your machine (?) because the input device and output device are different.


    make your cable, set the PC transfer software to even parity, 2 stop bits and 2400 baud then try to transfer a program both punch and read.
    Let us know the outcome of the test.
    ..OK I'm back

    There are two ports one is RS232 and the other I couldn't recognize ... well, look at the first attached picture.



    About the cable, I want to ask if the port may be modified by the first owner, because the sittings are already done and I took a look at the backside of the port and found some welded wires and I'm not sure if it was done by the company or the previous owner! 2nd attached pic.
    note that the blue wire is connecting three pins.

    * Sorry for the bad quality, cell phone camera.



    I found some useful documents like the one I attached in PDF.
    This is the sittings in it and they are identical without changing :
    TV CHECK = 0
    PUNCH CODE = 1
    INPUT DEVICE 1 = 1
    INPUT DEVICE 2 = 1

    Forgot to take pictures of the sittings, I only got the parameters, tomorrow I'll get it.
    About the PC transfer software, any recommended software?

    P.S: the upload system isn't working so I used a host website.
    Many thanks


  • #12
    Registered fordav11's Avatar
    Join Date
    Aug 2011
    Location
    Fordaville
    Posts
    1,668
    Downloads
    0
    Uploads
    0
    for now assume the wiring is ok and don't mess with it.
    for cnc transfer software there are many. but for now use this free program....
    CAD CAM CNC software solutions by OneCNC CAD/CAM


  • Page 1 of 4 1234 LastLast

    Similar Threads

    1. Need Help!- Fanuc 3M-model C
      By vavco in forum Fanuc
      Replies: 11
      Last Post: 04-22-2013, 02:38 AM
    2. Need Help!- Fanuc 6M Model B
      By Jimrps in forum Fanuc
      Replies: 3
      Last Post: 02-22-2011, 08:35 PM
    3. Need Help!- fanuc 0M MODEL B
      By zavateandu in forum Fanuc
      Replies: 1
      Last Post: 02-19-2010, 10:59 AM
    4. fanuc ot model c
      By bryanh in forum Fanuc
      Replies: 1
      Last Post: 02-19-2010, 08:38 AM
    5. fanuc 31i - model A5
      By anilam in forum Fanuc
      Replies: 16
      Last Post: 02-15-2010, 08:22 AM

    Tags for this Thread

    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.