Skip to content

Robotic Arm Program Running State Structure rm_program_run_state_t

Parameter description

ParameterTypeDescription
run_stateintRunning state, 0: not started, 1: running, 2: paused.
idintID of trajectories.
edit_idintPreviously edited online programming ID.
plan_numintNumber of running lines.
total_loopintNumber of loop commands.
step_modeintSingle step mode, 1: single step mode, 0: non-single step mode.
plan_speedintGlobal planned speed ratio, 1−100.
loop_numList[int]Number of loop lines.
loop_contList[int]Loop count

Member function

Python
def Robotic_Arm.rm_ctypes_wrap.rm_program_run_state_t.to_dict(self, recurse = True)

Return the class variables as dictionaries and, if the recurse is True, process the structure fields recursively through ctypes.