585,727 active members*
3,940 visitors online*
Register for free
Login

Search:

Type: Posts; User: ProToZyKo

Page 1 of 6 1 2 3 4

Search: Search took 0.01 seconds.

  1. Re: enabling costum macro b on a fanuc om controller

    Any solutions to this problem? Have Fanuc 0m where we have Macro menu but can't start with #
  2. Replies
    0
    Views
    1,599

    Axis Interlock release

    Hi

    I've managed to turn off my machine with the y axis close to the - limit switch, so now when I turn it on and run reference it references on the limit switch resulting i can't get my machine...
  3. Replies
    18
    Views
    2,713

    Re: Copy and change tool offset using user task

    Because i want them to be around 0, and negative value doesn't work on okuma, it will read it as a positive number.
  4. Replies
    18
    Views
    2,713

    Re: Copy and change tool offset using user task

    I don't a wear, so i use offset kinda like a wear.
    This is how i can keep radius around 0.
  5. Replies
    18
    Views
    2,713

    Re: Copy and change tool offset using user task

    200 is a tool offset i use for calculated offset. V1 is a variable i need for the radius



    Looks like it.




    If only my mills where 0 all the time
  6. Replies
    18
    Views
    2,713

    Re: Copy and change tool offset using user task

    I do edit the radius, but i program With tool center not tool edge, so if there is radius 5 in tool page for 10.mm mill the part will be 5.mm wrong, and if i program With tool edge and i forget to...
  7. Replies
    18
    Views
    2,713

    Re: Copy and change tool offset using user task

    Machine is lathe With milling spindle. i have 200 Tools so i don't have wear offset page.
    Nose radius should be 0 to keep it simple but we need to correct small amounts from time to time.
    My...
  8. Replies
    18
    Views
    2,713

    Re: Copy and change tool offset using user task

    I copy and change the offset, in my tool. For example if i have -0,06 in tool 14, i copy it to 200 and add the nose radius for example 4 wich gives me 3.94 in compensation.
  9. Replies
    18
    Views
    2,713

    Re: Copy and change tool offset using user task

    From CAM i output the radius of the tool so V2=5(radius) VNSRX[200]=VNSRX[V1]+V2 will do what i need.
  10. Replies
    18
    Views
    2,713

    Re: Copy and change tool offset using user task

    VNSRX[200]=VNSRX[V1] is what i needed.
  11. Replies
    18
    Views
    2,713

    Copy and change tool offset using user task

    Hello

    We usually use a CAM software for Programming and it's easier to use nose comp at 0 instead of the radius of the mill.
    The problem here is With OSP-U100L we can't use a negative value on...
  12. Replies
    3
    Views
    795

    Re: pcd holes using incremental polar

    G55
    G0 X0 Y0
    G16
    G81 Z-2 R0 X100 Y0 F100
    G91 Y18
    Y18
    .....etc
    G80 G15
    G90
  13. Replies
    2
    Views
    1,007

    Re: Fanuc 10m Rigid Tapping Issue

    Use G95 for feed per revolution, else you need to calculate Speed*Feed per revolution=feed per minute.
    Rigid tapping M code might be something else for your machine, so you need to check your...
  14. Replies
    9
    Views
    2,643

    Re: Fanuc OM z axis crash

    Have you tried turning off the main power?
  15. Replies
    6
    Views
    1,930

    Re: Manualy change from G55 to g57

    If you use G43 instead it would work, however if you need G43.4 you need to cancel it before changing work coordinate
    you could check parameter #8403
    MSU When G00 or an auxiliary function (M, S, T,...
  16. Replies
    11
    Views
    1,856

    Re: new babie in Macro B

    Not sure about that, it depends on what you can see on the offset page and how many tools, it should be written in your manual what parameter controls geometry and wear
  17. Replies
    11
    Views
    1,856

    Re: new babie in Macro B

    That really depends on what memory type you have :)
  18. Replies
    11
    Views
    1,856

    Re: new babie in Macro B

    You will get a better reply if you post this in the Okuma section, and macro for Okuma is called "User task" As far as i know, it is very similar but there are some differences.
    I would rather...
  19. Replies
    11
    Views
    1,856

    Re: new babie in Macro B

    Fanuc on okuma? Something like this?

    #500=#500+1 (COUNTER)
    #501=10 (NUMBER OF PARTS)
    IF #500NE#501 GOTO 10
    #3006=1(CHANGE INSERT NUMBER OF PARTS HAVE BEEN RUN)
    #10001=0(WEAR TOOL 1)
    #500=0
    ...
  20. Replies
    14
    Views
    3,822

    Re: Load Axis control during program execution.

    I thought it could be that simple :P To your load question it would really depend if you have any load monitor on the machine and if you can load monitor the axis, you would simply need to add what's...
  21. Replies
    14
    Views
    3,822

    Re: Load Axis control during program execution.

    Could it be that the home switch hangs? So when you power on it thinks it's in home pos and sets axis to 0 there?
  22. Replies
    14
    Views
    3,822

    Re: Load Axis control during program execution.

    On Fanuc 18iTB it moved the axis the same amount in "distance to go" if i stoped the machine and went to reference position, i wonder if this could be similar.
    Only way to get the axis back was a...
  23. Re: M-tool will not start, Okuma LB300 OSP-U100L

    I would check the input signals on the sensors.
  24. Replies
    7
    Views
    2,171

    Re: Variable for reference position (G30)

    #100=PRM[1241]/[1] is what i'm after.
  25. Replies
    14
    Views
    3,036

    Re: Where can I go...

    What control are you at? Fanuc has a option called "Direct drawing dimensions programming" which helps you with problems like this
  26. Replies
    6
    Views
    1,934

    Re: Will not post M01 or M00.

    You will need to modify your post, talk to your reseller.
  27. Replies
    7
    Views
    2,171

    Re: Variable for reference position (G30)

    Tool change macro is available for modifications, i can put all the coordinated inside the macro but there is a parameter which doesn't allow tools to be unclamped/clamped if the machine is not in...
  28. Replies
    7
    Views
    2,171

    Re: Variable for reference position (G30)

    There is a reason why i wanna feed my machine to secondary reference position, i specified G30 not G28.
  29. Replies
    7
    Views
    2,171

    Variable for reference position (G30)

    Anyone know the variable for reference position? parameter 1240
    I wanna modify the toolchange cycle and i want it to feed to the position and not rapid.
  30. Replies
    3
    Views
    1,241

    Re: G71 type 1 Type 2

    For type II you need to put X and Z in the N10 line
    G0 X65.0 Z4.0
Results 1 to 30 of 173
Page 1 of 6 1 2 3 4