585,754 active members*
3,853 visitors online*
Register for free
Login
IndustryArena Forum > MetalWorking Machines > Okuma > Understanding User Task 1,2,and 3
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2023
    Posts
    5

    Understanding User Task 1,2,and 3

    I have started using a probe in a Multus B300 and am having teouble writing the logic in the language the machine understands.
    An example of an OD size check with a .003 tolorance.
    IF [[V215 GE -.0015] AND [V215 LE .0015]] GOTO N123
    "--- MISC. PROGRAM---"
    N123

    I am getting an alarm about the BRANCHING(IF,GOTO) Formatting.
    Any tips on how to correct my IF line so the machine will process the statement?

    Thanks.

  2. #2
    Join Date
    Jun 2015
    Posts
    4154

    Re: Understanding User Task 1,2,and 3

    IF [ [ [ V* GE -1 ] AND [ V* LE +1 ] ] EQ 1 ] NOKEY

    IF [ ABS [ V* ] LE 1 ] NOKEY
    Ladyhawke - My Delirium, https://www.youtube.com/watch?v=X_bFO1SNRZg

Similar Threads

  1. WHILE and User Task 3
    By rdhoggattjr in forum Okuma
    Replies: 2
    Last Post: 10-31-2015, 05:21 PM
  2. User task 2
    By Shopgeek in forum Okuma
    Replies: 19
    Last Post: 05-05-2015, 10:26 PM
  3. User task and User task 2
    By shags72 in forum Parametric Programing
    Replies: 20
    Last Post: 12-23-2013, 05:55 PM
  4. Okuma User Task II G,F,M Status
    By calgarykevvy in forum Okuma
    Replies: 2
    Last Post: 07-09-2009, 04:02 PM
  5. Okuma's User Task 2
    By compuslave in forum G-Code Programing
    Replies: 6
    Last Post: 02-29-2008, 01:36 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
  •