585,591 active members*
2,633 visitors online*
Register for free
Login
Results 1 to 3 of 3
  1. #1
    Hello CNC - Cracks
    Can you tell me the following: is there a command which allows you to jump 5 lines in the program?
    I don’t mean Goto 123/123:
    Simply something like goto 5 lines further?
    Is there something in the art?

    Thanks in advance I hope you can help me?!
    <b></b>Vielen Dank f

  2. #2
    hapo Guest
    NO.

    10.5.8 jump statements (GOTO, GOTOF, GOTOB)
    functions
    In Technology cycles ,jump instructions GOTO GOTOF, GOTOB are possible. the
    entered Labels must be available in the subprogram, so no alert is issued.

    reference
    Labels and block numbers may only be constants.

    programming
    Unconditional jumps:
    GOTO label, record number
    or
    GOTOF label, block number
    or
    GOTOB label, block number
    Jump instructions and jump targets

    GOTO jump first forward and then backward
    Jump forward GOTOF
    Jump backwards GOTOB
    Label: label
    block number of jumps target to that sentence
    N100b lock number is secondary block
    : Block number 100 is the main block

  3. #3
    Ok thank you .. that's a shame!
    <b></b>Vielen Dank f

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •