Difference between revisions of "MC-Basic:SYSTEM.VELOCITYRATE"

From SoftMC-Wiki
Jump to: navigation, search
(AXY: new links)
 
Line 1: Line 1:
{{Languages}}
+
{{Languages|MC-Basic:SYSTEM.VELOCITYRATE}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
Line 43: Line 43:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[AXY:MC-Basic:group.VELOCITYRATE|group.VELOCITYRATE]]
+
* [[MC-Basic:element.VELOCITYRATE|VELOCITYRATE]]
* [[AXY:MC-Basic:axis.VELOCITYRATE|axis.VELOCITYRATE]]
 
 
* [[Motion Scaling Properties| Motion Scaling Properties]]
 
* [[Motion Scaling Properties| Motion Scaling Properties]]
  
 
[[Category:MC-Basic:System|MC-Basic:System]]
 
[[Category:MC-Basic:System|MC-Basic:System]]
 
}}
 
}}

Latest revision as of 13:13, 13 September 2017

Language: English  • 中文(简体)‎

This property defines the all system velocity maximum scaling factor. Maximum values of velocity can be scaled independently of acceleration, deceleration or jerk.

System velocity override multiplies corresponding group and axis VelocityRate.

Short form

Sys.VRate

Syntax

Sys.VelocityRate = <value>

?Sys.VelocityRate

Availability

Since Version 4.0.1

Type

Double

Range

0.1 to 100

Units

Percents

Default

100

Scope

Task or Terminal

Limitations

Read/Write, Modal

In cases of multiple axes groups the group's velocity rate will be used for group's limits and the axes' velocity rate will be used in checking individual axes' limits. The total velocityrate value is combination of the system’s value and the element’s

Examples

Sys.vrate = 10

?Sys.vrate

See Also