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

From SoftMC-Wiki
Jump to: navigation, search
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{{Languages|MC-Basic:axis.ModelOffset}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
  
 
|SYNTAX=
 
|SYNTAX=
''<axis>''.ModelOffset = ''<expression>''
+
<''axis''>.ModelOffset = <''expression''>
  
?''<axis>''.ModelOffset
+
?<''axis''>.ModelOffset
  
 
|AVAILABILITY=
 
|AVAILABILITY=
AMCS 4.9.11
+
Since Version 4.9.11
  
 
|DESCRIPTION=
 
|DESCRIPTION=
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.
+
[[File:Axystems;Motion Dynamics - Vertical Crank-Arm Axis.png|Example: Dynamic model with defined zero position.|frame]]
  
In other words: ''ModelOffset'' is the axis position value at the zero position of the model.
+
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, it is the axis position value at the zero position of the model.
  
 
|TYPE=
 
|TYPE=
Line 19: Line 20:
  
 
|RANGE=
 
|RANGE=
+/- Max Double
+
± Max Double
  
 
|UNITS=
 
|UNITS=
Line 31: Line 32:
  
 
|LIMITATIONS=
 
|LIMITATIONS=
* Modal only
+
Modal only
  
 
|EXAMPLE=
 
|EXAMPLE=

Latest revision as of 01:54, 20 April 2017

Language: English  • 中文(简体)‎
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, it is the axis position value at the zero position of the model.

Syntax

<axis>.ModelOffset = <expression>

?<axis>.ModelOffset

Availability

Since Version 4.9.11

Type

Double

Range

± Max Double

Units

deg, mm

Default

0.0

Scope

Configuration, Task or Terminal

Limitations

Modal only