Difference between revisions of "MC-Basic:axis.ModelOffset"

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "''<axis>''" to "<''axis''>")
Line 3: Line 3:
  
 
|SYNTAX=
 
|SYNTAX=
''<axis>''.ModelOffset = ''<expression>''
+
<''axis''>.ModelOffset = ''<expression>''
  
?''<axis>''.ModelOffset
+
?<''axis''>.ModelOffset
  
 
|AVAILABILITY=
 
|AVAILABILITY=

Revision as of 17:43, 16 March 2014

Example: Dynamic model with defined zero position.

If the axis is part of a kinematic / dynamic model, this property specifies the difference between the zero position of the model and the actual zero position of the axis.

In other words: ModelOffset is the axis position value at the zero position of the model.

Syntax

<axis>.ModelOffset = <expression>

?<axis>.ModelOffset

Availability

AMCS 4.9.11

Type

Double

Range

+/- Max Double

Units

deg, mm

Default

0.0

Scope

Configuration, Task or Terminal

Limitations

  • Modal only