WAIT

From Industrial Robotics & Automation - Fanuc Teach Pendant Programming
Revision as of 02:32, 1 May 2019 by Mike138 (talk | contribs) (Created page with "'''WAIT''' statements are simple conditional instructions. They evaluate a condition or series of conditions, and only continue on to the next line if true. File:inst-wait-...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

WAIT statements are simple conditional instructions. They evaluate a condition or series of conditions, and only continue on to the next line if true.

How to add a "wait seconds" instruction.

If it is not true, the instruction will continue checking if it is true until it becomes true.

IF Variable Math Variable Action Destination
IF R[1] = 1 Call Program1
IF DI[3] = ON JMP LBL2