RobotInfo$ Function
Returns text information for the robot.
Syntax
RobotInfo$(index)
Parameters
- index
- Specify the index of the information to be retrieved as an integer value.
Return Values
A string containing the specified information.
Description
- 0: Robot name
- 1: Model name
- 2: Default point file name
- 3: Undefined
- 4: Serial number of robot
See Also
CtrlInfo, RobotInfo, TaskInfo
RobotInfo$ Function Example
Print "Robot Name: ", RobotInfo$(0)