@@ -1165,7 +1165,7 @@ DataTypes::MotionState AppClient::UnloadLogicProgram()
11651165/* *
11661166 * @brief Starts a joint motion to the given position
11671167 * @param velocityPercent velocity in percent, 0.0..100.0
1168- * @param acceleration acceleration in percent, currently not used
1168+ * @param acceleration acceleration in percent, 0.0..100.0, negative values result in default value 40%
11691169 * @param a1 A1 target in degrees or mm
11701170 * @param a2 A2 target in degrees or mm
11711171 * @param a3 A3 target in degrees or mm
@@ -1212,7 +1212,7 @@ DataTypes::MotionState AppClient::MoveToJoint(float velocityPercent, float accel
12121212/* *
12131213 * @brief Starts a relative joint motion to the given position
12141214 * @param velocityPercent velocity in percent, 0.0..100.0
1215- * @param acceleration acceleration in percent, currently not used
1215+ * @param acceleration acceleration in percent, 0.0..100.0, negative values result in default value 40%
12161216 * @param a1 A1 target in degrees or mm
12171217 * @param a2 A2 target in degrees or mm
12181218 * @param a3 A3 target in degrees or mm
@@ -1259,7 +1259,7 @@ DataTypes::MotionState AppClient::MoveToJointRelative(float velocityPercent, flo
12591259/* *
12601260 * @brief Starts a linear motion to the given position
12611261 * @param velocityMms velocity in mm/s
1262- * @param acceleration acceleration in percent, currently not used
1262+ * @param acceleration acceleration in percent, 0.0..100.0, negative values result in default value 40%
12631263 * @param x X position in mm
12641264 * @param y Y position in mm
12651265 * @param z Z position in mm
@@ -1308,7 +1308,7 @@ DataTypes::MotionState AppClient::MoveToLinear(float velocityMms, float accelera
13081308/* *
13091309 * @brief Starts a linear motion to the given position
13101310 * @param velocityMms velocity in mm/s
1311- * @param acceleration acceleration in percent, currently not used
1311+ * @param acceleration acceleration in percent, 0.0..100.0, negative values result in default value 40%
13121312 * @param x X position in mm
13131313 * @param y Y position in mm
13141314 * @param z Z position in mm
@@ -1356,7 +1356,7 @@ DataTypes::MotionState AppClient::MoveToLinearRelativeBase(float velocityMms, fl
13561356/* *
13571357 * @brief Starts a linear motion to the given position
13581358 * @param velocityMms velocity in mm/s
1359- * @param acceleration acceleration in percent, currently not used
1359+ * @param acceleration acceleration in percent, 0.0..100.0, negative values result in default value 40%
13601360 * @param x X position in mm
13611361 * @param y Y position in mm
13621362 * @param z Z position in mm
0 commit comments