Difference between revisions of "MC-Basic:robot.ACCELCMDCART"
(add links) |
|||
| (2 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
| − | {{Languages}} | + | {{Languages|MC-Basic:robot.ACCELCMDCART}} |
{{MC-Basic | {{MC-Basic | ||
|SHORT FORM= | |SHORT FORM= | ||
| Line 39: | Line 39: | ||
|SEE ALSO= | |SEE ALSO= | ||
| − | * [[MC-Basic: | + | * [[MC-Basic:element.POSITIONCOMMAND|POSITIONCOMMAND]] |
| + | * [[MC-Basic:robot.SETPOINT|robot.SETPOINT]] | ||
| + | * [[MC-Basic:robot.VELOCITYCOMMANDCARTESIAN|robot.VELOCITYCOMMANDCARTESIAN]] | ||
}} | }} | ||
Latest revision as of 08:39, 10 March 2025
| Language: | English • 中文(简体) |
|---|
Returns the commanded robot acceleration in Cartesian coordinates. This variable is computed each sampling period from the motor command position or according to the current interpolation type.
Syntax
<point_variable> = <robot_name>.AccelCmdCart
? <robot_name>. AccelCmdCart
Availability
4.3.0
Type
Location
Range
0.1 to Maxdouble
Units
Location units
Scope
Configuration, Task, Terminal
Limitations
Modal , Read only
Examples
P1 = Scara.AccelCmdCart
? Scara. AccelCmdCart