584,833 active members*
5,579 visitors online*
Register for free
Login

Search:

Type: Posts; User: drdos

Page 1 of 17 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    484

    Re: Fanucu parameter for changing rapid speed

    0393 bit 5 STOVO
    1: Feedrate override 0% stops rapid traverse
    0: Feedrate override 0% does not influence rapid traverse
  2. Replies
    4
    Views
    1,000

    Re: last turret position Fanuc

    This can be done easily in the ladder. It is possible by modifying the ladder to only rotate the turret in one direction Can you post the ladder?
  3. Thread: 0T control input

    by drdos
    Replies
    5
    Views
    434

    Re: 0T control input

    0038#3
    FLKY With the CRT or MDI, a standard keypad is used/full keypad is used.
  4. Replies
    1
    Views
    416

    Re: torque control feature power motion i-A

    The function manual for your control explains it. This is a PMC axis feature.
  5. Replies
    5
    Views
    643

    Re: Slant JR Axis Stuck from Overtravel

    Maybe switch not working
  6. Replies
    5
    Views
    643

    Re: Slant JR Axis Stuck from Overtravel

    Which controller? You may have also tripped the soft over travel as well. Power down and power back up hold both the CAN and P keys.Once you get to normal screens you can let go. Now use the OT...
  7. Re: Fanuc #2005#1 Feed Foward Question / Probing

    In a nutshell, #1107 and #1106 are F addresses in the PMC ladder logic. Your M-codes (M22/M23) and (M23/M24) are probably doing the same thing as setting #1106 & #1107 to =1 for on and =0 for off....
  8. Re: Colchester Storm A90 Jog mode stops spindle.

    Post your ladder file
  9. Replies
    4
    Views
    639

    Re: fanuc rb2 or rb3 ladder convert

    I am able to open it using FAPT1 (A08B-9201-J502#EN). The version of PMC Type is RB2. Fanuc Ladder III doesn't support this PMC Type.
  10. Re: Editing the pmc program of the center device with fanuc 18mc controller

    Can you post your ladder? I assume that if the spindle speed is less than commanded speed that we want to stop the machining with an alarm. In case of a broken belt. I posted the Fanuc manual for the...
  11. Replies
    1
    Views
    984

    Re: Fanuc 15m enters single block mid program

    Next time that it happens check in the ladder G4.3 (W-Search) and see what conditions bring this coil on. This is the "Single Block" address. When this turns on it puts you into single block mode.
  12. Replies
    3
    Views
    985

    Re: Fanuc 18i-TB Operator Door Interlock Bypass

    Can you post the ladder file?
  13. Replies
    4
    Views
    993

    Re: How to enable Remote / DNC mode?

    Try calling the program from the main memory. Have your program on your card (O1234 for an example). In memory mode run a program which calls the program on the card as a sub program. To do this you...
  14. Re: Can fanuc overwrite programs without deleting them? Fanuc series oi-model F

    You have two choices with Fanuc, one overwrite the program or alarm out if program number already exists. If you want to simply overwrite that program number with the new one try setting 3201#2 REP ...
  15. Re: 416 SERVO ALARM : AXIS DISCONNECT alarm on axis movement

    As far as a reasonable value for 2064 goes, it varies from Fanuc manual to Fanuc manual. I have customer's tell me that a loose ball nut caused their issue while another customer found a loose scale...
  16. Replies
    13
    Views
    1,105

    Re: M-code To Perform Series of Operations

    Can you post your ladder?
  17. Replies
    13
    Views
    1,105

    Re: M-code To Perform Series of Operations

    I can see how you can shave some time off by allowing the part catcher to advance while blow off is happening. Have you tried of parameter No.3404.

    When bit 7 (M3B) of parameter No.3404 is set to...
  18. Re: 416 SERVO ALARM : AXIS DISCONNECT alarm on axis movement

    Set parameter 2003 bit 1. Uses the parameter for the soft disconnection alarm detection level.

    Set parameter 2064 Soft disconnection alarm level... Fanuc presets this to 4. It's not looked at...
  19. Replies
    8
    Views
    2,562

    Re: Alarm 003 to many digits on Hardinge with 18-T

    Actually you don't have to have a line number on every line. It's only required when you jump to a particular line number, otherwise they do nothing. Some programmers use them only at tool numbers so...
  20. Replies
    3
    Views
    581

    Re: Fanuc 21-T dead rs232 comms

    Because pin 2 is send data and pin 3 is receive data. You were trying to send to a "send" signal.
  21. Replies
    14
    Views
    886

    Re: Parameter problem

    Make sure 8000 and 8010 all all 1's (11111111). Now when you load in the parameter file the option bits will populate as well.
  22. Thread: SRAM

    by drdos
    Replies
    3
    Views
    507

    Re: SRAM

    You are basically screwed. 18i-LNB is a LINE Transfer Control which plays by different rules. You will have to replace the hardware (Main board) with a standard 18iMB (18iTB in case of a lathe). You...
  23. Replies
    1
    Views
    729

    Re: ER97 OI LINK FAILURE CH.1 GROUP 01

    Out of the control the I/O link cable feeds Group 0, the second place it goes is Group 1. This is the I/O that's reporting bad. Make sure that you have 24VDC feeding it. If you can remove all I/O...
  24. Re: Cant manually create a new program in FANUC O-M controller

    Usually it's a EDIT protect Key switch. May be under the software operator's panel
  25. Replies
    1
    Views
    392

    Re: Reference return axis order

    That is handled in the ladder. If you can post your ladder we can see if the MTB put any provisions for changing the order of referencing.
  26. Replies
    5
    Views
    435

    Re: AUTO mode button in screen not working

    If you can post the ladder file I can tell you why RMT pops up instead of AUTO. Otherwise we are just guessing.
  27. Replies
    5
    Views
    435

    Re: AUTO mode button in screen not working

    What are the odds that you can post your ladder file?
  28. Replies
    3
    Views
    671

    Re: Fanuc 31i Ladder Help

    You did good
  29. Replies
    4
    Views
    659

    Re: Tool life management and Wear Offset reset

    This is doable. However it's going to take a ladder modification to get it working. I would use the Fanuc Window Read in the PMC and set the #1000 macro variable.
  30. Re: Fanuc 21i-T 1001 Spindle Alarm in a Colchester Tornado A50 Lathe

    This alarm is being driven from the PMC ladder. You will have to see which A coil is active and search that coil in the ladder to find out why.
Results 1 to 30 of 500
Page 1 of 17 1 2 3 4