MC-Basic:robot.PASSBUFFERSIZE
Revision as of 12:18, 2 March 2017 by Miborich (talk | contribs) (Miborich moved page MC-Basic:robot.PassBufferSize to MC-Basic:robot.PASSBUFFERSIZE)
The number of points given by PASS command (min of point array size and the PassUpTo value) can not be bigger then the PassBufferSize-PassBufferLevel value:
Min(ArraySize(Through), PassUpTo) <= PassBufferSize-PassBufferLevel
Short form
None
Syntax
? <group>.PassBufferSize
Availability
Since Version 4.0.0
Type
Long
Range
0 - MaxLong
Default
N/A
Scope
Task or Terminal
Limitations
Valid for robots only.