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

From SoftMC-Wiki
Jump to: navigation, search
(Created page with "{{MC-Basic |SHORT FORM= |SYNTAX= <robot>.PassTranMinGap = <value> |AVAILABILITY= |DESCRIPTION= All points that are closed to each other than the given value (translation) will b…")
 
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{Languages|MC-Basic:robot.PASSTRANMINGAP}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=  
 
|SHORT FORM=  
|SYNTAX= <robot>.PassTranMinGap = <value>
+
|SYNTAX= <robot>.PassTranMinGap = <''value''>
 
|AVAILABILITY=
 
|AVAILABILITY=
|DESCRIPTION= All points that are closed to each other than the given value (translation) will be deleted
+
|DESCRIPTION= During AI, all points that are closed to each other than the given value (translation) will be deleted
 
|TYPE= double
 
|TYPE= double
 
|RANGE= 0-MaxDouble
 
|RANGE= 0-MaxDouble
|UNITS= position user units
+
|UNITS= mm
 
|DEFAULT= 1
 
|DEFAULT= 1
 
|SCOPE= Task, terminal
 
|SCOPE= Task, terminal
|LIMITATIONS= Modal-Only
+
|LIMITATIONS= Modal only, Robot Only
 
|EXAMPLE=
 
|EXAMPLE=
 
|SEE ALSO=
 
|SEE ALSO=
 
}}
 
}}

Latest revision as of 01:46, 21 April 2017

Language: English  • 中文(简体)‎

During AI, all points that are closed to each other than the given value (translation) will be deleted

Syntax

<robot>.PassTranMinGap = <value>

Type

double

Range

0-MaxDouble

Units

mm

Default

1

Scope

Task, terminal

Limitations

Modal only, Robot Only