585,727 active members*
4,061 visitors online*
Register for free
Login

Search:

Type: Posts; User: kfleming

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    880

    Re: Macro variable name

    The Variable Names that you register will only be visible from the Pattern Data Menu, the variable page will not display them.

    Here is a copy of our O9501:

    You can extrapolate from here, or...
  2. Replies
    6
    Views
    13,330

    Re: System Variable - Calling Program Number?

    ^^^What do you mean by reset? Power Cycle? M30? M2?
    Perhaps with unique parameter settings this is true, however on our controls,
    and all other FANUC machines I have worked on, #100's are only...
  3. Replies
    0
    Views
    11,543

    System Variables Relative To The Call Stack

    FS-0i-F / Machining Center

    Does any one know what system variables are related to the Call Stack?

    Is there a way to return the name from one level up?

    Best Regards
  4. Replies
    6
    Views
    13,330

    Re: System Variable - Calling Program Number?

    So, One could add two lines to each calling program... one to store #4115 and then one to clear the stored data.

    O1111
    (PARENT PROGRAM)
    #500 = #4115(IN LEADING SAFETY BLOCKS)
    #500 = #0 (IN...
  5. Replies
    6
    Views
    13,330

    Re: System Variable - Calling Program Number?

    The code shown is a simplified example. #500's are place holders.

    Is there a system variable that stores the calling programs' O-Number?

    We are needing to write 1111 too #500, 2222 too #501,...
  6. Replies
    6
    Views
    13,330

    System Variable - Calling Program Number?

    CONTROL: FANUC Oi-F / Mill

    When working with a series of nested operations is there a way to return the o-number of the calling program at each level.

    O1111 (MAIN);
    M98 P2222;
    M30;
    %
    O2222...
Results 1 to 6 of 6