Difference between revisions of "AXY:MC-Basic:axis.VELOCITYFINAL"

From SoftMC-Wiki
Jump to: navigation, search
m (1 revision)
 
(8 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 +
<!-- {{Languages|MC-Basic:axis.VELOCITYFINAL}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
''<axis>''.Vfinal
+
<''axis''>.Vfinal
  
 
|SYNTAX=
 
|SYNTAX=
Move ''<axis>'' ''<Final Position> ''VelocityFinal = ''<expression>''
+
Move <''axis''> <''final position''> VelocityFinal = <''expression''>
  
 
|AVAILABILITY=
 
|AVAILABILITY=
Line 10: Line 11:
  
 
|DESCRIPTION=
 
|DESCRIPTION=
Specifies the required velocity at the end of the motion. The motion profile generator attempts to cause the motion command to finish so the axis is at the specified final position, at the velocity specified by VFINAL.
+
Specifies the required velocity at the end of the motion. The motion profile generator attempts to cause the motion command to finish with the axis at the specified final position, at the velocity specified by VFINAL.
  
When the command finishes, the motion is automatically stopped if there is not another motion command in the motion buffer waiting to be executed. An error is reported (Error 3036, “Automatic Braking”).
+
When the command finishes, the motion is automatically stopped if no other motion command is in the motion buffer waiting to be executed. An error is reported: Error 3036, "Automatic Braking”.
  
 
|TYPE=
 
|TYPE=
Line 18: Line 19:
  
 
|RANGE=
 
|RANGE=
Greater than 0, Less than ''<axis>''.VELOCITYMAX
+
Greater than 0, Less than <''axis''>.VELOCITYMAX
  
 
|UNITS=
 
|UNITS=
User velocity units, as given by ''<axis>''.VELOCITYFACTOR
+
User velocity units, as given by <''axis''>.VELOCITYFACTOR
  
 
|DEFAULT=
 
|DEFAULT=
Line 30: Line 31:
  
 
|LIMITATIONS=
 
|LIMITATIONS=
The value may only be set within a MOVE or CIRCLE command. This property is a nodal property. Nodal properties are parameters that can be specified in some commands to modify the behavior of the command. The value of a nodal property is valid only during the current command. Nodal properties cannot be queried or displayed.
+
*The value may only be set within a MOVE or CIRCLE command.  
 +
*A nodal property. Nodal properties are parameters that can be specified in some commands to modify the behavior of the command. The value of a nodal property is valid only during the current command. Nodal properties cannot be queried or displayed.
  
 
|EXAMPLE=
 
|EXAMPLE=
Line 36: Line 38:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:axis.VELOCITYCRUISE|axis.VELOCITYCRUISE]]
+
* [[MC-Basic:axis.VELOCITYCRUISE|axis.VELOCITYCRUISE]]
* [[Axystems:MC-Basic:axis.VELOCITYFACTOR|axis.VELOCITYFACTOR]]
+
* [[MC-Basic:axis.VELOCITYFACTOR|axis.VELOCITYFACTOR]]
  
  
 
}}
 
}}
 +
-->

Latest revision as of 07:40, 14 August 2017