50
Copyright (C) 2020-2021 Reserved by ASIX Electronics Corporation, All Rights Reserved.
AX58200
Motor Control User Guide
Reference Design User Guide
6-6-2 Servo Parameter File Generation for TwinCAT FoE
As figure below, under path
“
YOUR_BSP_FOLDER\SampleCode\
Ethercat_MotorControl_Reference_Design\For_TwinCAT\Upgrade
”, you can find some files that used to
upgrade servo firmware and parameters.
Figure 6 - 46
⚫
BL60M24D8E00430080_MTMBL60.txt
This is original servo parameter file(.txt) and generated by manual modification or special servo tuning
tool, this file name means that this parameter file is only for BL60M24D8E00430080 motor, not allowed
be used on other type/specification motor.
Please note that, if you change to other specification of motor, the parameter file
MUST be re-tuned in order to avoid drive module damage.
This file
couldn’t directly download to slave, must be converted to
“AX58200_BL60M24D8E00430080_MTMBL60.efw”
file by calling
genImages.bat.
For ARM Keil MDK, the file path is
“YOUR_BSP_FOLDER\SampleCode\Ethercat_MotorControl_Reference_Design\Keil\genImages.bat”
.
For IAR EWARM, the file path is
“YOUR_BSP_FOLDER\SampleCode\Ethercat_MotorControl_Reference_Design\IAR\genImages.bat”
.
Normally, this batch file will be executed at post build action, you can manual execute it by double click as
well.
As the file content below, you can add/modify parameter file naming for other motor.
Figure 6 - 47
⚫
AX58200_MotorControl.efw
This is converted firmware image(.efw) for FoE upgrading, the converted image except pre-pended
32bytes file information, nothing else has changed. the 32 bytes file information is used to do file
signature, data integrity check and file type distinguish.
⚫
AX58200_BL60M24D8E00430080_MTMBL60.efw
Similar to AX58200_MotorControl.efw, but is converted from BL60M24D8E00430080_MTMBL60.txt
and used for servo parameter upgrading.