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

From SoftMC-Wiki
Jump to: navigation, search
 
(18 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 +
{{Languages|MC-Basic:axis.VISCOUSFRICTION}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
 
|SYNTAX=
 
|SYNTAX=
''<axis>''.ViscousFriction = ''<expression>''
+
<''axis''>.ViscousFriction = <''expression''>
  
 
|AVAILABILITY=
 
|AVAILABILITY=
FW 4.8.x
+
Since Version 4.7.14
  
 
|DESCRIPTION=
 
|DESCRIPTION=
Viscous(velocity dependent) friction parameter of an axis.
+
Viscous (velocity dependent) friction parameter of an axis.
  
 
|TYPE=
 
|TYPE=
<expression>: Double
+
Double
  
 
|RANGE=
 
|RANGE=
Line 17: Line 18:
  
 
|UNITS=
 
|UNITS=
*<math>kg m^2/s</math> - for rotary axes
+
* Nm/(rad/s) = kg*m<sup>2</sup> /s - for rotary axes
*<math>kg/s</math> - for linear axes
+
* N/(m/s) = kg/s - for linear axes
  
 
|DEFAULT=
 
|DEFAULT=
Line 27: Line 28:
  
 
|LIMITATIONS=
 
|LIMITATIONS=
* R/W
+
* Read/Write
 
* Modal only
 
* Modal only
  
 
|EXAMPLE=
 
|EXAMPLE=
 
|SEE ALSO=
 
|SEE ALSO=
 +
* [[Motion Dynamics]]
 +
* [[MC-Basic:axis.COULOMBFRICTION|axis.COULOMBFRICTION]]
 +
 +
 
}}
 
}}
  
[[Category:AXY:IDM properties]]
+
[[Category:Motion Dynamics]]

Latest revision as of 14:15, 5 May 2020

Language: English  • 中文(简体)‎

Viscous (velocity dependent) friction parameter of an axis.

Syntax

<axis>.ViscousFriction = <expression>

Availability

Since Version 4.7.14

Type

Double

Units

  • Nm/(rad/s) = kg*m2 /s - for rotary axes
  • N/(m/s) = kg/s - for linear axes

Default

0.0

Scope

Task and Terminal

Limitations

  • Read/Write
  • Modal only

See Also