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

From SoftMC-Wiki
Jump to: navigation, search
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Languages|MC-Basic:axis.VISCOUSFRICTION}}
+
{{Languages|MC-Basic:axis.VISCOUSFRICTION}}  
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
Line 18: Line 18:
  
 
|UNITS=
 
|UNITS=
*<math>kg \cdot 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=

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