Please enable JavaScript to view this site.

This instruction allows the axis control that runs the R3 program to make logical decisions.

Syntax

if (condition)

    ;block1

[else

    ;block2 ]

endif

Validity

Rule, Task

Note


If the "condition" results TRUE, the instruction group defined as "block1" is executed.

If the "condition" results FALSE, the instruction group defined as "block2" is executed.

 

  

Keyboard Navigation

F7 for caret browsing
Hold ALT and press letter

This Info: ALT+q
Page Header: ALT+h
Topic Header: ALT+t
Topic Body: ALT+b
Contents: ALT+c
Search: ALT+s
Exit Menu/Up: ESC