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

From SoftMC-Wiki
Jump to: navigation, search
(Created page with '{{MC-Basic |SHORT FORM= |SYNTAX= <ROBOT>.ZMin = <''numeric expression''> |AVAILABILITY= AllVersions |DESCRIPTION= This value is used in the pre-computation phase of the robot…')
 
 
(10 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 +
{{Languages|MC-Basic:robot.ZMIN}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
Line 7: Line 8:
  
 
|AVAILABILITY=
 
|AVAILABILITY=
AllVersions
+
All versions
  
 
|DESCRIPTION=
 
|DESCRIPTION=
This value is used in the pre-computation phase of the robot Cartesian movements (MOVES, CIRCLE). It is used to prevent robot collisions with its own body (base column).
+
This value is used in the pre-computation phase of the robot Cartesian movements (MOVES, CIRCLE). Values of Xmin, Xmax, Ymin, Ymax, Zmin, Zmax allow definition of safe workspace area in World frame coordinates. These limits will be checked in addition to other robot space limitations such as joint pmin and pmax values and workspace radius limits (rmin and rmax).
  
Defines  Z coordinate of the “lowest” robot position. No points below this plane are allowed.
+
ZMin defines Z coordinate of the “lowest” robot position. No points below this plane are allowed. It is used to prevent robot collisions with its own body (base column).
  
'' ''
+
{{Note/Important|
 
+
Always check the ZMIN value before configuring a new robot.  
Recommendation
+
The attached devices and parameters not taken into robot setup could significantly reduce the robots working area!}}
 
 
''Always check the ZMIN value before configuring a new robot. The   attached devices and parameters not taken into robot setup could   significantly reduce the robots working area!''
 
  
 
|TYPE=
 
|TYPE=
Line 36: Line 35:
  
 
|LIMITATIONS=
 
|LIMITATIONS=
R/W, Modal Only
+
Read/Write, Modal Only
  
 
|EXAMPLE=
 
|EXAMPLE=
Line 42: Line 41:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:CONFIGGROUP|CONFIGGROUP]]
+
* [[MC-Basic:CONFIGGROUP|CONFIGGROUP]]
* [[Axystems:MC-Basic:MOVES|MOVES]]
+
* [[MC-Basic:MOVES|MOVES]]
* [[Axystems:MC-Basic:robot.ZMAX|robot.ZMAX]]
+
* [[MC-Basic:robot.ZMAX|robot.ZMAX]]
  
  
 
}}
 
}}

Latest revision as of 08:30, 12 November 2025

Language: English  • 中文(简体)‎

This value is used in the pre-computation phase of the robot Cartesian movements (MOVES, CIRCLE). Values of Xmin, Xmax, Ymin, Ymax, Zmin, Zmax allow definition of safe workspace area in World frame coordinates. These limits will be checked in addition to other robot space limitations such as joint pmin and pmax values and workspace radius limits (rmin and rmax).

ZMin defines Z coordinate of the “lowest” robot position. No points below this plane are allowed. It is used to prevent robot collisions with its own body (base column).

IMPORTANT.svgIMPORTANT

Always check the ZMIN value before configuring a new robot.

The attached devices and parameters not taken into robot setup could significantly reduce the robots working area!

Syntax

<ROBOT>.ZMin = <numeric expression>

Availability

All versions

Type

Double

Range

0.1-maxdouble

Units

Mm

Default

Depending on the robot parameter

Scope

Configuration, Task, Terminal

Limitations

Read/Write, Modal Only

Examples

Zmin = 60

See Also