Actually, I have tried the single axis parameter reading and writing by the "motion/core/extension/i_axs_cfg.h" which is also provided in the SDK sample include file. Like below: And the single axis parameter operation is normally achieved without any error. So I though the "motion/core/extension i_kin_cfg.h" will support the similar function like the "motion/core/extension/i_axs_cfg.h". In this way, it will be easier to use and faster than the interface in datalayer. However, if the "i_kin_cfg.h" is only for the internal use, I have no choice but to operate the kin parameter by the interface in datalayer.
... View more