Difference between revisions of "MC-Basic:robot.NUMBEROFITEMS"

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "Versions 3.6.20 and higher" to "Since Version 3.6.20")
Line 7: Line 7:
  
 
|AVAILABILITY=
 
|AVAILABILITY=
Versions 3.6.20 and higher
+
Since Version 3.6.20
  
 
|DESCRIPTION=
 
|DESCRIPTION=

Revision as of 14:05, 20 March 2014

Returns the number of triggers that were inserted and not tracked yet. Every time a trigger inserts the number increases, and when the system stops tracking the number decreases.

Short form

NOI

Syntax

<ROBOT>.NumberOfItems

Availability

Since Version 3.6.20

Type

Long

Range

0 to MaxLong

Scope

Task or Terminal

Limitations

Modal Only. Read Only .Can return up to 32 triggers. Valid for robot only

Examples

?SCARA.NOI

See Also