![]() | IMovable |
The IMovableItem type exposes the following members.
Name | Description | |
---|---|---|
![]() | MaxPosition | Maximal physical position of the movable item. (The unit is always SI and depends on the type of axis: [m] for linear axes and [rad] for rotation axes) |
![]() | MinPosition | Minimal physical position of the movable item. (The unit is always SI and depends on the type of axis: [m] for linear axes and [rad] for rotation axes) |
![]() | MovableItemUniqueId | The unique ID of the movable item |
Name | Description | |
---|---|---|
![]() | GetCurrentPosition | Gets the current position of the movable item. (The unit is always SI and depends on the type of axis: [m] for linear axes and [rad] for rotation axes) |
![]() | MoveToAbsolutePosition | Move the movable item to an absolute position. The command is blocking (it will return after the movable item has finished moving). |
![]() | MoveToRelativePosition | Move the movable item to a relative position. The command is blocking (it will return after the movable item has finished moving). |