. |
mpiPathMotionParamsGenerate Declaration
Description mpiPathMotionParamsGenerate calculates a list of points from the path object and writes them into the motion params structure pointed to by params. After the motion params are generated, they can be passed to mpiMotionStart(...). Path generated params are supported with the following motion types: To create a path, use mpiPathCreate(...) to create a path object. Initialize the path parameters with mpiPathParamsGet(...) / mpiPathParamsSet(...). Then add path elements (line, arc, etc.) with mpiPathAppend(...). Before calling mpiPathMotionParamsGenerate(...) make sure to specify the MPIMotionPoint{...} values in the MPIMotionParams structure. It is very important to set point.final = TRUE or FALSE before calling mpiPathMotionParamsGenerate(...).
See Also mpiPathCreate | mpiPathParamsGet | mpiPathParamsSet | mpiPathAppend | mpiMotionStart
|
| | Copyright © 2001-2021 Motion Engineering |