Difference between revisions of "MC-Basic:robot.PASSBUFFERSIZE"
(Created page with "{{MC-Basic |SHORT FORM= None |SYNTAX= ''?'' <''group>.''PassBufferSize<br> |AVAILABILITY= Since Version 4.0.0 |DESCRIPTION= The number of points given by PASS command (mi...") |
m (Miborich moved page MC-Basic:robot.PassBufferSize to MC-Basic:robot.PASSBUFFERSIZE) |
(No difference)
|
Latest revision as of 12:18, 2 March 2017
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.