Results 1 to 9 of 9

Thread: Using RS232 on a fanuc 10m

  1. #1
    Registered
    Join Date
    Jul 2011
    Location
    usa
    Posts
    3
    Downloads
    0
    Uploads
    0

    Question Using RS232 on a fanuc 10m

    Hi, I have a kitamura mycenter0 (1985) with a fanuc 10m with a tape drive and rs232. I want to drip feed or do direct downloads/uploads of codes from my computer. I have a cable with the correct pins, I just have no idea on where to start when it comes to telling the machine what to do to talk to my computer.

    Thanks in advance


  2. #2
    Registered
    Join Date
    Sep 2010
    Location
    Australia
    Posts
    987
    Downloads
    0
    Uploads
    0
    Quote Originally Posted by davidrvalencia View Post
    Hi, I have a kitamura mycenter0 (1985) with a fanuc 10m with a tape drive and rs232. I want to drip feed or do direct downloads/uploads of codes from my computer. I have a cable with the correct pins, I just have no idea on where to start when it comes to telling the machine what to do to talk to my computer.

    Thanks in advance
    Are you able to transfer programs to the machine from your PC? If so, DNC is achieved with this control by using TAPE mode selected via the mode selection switch. Then its PC software specific whether the same Send function is used to DNC as used for normal transfer of program to machine, or if there is a separite DNC mode to use.

    In the majority of good DNC software, you can set the PC ready to send and waite for the machine to initiate the process. Then with the machine in TAPE mode, cycle starts is pressed to begin.

    All functions such as single block, feed hold, block delete, etc. all work as per normal as if running the machine form a program held in memory. About the only limitation is if SUb programs are being used; these have to be stored in the machine's memory, but will be called by commands executed from the DNC stream.

    If you don't already have communication established between the machine and PC, then you will have to check and make sure that the following parameters are set correctly as indicated:

    #0000
    Bit 0 = 0
    Bit 1 = 1
    bit 2 = 0
    Bit 3 = 1
    bit 4 = 0
    #0020 = 1
    #0021 = 1
    #0022 = 1
    #0023 = 1
    #5001 = 3
    #5110 = 3
    #5111 = 2
    #5112 = Baud Rate (10 = 4800) Starting point

    The PC software settings will be:
    Handshake Method = Xon Xoff (software handshaking)
    Data Bits = 7
    Stop Bits = 2
    Parity Bits = Even
    Baud Rate = 4800, or whatever the machine is set to.

    Just to make sure your cable is correct, the following pin out should be used:

    Regards, Bill

    Machine Side----------------------------------------PC Side
    DB25 Male Connector--------------------DB9 Female--------DB25 Female
    1-----------Shield---------------------Not Connected----Not Connected
    2-----------------------------------------2------------------3
    3-----------------------------------------3------------------2
    4
    | Bridged
    5

    6
    |
    8 All Bridged
    |
    20

    7----------------------------------------5------------------7
    Last edited by angelw; 07-31-2011 at 08:52 AM.


  3. #3
    Registered
    Join Date
    Apr 2009
    Location
    Canada
    Posts
    549
    Downloads
    0
    Uploads
    0
    My information is that earlier FS10 controls did not all have a TAPE mode; if so, the ladder (if present) may have to be modified or the TAPE mode input hard wired.


  4. #4
    Registered DouglasR's Avatar
    Join Date
    Jul 2005
    Location
    USA
    Posts
    159
    Downloads
    0
    Uploads
    0
    Quote Originally Posted by memoryman View Post
    My information is that earlier FS10 controls did not all have a TAPE mode; if so, the ladder (if present) may have to be modified or the TAPE mode input hard wired.
    You are most correct. Most of the System 10's did not have a "TAPE" mode on the mode selector, but the System 11 and 12 did. Usually Fanuc would've had to install a DNC type function in the field. Some DNC companies could do this as well.


  • #5
    Registered
    Join Date
    Jul 2011
    Location
    usa
    Posts
    3
    Downloads
    0
    Uploads
    0
    Thanks for your replies, I just got back in town so I havnt had time to work on the machine, I am working on it now and I checked the wire and parameters and they are all right. The mill has a rs232 25 pin plug on the door next to the tape reader so im assuming it is for DNC, and that is what I am using.

    I do not have a TAPE mode, i simply have a switch by the tape drive saying "Tape Reader / Ext System"
    What mode should the machine be in to receive the data? Memory, MDI, Edit? Also I am using NCnet Lite as the DNC software.


    I have heard from other sources also that hardwiring it into the tape drive could help, if this was require how would I do that?
    Last edited by davidrvalencia; 08-13-2011 at 03:58 PM.


  • #6
    Registered
    Join Date
    Oct 2007
    Location
    Malaysia
    Posts
    28
    Downloads
    0
    Uploads
    0
    Sir,

    It seems you have a great knowledge on DNC. I'm new in CNC programming and very thankful and fortunate to see so many good people here.

    I tried using DNC (Cimco Edit v5) once and worked fine. But my problem is , it always stop when the sending is complete. It's okay if i machine only 1 part, but big problem if I want to machine let say 100 parts. In this situation , I need to open a file and send it over and over again.

    Perhaps I set it wrong or maybe the software is not suitable.

    I hope you can help me with this.

    Thanks in advance.


    David Saimi Sulong
    Johore,
    Malaysia


  • #7
    Registered
    Join Date
    Sep 2010
    Location
    Australia
    Posts
    987
    Downloads
    0
    Uploads
    0
    Quote Originally Posted by mrsammy View Post
    Sir,

    It seems you have a great knowledge on DNC. I'm new in CNC programming and very thankful and fortunate to see so many good people here.

    I tried using DNC (Cimco Edit v5) once and worked fine. But my problem is , it always stop when the sending is complete. It's okay if i machine only 1 part, but big problem if I want to machine let say 100 parts. In this situation , I need to open a file and send it over and over again.

    Perhaps I set it wrong or maybe the software is not suitable.

    I hope you can help me with this.

    Thanks in advance.


    David Saimi Sulong
    Johore,
    Malaysia
    Hi David,

    I’m not familiar with the software you have, but the issue of sending only once is definitely a function of the software. I’ve authored my own Editor/Comms application and I have a separate menu function for uploading the program to the control’s memory and for controlling the machine via DNC. The same software routine is used, but the file is handled differently depending on whether the Send, or DNC function is selected. Accordingly, check all the available setting of the software to see if there is a setting particularly for DNC application.


    Regards,

    Bill


  • #8
    Registered
    Join Date
    Oct 2007
    Location
    Malaysia
    Posts
    28
    Downloads
    0
    Uploads
    0
    Bill,

    Thanks for your prompt reply sir.

    Warmest regards,

    David Saimi Sulong


  • #9
    Registered
    Join Date
    Aug 2004
    Location
    Canada
    Posts
    197
    Downloads
    0
    Uploads
    0

    Fanuc 10m Tape mode

    I also have a Fanuc 10M with no tape mode on the control, but it looks to me that there was a RS-232 port added over the tape reader after this machine was built. I use this added port to send and receive programs to memory currently. Could it be possible to DNC (drip feed) this control larger programs without a tape mode on the control?
    I have added afew pic's, could someone please take alook and help out with the set up of DNC for this control.


















  • Similar Threads

    1. Fanuc 6m RS232 help
      By jackdbellaire in forum Fanuc
      Replies: 17
      Last Post: 12-04-2010, 08:42 AM
    2. fanuc 0t rs232
      By rvila in forum Fanuc
      Replies: 1
      Last Post: 04-02-2010, 01:02 PM
    3. Fanuc 11M RS232
      By 9566317 in forum Fanuc
      Replies: 16
      Last Post: 02-22-2010, 01:34 AM
    4. Need Help!- Rs232 to Fanuc 6TA
      By yumuri in forum Fanuc
      Replies: 1
      Last Post: 01-17-2010, 10:00 AM
    5. Need Help!- Fanuc 31i-A , RS232, DNC
      By padobranac in forum Fanuc
      Replies: 1
      Last Post: 01-25-2009, 10:52 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.