586,075 active members*
4,127 visitors online*
Register for free
Login
Results 1 to 3 of 3
  1. #1
    Join Date
    Dec 2023
    Posts
    5

    M code User tasks

    I need to know if there is a way to check chuck signals using user task/ macros. For example
    IF [sub spindle is unchucked (M249)] DO this routine.

    IF [sub spindle is chucked (M248)] DO this routine.

    Is this something that is possible? If so and how.

    This will be used on a U4000. Very similar to a Multus.

    Thanks.

  2. #2
    Join Date
    Nov 2012
    Posts
    24

    Re: M code User tasks

    You are looking for VIRD or VORD variables. Those are the variables for system inputs and outputs. In our Multus U3000 and LT3000 we check the output for the chuck closed light on the control, main spindle is

    IF[VORD[0038] NE 1]NS4

    Sub spindle is

    IF[VORD[003A] NE 1]NS21

  3. #3
    Join Date
    Jun 2015
    Posts
    4154

    Re: M code User tasks

    hy mowzece just like yodoug said : v*rd variables

    how the list is loooooong, in case you can not find it easy, is possible to search through all labels, to find the right argument

    please, feel free to ask anything / kindy
    Ladyhawke - My Delirium, https://www.youtube.com/watch?v=X_bFO1SNRZg

Similar Threads

  1. G Code User Imput
    By gsandy in forum G-Code Programing
    Replies: 0
    Last Post: 06-07-2023, 03:04 AM
  2. User m-code
    By propion in forum Fanuc
    Replies: 4
    Last Post: 10-02-2012, 01:52 PM
  3. User Tasks
    By jamessiffel in forum Okuma
    Replies: 7
    Last Post: 07-28-2012, 12:34 PM
  4. Fanuc OT optional/user M-code relays
    By Ztiggi in forum Fanuc
    Replies: 2
    Last Post: 01-29-2008, 08:03 PM
  5. New user for G CODE
    By nsgnsg in forum G-Code Programing
    Replies: 4
    Last Post: 02-22-2007, 11:14 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
  •