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.drl_resume

Features

This is a function for resuming the DRL program (task) currently temporarily suspended in the robot controller.

Parameter

None

Return

Value

Description

0

Error

1

Success

Example

C++
if (drfl. get_program_state() == DRL_PROGRAM_STATE_HOLD) {
	bool bResult = drfl.drl_resume(); 
	//...
}