Difference between revisions of "AXY:MC-Basic:axis.VELOCITYFINAL"
m (Text replace - "''<expression>''" to "<''expression''>") |
m (Itay moved page MC-Basic:axis.VELOCITYFINAL to AXY:MC-Basic:axis.VELOCITYFINAL) |
||
(6 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
+ | <!-- {{Languages|MC-Basic:axis.VELOCITYFINAL}} | ||
{{MC-Basic | {{MC-Basic | ||
|SHORT FORM= | |SHORT FORM= | ||
Line 4: | Line 5: | ||
|SYNTAX= | |SYNTAX= | ||
− | Move <''axis''> '' | + | 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 | + | 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 | + | 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 30: | Line 31: | ||
|LIMITATIONS= | |LIMITATIONS= | ||
− | The value may only be set within a MOVE or CIRCLE command. | + | *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= | ||
− | * [[ | + | * [[MC-Basic:axis.VELOCITYCRUISE|axis.VELOCITYCRUISE]] |
− | * [[ | + | * [[MC-Basic:axis.VELOCITYFACTOR|axis.VELOCITYFACTOR]] |
}} | }} | ||
+ | --> |