 | IMovableItemMoveToAbsolutePosition Method |
Move the movable item to an absolute position. The command is blocking (it will return after the movable item has finished moving).
Namespace: LynceeTec.API.HardwareAssembly: LynceeTec.API.Hardware (in LynceeTec.API.Hardware.dll) Version: 10.2.3317.0 , built 2025-03-17 14:55:35 UTC
Syntaxvoid MoveToAbsolutePosition(
double position
)
void MoveToAbsolutePosition(
double position
)
Parameters
- position Double
- Absolute target position of the move. (The unit is always SI and depends on the type of axis: [m] for linear axes
and [rad] for rotation axes)
See Also