Move the robot forward a steps.
Depending on the current mode, the function either terminates immediatelly,
or blocks until the robot completed the movement. Use the function robot_alwayswait() to set the mode. The default mode is no waiting/blocking.
- Source:
- robotdll/robotdll.h:169
- Author:
- Version:
- latest version
- Params:
| id
| robot object handle
|
| a
| number of steps to move forward (0-9999)
|
- See Also:
- robot_bk, robot_lt, robot_rt, robot_alwayswait, robot_fdspeed, robot_fdx
- Code:
public ROBOTDLL_API void robot_fd ( | short id , |
| | short a ) |