Difference between revisions of "MC-Basic:movingFrame.VELOCITYMAXTRANS"

From SoftMC-Wiki
Jump to: navigation, search
m (1 revision)
 
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{Languages|MC-Basic:movingFrame.VELOCITYMAXTRANS}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
Line 4: Line 5:
  
 
|SYNTAX=
 
|SYNTAX=
''<Moving Frame>.''VelocityMaxTran = <''numeric expression''>
+
''<Moving Frame>.''VelocityMaxTrans = <''numeric expression''>
  
 
|AVAILABILITY=
 
|AVAILABILITY=
Line 28: Line 29:
  
 
|LIMITATIONS=
 
|LIMITATIONS=
R/W
+
Read/Write
  
 
|EXAMPLE=
 
|EXAMPLE=
CNV.VelocityMaxTran = 1000
+
CNV.VelocityMaxTrans = 1000
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:movingFrame.VELOCITYMAXROT|movingFrame.VELOCITYMAXROT]]
+
* [[MC-Basic:movingFrame.VELOCITYMAXROT|movingFrame.VELOCITYMAXROT]]
* [[Axystems:MC-Basic:movingFrame.JERKMAXTRAN|movingFrame.JERKMAXTRAN]]
+
* [[MC-Basic:movingFrame.JERKMAXTRAN|movingFrame.JERKMAXTRAN]]
* [[Axystems:MC-Basic:movingFrame.JERKMAXROT|movingFrame.JERKMAXROT]]
+
* [[MC-Basic:movingFrame.JERKMAXROT|movingFrame.JERKMAXROT]]
* [[Axystems:MC-Basic:movingFrame.ACCELERATIONMAXTRAN|movingFrame.ACCELERATIONMAXTRAN]]
+
* [[MC-Basic:movingFrame.ACCELERATIONMAXTRAN|movingFrame.ACCELERATIONMAXTRAN]]
* [[Axystems:MC-Basic:movingFrame.ACCELERATIONMAXROT|movingFrame.ACCELERATIONMAXROT]]
+
* [[MC-Basic:movingFrame.ACCELERATIONMAXROT|movingFrame.ACCELERATIONMAXROT]]
  
 +
}}
  
}}
+
[[Category:Motion:MovingFrame]]

Latest revision as of 09:52, 24 April 2017

Language: English  • 中文(简体)‎

Value used for checking of current moving frame velocity of the translational part of moving frame, if exceeded an error will be returned.

Syntax

<Moving Frame>.VelocityMaxTrans = <numeric expression>

Availability

Versions 4.0.26 and higher

Type

Double

Range

0 to MaxDouble

Units

mm/sec

Default

3000

Scope

Configuration, Task or Terminal

Limitations

Read/Write

Examples

CNV.VelocityMaxTrans = 1000

See Also