585,753 active members*
4,210 visitors online*
Register for free
Login
Results 1 to 7 of 7
  1. #1
    Join Date
    Jul 2007
    Posts
    7

    Victor 4 Fanuc 10M

    Goodday Guys


    We have a Victor Mill
    S/N: NK-1217
    Year: 1986
    System: 10M-A

    South Africa

    We recently had a memory corruption and our technician reloaded the control using the IPL menu and hard copy ( Printed Sheet ) of option parameters , data , keeprelays , counters , timers and parameters.

    We however are having problems running programs , the program just stops after 3 lines , there are no alarms.

    We are missing the macro programs and think that this may be a issue.

    We are not using the tool changer so we don’t think that the macro for tool change is the issue , are there any other macro programs that are needed?

    Here is the start of the program. The spindle starts up fine and the Z axis moves to its start position and then just waits.

    O0002 G28 G91 Z0.0
    G28 X0.0 Y0.0
    G0 G90 G54 X15.0 Y65.2 S2000 M3
    G43 Z100.0 H01 M8 ( The Program Stops Here Before The Z Axis Moves The 5mm )
    Z5.0
    Z2.0
    G1 Z-0.3 F1000.0

    We hope that you can assist.

    We also don’t know how accurate the parameters are from the printed sheet. We have a backup of the control parameters from when the machine was running.
    But not the Options or Data (eg. Timers Counters ) these are only from the printed pages.

    Thank You In Advance

  2. #2
    Join Date
    Dec 2009
    Posts
    952

    Re: Victor 4 Fanuc 10M

    i do not see any T command for a tool
    you do not call any tool?
    try to put T01 M6 before like this

    O0002 G28 G91 Z0.0
    G28 X0.0 Y0.0
    T01 M6
    G0 G90 G54 X15.0 Y65.2 S2000 M3
    G43 Z100.0 H01 M8 ( The Program Stops Here Before The Z Axis Moves The 5mm )
    Z5.0
    Z2.0
    G1 Z-0.3 F1000.0

  3. #3
    Join Date
    Feb 2013
    Posts
    151

    Re: Victor 4 Fanuc 10M

    You don't actually need to load a tool. I run single tool projects all the time by manually loading the tool and omitting the Tool call T01 and change M6 from the program - I do use the G43 Zxxxxx Hxx offset line of code. Can you manually start/stop the coolant? Try deleting the M8 code or moving it onto its own line:

    O0002 G28 G91 Z0.0
    G28 X0.0 Y0.0
    G0 G90 G54 X15.0 Y65.2 S2000 M3
    G43 Z100.0 H01
    Z5.0
    Z2.0
    M8
    G1 Z-0.3 F1000.0

    Moving the M8 down a line or 2 would also allow you to see if the mill will continue moving before it gets to the m code.

    The other option is to remove the tool/work piece and then deleting the H01 tool offset call (you may need to play around with your work zeros to avoid a crash or overtravel).

    Charles

  4. #4
    Join Date
    Jul 2007
    Posts
    7

    Re: Victor 4 Fanuc 10M

    Thank You For The Reply Guys.

    I Will Try To Remove The M8 Command And Report Back

    The Time Difference Between Us Will Just make It Difficult.

    Thank You

  5. #5
    Join Date
    Jul 2007
    Posts
    7

    Re: Victor 4 Fanuc 10M

    cjfisher You Are A Absolute Champ

    We removes the M8 code and the program ran perfect.

    I have not had time to fault find why it does`t work , have been running around with breakdowns.

    The thing is before the memory loss the M8 code worked fine.

    Thank you for your help I would never have thought to look at the M8 code.

    :banana:

  6. #6
    Join Date
    Feb 2013
    Posts
    151

    Re: Victor 4 Fanuc 10M

    Welcome.. Champ!?.. I don't know about that. Can you turn the coolant on and off manually? I'm out on a limb here (and I mean really!) but I'm guessing that the machine is/may be waiting for a signal from the coolant control relay that it has closed. You might look at the machines electrical diagram and the ladder logic to find the output for the coolant pump. You should also look for a low voltage signal return to the plc to indicate that the pump is running. That gives me another idea - check to see if there is a tripped motor protection block on the coolant pump relay.

    Charles

  7. #7
    Join Date
    Jun 2018
    Posts
    4

    Re: Victor 4 Fanuc 10M

    Hello vleismmam, do you have the macro tool changer? Can you share me please My email is [email protected]

Similar Threads

  1. Victor V center-4 Fanuc 10M Help!
    By vladimir1409 in forum Fanuc
    Replies: 26
    Last Post: 02-10-2016, 12:27 PM
  2. Victor 4 Fanuc 10M
    By vleisman in forum Fanuc
    Replies: 0
    Last Post: 05-13-2015, 08:09 AM
  3. fanuc 10m on a victor v center 4
    By skippyfix in forum Fanuc
    Replies: 14
    Last Post: 12-03-2012, 08:53 AM
  4. Fanuc 10T on Victor lathe
    By Chais82 in forum MetalWork Discussion
    Replies: 19
    Last Post: 10-23-2012, 02:26 AM
  5. Victor VMC fanuc 10M
    By Dheimification in forum DNC Problems and Solutions
    Replies: 3
    Last Post: 11-14-2011, 09:35 AM

Tags for this Thread

Posting Permissions

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