JMP/LBL: Difference between revisions

no edit summary
No edit summary
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1:
[[File:JMPLBL.gif|thumb|How to add the JMP LBL and LBL instructions]]
This page details the jump and label instructions available on the FanucFANUC Teach Pendant Programmers.
 
 
Jump and Label instructions do not involve motion. They are simply program operations with a directive to go to a line and a label for that destination line.
 
 
This article is part of a series on Non-Motion instructions.
 
Line 17 ⟶ 14:
! Label Instruction
 
|}
 
 
 
===Instruction Syntax ===
Line 80 ⟶ 73:
 
There can only ever be one of each label. For example, if you put down two LBL [1] instructions, it will alert you with an asterisk next to the instruction. * Think of them like phone numbers. If two phones had the same number, both would ring, and it would be impossible to know which one the intended destination is.
 
 
 
==Jump Label Instruction==
Line 110 ⟶ 99:
|}
 
 
===Instruction Syntax ===