SYSTEM VARIABLES HELP


Results 1 to 3 of 3

Thread: SYSTEM VARIABLES HELP

  1. #1
    Member
    Join Date
    May 2018
    Location
    United States
    Posts
    74
    Downloads
    0
    Uploads
    0

    Default SYSTEM VARIABLES HELP

    HI EVERYONE,

    I WOULD LIKE TO STORE A CURRENT POSITION OF A TOOL (X,Z) IN COMMON VARIABLES. I WANT TO KNOW WHAT SYSTEM VARIABLES STORE THE CURRENT POSITION OF TOOLS.


    THANKS

    Similar Threads:


  2. #2
    Member deadlykitten's Avatar
    Join Date
    Jun 2015
    Location
    Antarctica
    Posts
    4154
    Downloads
    0
    Uploads
    0

    Default Re: SYSTEM VARIABLES HELP

    hello again, you may use the VSIO* sys vara

    if you wish, you may create a file with those coordinates ( so to inspect the file only once and see 999+ values, rather then checking frequently the common variable; if this is will help you, then you will have much more time for beer, or whatever ... beer+whatever )

    please, why do you need this ? kindly

    Code:
        G01 X256 Z789
        V1 = VSIOX
        V2 = VSIOZ
        G01 X879 Z156
        V1 = VSIOX
        V2 = VSIOZ
        G05 X888 Z-0.11111111111
        V1 = VSIOX
        V2 = VSIOZ
    or

    Code:
        G01 X256 Z789
        CALL OSUB
        G01 X879 Z156
        CALL OSUB
        G05 X888 Z-0.11111111111
        CALL OSUB
    
    ...
    
    M02
    
    OSUB
    
        V1 = VSIOX ( or NOEX V1 = VSIOX )
        V2 = VSIOZ ( or NOEX V1 = VSIOZ )
    
    RTS


    we are merely at the start of " Internet of Things / Industrial Revolution 4.0 " era : a mix of AI, plastics, human estrangement, powerful non-state actors ...


  3. #3
    Member frameguy99's Avatar
    Join Date
    Nov 2020
    Posts
    5
    Downloads
    0
    Uploads
    0

    Default Re: SYSTEM VARIABLES HELP

    How about the X and Y command in the last block? I'm trying to find the system variable that stores the X and Y positions that were commanded in the last block last. Any ideas would be appreciated.



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
  •  


About CNCzone.com

    We are the largest and most active discussion forum for manufacturing industry. The site is 100% free to join and use, so join today!

Follow us on


Our Brands

SYSTEM VARIABLES HELP

SYSTEM VARIABLES HELP