Template

<< Click to Display Table of Contents >>

Navigation:  3. Script Language > AI - Artificial Intelligence Commands > AIC. - Artificial Intelligence Command > AI - Set Parameters >

Template

TMP. - Template

Previous Top Next


MiniRobotLanguage (MRL)

 

TMP.

If Result available

 

 

Intention

 

Conditional Statement.

 

Test if a specified Parallel-Robot or Background Operation has released a Result.

IRS. does not really check if the Operation is ongoing. It will just check if there is a Result from that "Ticket Number" available.

 

 

 

 

Syntax

 

 

TMP.[P1] … ELS. … EIF.

 

 

Parameter Explanation

 

P1 - (optional) Is the "Ticket Number" of a running Parallel Robot or background Operation. It can be omitted then the  last "Ticket Number" that was emitted is been taken.

 

IRS. can be nested to unlimited Depth, and they can also enclose Sub-Programm Calls or FEX. (Enumerations) to unlimited Depth.

 

 

 

 

Example

 

'***********************************

' IRS.-Sample

'***********************************

 

 

 

 

 

Remarks

 

-

 

 

Limitations:

 

-

 

 

See also:

 

    1.6.1. Program Flow Control

    ! Smart Package Robot 's Parallel Robot Operations

    1.5. Features and Hints