Skip to content

Programming File Information Sending Structure rm_send_project_t

Parameter description

ParameterTypeDescription
project_pathc_char * 300File path and name.
project_path_lenintPath and name length.
plan_speedintPlanned speed ratio.
only_saveint0: Run the file, 1: Save the file only, without running.
save_idintSaved file ID in the controller.
step_flagintSingle step mode, 1: single step mode, 0: normal motion mode.
auto_startintDefault online programming file, 1: default, 0: non-default.
project_typeintFile type, 0: online programming file, 1: drag teaching trajectory file.

Constructor function

Python
rm_ctypes_wrap.rm_send_project_t.__init__(self, project_path: str = None, plan_speed: int = None, only_save: int = None, save_id: int = None, step_flag: int = None, auto_start: int = None, project_type: int = None):

Parameter description:

ParameterTypeDescription
project_pathstr, optionalFile path and name, default: None.
project_path_lenint, optionalPath and name length, default: None.
plan_speedint, optionalPlanned speed ratio, default: None.
only_saveint, optional0: Run the file, 1: Save the file only, without running, default: None.
save_idint, optionalSaved file ID in the controller, default: None.
step_flagint, optionalSingle step mode, 1: single step mode, 0: normal motion mode, default: None.
auto_startint, optionalDefault online programming file, 1: default, 0: non-default, default: None.
project_typeint, optionalFile type, 0: online programming file, 1: drag teaching trajectory file, default: None.