1.32 1.31 1.30 1.29 1.28 1.20 Korean English Chinese Czech Dutch French German Hungarian Italian Japanese Polish Portuguese Spanish
1.32 1.31 1.30 1.29 1.28 1.20 Korean English Chinese Czech Dutch French German Hungarian Italian Japanese Polish Portuguese Spanish

CDRFLEx.get_current_solution_space

Features

This is a function for checking information on the pose of the robot in the robot controller.

Parameter

None

Return

Value

Description

unsigned char(0~7)

Information on the pose of the robot

Example

C++
unsigned char iSolutionSpace = Drfl.get_current_solution_spaces();
// Moves (Move J) if the robot maintains the current pose.
float point[6] = { 10, 10, 10, 10, 10, 10 };
Drfl.movejx(point, iSolutionSpace, 30, 30);