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

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "''<axis>''" to "<''axis''>")
 
(16 intermediate revisions by 4 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.7.14
+
Since Version 4.7.14
  
 
|DESCRIPTION=
 
|DESCRIPTION=
Line 17: 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=
Line 27: Line 28:
  
 
|LIMITATIONS=
 
|LIMITATIONS=
* R/W
+
* Read/Write
 
* Modal only
 
* Modal only
  
 
|EXAMPLE=
 
|EXAMPLE=
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:Motion Dynamics]]
+
* [[Motion Dynamics]]
* [[Axystems:MC-Basic:axis.COULOMBFRICTION|axis.COULOMBFRICTION]]
+
* [[MC-Basic:axis.COULOMBFRICTION|axis.COULOMBFRICTION]]
* [[Control:Assist:VISCOUS_FRICTION(Axis)]]
+
 
  
 
}}
 
}}
  
[[Category:Axystems:Motion Dynamics]]
+
[[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