587,793 active members*
3,901 visitors online*
Register for free
Login
Results 1 to 15 of 15
  1. #1
    Join Date
    Oct 2006
    Posts
    11

    Fanuc 3t alarm 087

    hi,

    I set my dnc software to receive with 2400 baud, 2 stop-bits, 7 data bits, EVEN parity and it works good, but when i try to input any program with the same definitions the machine gives me the alarm 087, can someone help me?
    The parameters of my machine are 0005:00000001 and 068: 2400.

    best regards

  2. #2
    Join Date
    Dec 2003
    Posts
    24220
    I Believe that is RS232 signal DR signal incorrect, are you using a three wire cable with the handshake jumpered out? If not, try that.
    Go to the Cadem.com site for the cable and parameters.
    Al.
    CNC, Mechatronics Integration and Custom Machine Design

    “Logic will get you from A to B. Imagination will take you everywhere.”
    Albert E.

  3. #3
    Join Date
    Nov 2006
    Posts
    15
    Quote Originally Posted by booster05 View Post
    hi,

    I set my dnc software to receive with 2400 baud, 2 stop-bits, 7 data bits, EVEN parity and it works good, but when i try to input any program with the same definitions the machine gives me the alarm 087, can someone help me?
    The parameters of my machine are 0005:00000001 and 068: 2400.

    best regards

    087 alarm = When entering in the memory by using RS232 interface, though the read terminate command is specified, input is not interrupted after 10 characters read.

    Hope someone here can help you understand what that means.

    Maybe you ro somebody can help me. I don't know how to send info in to or out of my 3T to a PC

    I tried, and erased all the programs that I had manually entered. Looking forward to reloading them from what I saved when creating on the PC.

  4. #4
    Join Date
    Dec 2003
    Posts
    24220
    Are you set up on your PC for XON/XOFF, software handshake?
    Al.
    CNC, Mechatronics Integration and Custom Machine Design

    “Logic will get you from A to B. Imagination will take you everywhere.”
    Albert E.

  5. #5
    Join Date
    Sep 2005
    Posts
    767
    Your DNC software isn't responding to the Xoff handshake fast enough. The 087 alarm means that the Fanuc filled up its buffer, then sent the Xoff to your PC, but the PC kept sending data and overflowed the Fanuc buffer.

    If your DNC software is set to handshake with Xon/Xoff, then try this trick: (this is for Windows XP, so other versions of Windows may be different)

    Right-click on "My computer"
    Click "Manage"
    Click "Device Manager"
    Double-click on "Ports (COM and LPT)" to reveal the list of ports
    Right-click on the COM port you are using
    Click "Properties"
    Click "Settings"
    Click "Advanced"

    Set the "Transmit buffer" slider control all the way to the LEFT (lowest setting)

    Click OK until all menus are closed.
    Open your DNC software again and give it a try.

  6. #6
    Join Date
    Nov 2006
    Posts
    15
    Quote Originally Posted by Al_The_Man View Post
    Are you set up on your PC for XON/XOFF, software handshake?
    Al.
    Hi Al
    Yes the PC is set for XON/XOFF

    I have a program that I really like. From dnc4u.com. It has a wizard that will analyze output from a machine and store it. I used it to be able to talk to an old Anilam control on a mill, worked like a charm, after 2 techs tried, with other programs, for 2 days without sucess.

    This is the first time that I am attempting to connect a PC to this Fanuc 3T on a Wasino lathe. I have owned the machine for several years and have always just used the machine keyboard to manually enter programs. In the parameters I have set the I/O function to ON and selected the RS232 com port on the control.

    Now I just need to know how to tell the control to send info to the PC.

    Appdreciate your response, I didn't think I would see anything here for a day or two.

    Ashby

  7. #7
    Join Date
    Sep 2005
    Posts
    767
    Try our PC-DNC Editor. You can download it from our website at:

    http://www.sub-soft.com/download/Edi...itor_3.4.0.exe

    The operator's manual is also downloadable from:

    http://www.sub-soft.com/download/Edi...tor_manual.pdf

    In the PC-DNC Editor, go to the I/O menu, click "Configure IO device", then set 2400 baud, 7 data bits, 2 stop-bits, Xon/Xoff handshaking, ASCII even parity, LF as an End-of-block.

    On the "Advanced" page, be sure the checkbox marked "Handshake using device driver" is checked. If your programs have percent signs (%) at the beginning and end, leave the "Leader" and "Trailer" boxes blank. If your programs DONT have percent signs, put "LF" in the Leader box and "%" in the Trailer box. Click "OK" to exit the Advanced page, then click "APPLY" to save your changes.

    To send a file, open it with the File/Open menu, then click the "DNC" button, or click "I/O", then "Send File". At the prompt, select "Wait for Xon", then go to your Fanuc control, put it into EDIT mode, turn OFF the memory protect key switch, then press INPUT to read the program.

  8. #8
    Join Date
    Nov 2006
    Posts
    15
    OK, now I have tweaked the buffer setting, set software to wait for XON.

    Now I get 086 alarm, "I/O or DR turned off". I have turned I/O on (it was set to off). I have read thru all the parameters listed in my manual and don't see where to turn DR on.


  9. #9
    Join Date
    Sep 2005
    Posts
    767
    The I/O bit should be zero ( 0 ). That bit is not the reason for your 086 alarm. Here are the parameters for 2400 baud 2 stop-bits:

    First parameter page:
    TVON = 0
    ISO = 1
    I/O = 0

    parameter 005 1 x x x x 0 x 1
    parameter 068 2400

    The bits marked "x" in parameter 005 are used for something else. Do not change these bits. The bit on the far right is for stop-bits (a "1" is for 2 stop-bits, and a "0" is for 1 stop-bit)

    Parameter 068 can be set to any legal baudrate between 50 and 9600. I recommend 2400 or 4800 for this control.

    The baudrate setting and the stop-bits setting must match your DNC software.

    The DR (Data Set Ready) signal is on pin #6 of your Fanuc's serial port. The Fanuc wants to see a "High" or positive voltage signal on this pin. It also wants to see a positive voltage on pin #8. We always put a jumper on the Fanuc end of the serial cable between pins 6, 8, and 20. Pin 20 is an output from the Fanuc, which will hold both pins 6 and 8 high.

    Here's the cable I recommend for the Fanuc 3

    Fanuc 25-pin side ------- PC 9-pin side
    pin 2 ---------------------- pin 2
    pin 3 ---------------------- pin 3
    pin 5 ---------------------- pin 7
    pin 7 ---------------------- pin 5
    pin 6 ----
    pin 8 ---- <-- jumper these 3 pins together
    pin 20 ---

  10. #10
    Join Date
    Nov 2006
    Posts
    15
    Apparently the DR off means the control is not seeing anything from the PC.
    I get the same alarm with the null modem cable attached or not attached.

    I tested the cable on another control and it works. So data is getting to the port and no further. Either the control doesn't have the optional communication capability or the capability is borked. Since the RS232 port is on the control I'm probably having a problem on one of the PC boards.

    We will see what Fanuc has to say tomorrow.

  11. #11
    Join Date
    Nov 2006
    Posts
    15
    Dan

    Thanks

    I can change parameters on the 1st page, but not on next pages.
    0005 is set to 00000001
    0069 = 1200 PC is set to 1200 & 2 stop bits.

    That cable is way different than what I put together.
    The diagram I used is for Null modem cable, without handshake.

    It looks like this.

    25 pin----------9pin
    pin 2----------pin 3
    pin 3----------pin 2
    pin 4
    pin 5 <----------------4 & 5 jumpered
    pin 7----------pin 5
    --------------pin 1
    --------------pin 4 <------- 1,4,6 jumpered
    --------------pin 6
    --------------pin 7
    --------------pin 8 <------- 7,8 jumpered
    pin 6
    pin 8 <---------------6,8,20 jumpered
    pin 20

    I'll put one together from your diagram. When I do, pins 7 & 8 on the 9 pin will still be jumpered, OK?

    Hopefully I can get it right & not be calling Fanuc.

    I posted #10 before I saw your #9

  12. #12
    Join Date
    Sep 2005
    Posts
    767
    Your cable shows pin 2 on the Fanuc tied to pin 3 on the PC and pin 3 on the Fanuc tied to pin 2 on the PC. This is backwards.

    The Fanuc uses pin 2 to transmit data, which must be tied to the receive pin (pin 2) on the 9-pin PC plug.

    The PC sends data on pin 3 of the 9-pin plug, which must go to pin 3 (receive) on the Fanuc.

    Pin 7 on the Fanuc is signal ground, which is tied to pin 5 on the PC.

    Pin 4 on the PC is the Data Terminal Ready output. Jumpering this pin to pins 1 (CD) and pin 6 (DR) is the equivalent to jumpering out 6-8-20 on the Fanuc side. Usually though, the DNC software will not require this. There's no harm having these 3 pins jumpered.

    You also show pins 4 & 5 jumpered together on the Fanuc side. This is OK, but it defeats the hardware handshake when the Fanuc is sending. Normally, I like to wire the cable so if the PC is not ready, the Fanuc CAN'T send any data. With your 4-5 jumper, your Fanuc will be able to send data even if the PC isn't ready.

    Besides the pins 2 & 3 issue, I see nothing else about your cable that would prevent it from working. As you can probably tell, there are about 10 different cable configurations that will work, but some are better than others.

    Let's suppose for a moment that the pin 20 (DTR) output on your Fanuc is blown. That would mean that your 6-8-20 jumper would not defeat the 086 alarm, but this cable configuration would - because it uses pin 4 on the PC side to hold pins 6 & 8 high on the Fanuc:

    25-pin Fanuc ------ 9-pin PC
    pin 2 -------------- pin 2
    pin 3 -------------- pin 3
    pin 5 -------------- pin 7
    pin 7 -------------- pin 5
    pins 6 & 8 --------- pin 4

    (no 6-8-20 jumper needed on this cable)

  13. #13
    Join Date
    Nov 2006
    Posts
    15
    THANK YOU Dan.

    That cable did the trick.

    Ashby

  14. #14
    Join Date
    Sep 2014
    Posts
    4

    Re: Fanuc 3t alarm 087

    hello to everyone please help me
    i m lost my cnc perameter
    modal no. ts 20 cnc lathe 3t-f system
    fanuc control takisawa japan
    please help me my machine is off
    from last 30 days

  15. #15
    Join Date
    Dec 2012
    Posts
    395

    Re: Fanuc 3t alarm 087

    Hi,

    Check or contact the next link, he has also a Takisawa with Fanuc 3T but don't know which model.

    Regards,
    Heavy_Metal.


    http://www.cnczone.com/forums/genera...-fanuc-3t.html

    Current Diagnostic Perimeters

    0 01011000
    1 00000000
    2 00001010
    3 00000000
    4 11010100
    5 00000000
    6 10100000
    7 00000000
    8 00000000
    9 00000000
    10 00000000
    11 00000000
    12 00000000
    13 00000000
    14 00000000
    15 00000000
    16 00000000
    17 10100000
    18 00100000
    19 00001000
    20 11000000
    21 00010101
    22 01000000
    23 00000000
    24 11111111
    25 11111111
    26 00000000
    27 00000111
    28 01110111
    29 00000001


    160 00010000
    162 00010000
    164 00011010
    166 01001000
    168 00001000
    170 00001000
    172 00010000
    208 00000010
    209 00101000
    210 00010100
    211 00001010
    212 01000000
    213 00000110
    214 00001010
    215 00011110
    216 00000010
    217 01000000
    218 00000011
    220 00001010
    221 00001010
    223 00000001

Similar Threads

  1. Replies: 2
    Last Post: 11-24-2018, 09:15 PM
  2. Replies: 2
    Last Post: 09-10-2018, 09:21 PM
  3. Fanuc 6T-B alarm 402:servo Alarm
    By leiryll in forum Fanuc
    Replies: 11
    Last Post: 12-03-2013, 08:52 AM
  4. Replies: 0
    Last Post: 08-12-2013, 09:12 AM
  5. Replies: 6
    Last Post: 03-13-2013, 03:32 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •