C, C++:
Robotic Arm Software Version Structurerm_arm_software_version_t Class member variable description
Robotic arm model
product_versionC++char rm_arm_software_version_t::product_version[10]Robotic Arm Controller Version
robot_controller_versionThe field is "4.0", indicating that it is a Gen 4 controller.
C++char rm_arm_software_version_t::robot_controller_version[10]Algorithm library information
algorithm_infoC++rm_algorithm_version_t rm_arm_software_version_t::algorithm_infoJump to rm_algorithm_version_t for details of the structure.
ctrl layer software information
ctrl_infoC++rm_software_build_info_t rm_arm_software_version_t::ctrl_infoJump to rm_software_build_info_t for details of the structure.
Communication Module Software Information
com_infoC++rm_software_build_info_t rm_arm_software_version_t::com_infoJump to rm_software_build_info_t for details of the structure.
Flowchart Programming Module Software Information
program_infoC++rm_software_build_info_t rm_arm_software_version_t::program_infoJump to rm_software_build_info_t for details of the structure.

