RX72M Group
Single-Chip Motor Control via EtherCAT Communications
R01AN5434EJ0110 Rev.1.10
Page 44 of 85
Aug.31.2020
5.18 R_MTR_SetVariables
This function sets the contents of the buffer of variables for ICS input as the motor control parameters.
Format
void R_MTR_SetVariables(void)
Parameters
None
Return Values
None
Properties
The prototypes are declared in r_mtr_driver_acces.h.
Description
This function sets the values of the various parameters set in the buffer of variables for ICS input,
st_ctrl_input_buff, as the corresponding motor control parameters.
Example
/* Set control input buffer to motor control structure members */
R_MTR_SetVariables();