INT32U CMD Command (answer)
FLT32 CSS1_A Scaling factor for the analogue measurements of the winding A current.
FLT32 CSS1_B Shift factor for the analogue measurements of the winding A current.
FLT32 CSS2_A Scaling factor for the analogue measurements of the winding B current.
FLT32 CSS2_B Shift factor for the analogue measurements of the winding B current.
FLT32 FullCurrent_A Scaling factor for the analogue measurements of the full current.
FLT32 FullCurrent_B Shift factor for the analogue measurements of the full current.
INT8U Reserved [88] Reserved (88 bytes)
INT16U CRC Checksum
Description:
Read calibration settings. This function fill structure with calibration settings.
Command SNMF
result_t set_controller_name (device_t id, const controller_name_t* controller_name)
Command code (CMD): "snmf" or 0x666D6E73.
Request: (30 bytes)
INT32U CMD Command
CHAR
ControllerName
[16]
User conroller name. Can be set by user for his/her convinience. Max string length: 16 chars.
INT8U CtrlFlags Internal controller settings.
0x01 - EEPROM_PRECEDENCE (If the flag is set settings from external EEPROM override controller
settings.)
INT8U Reserved [7] Reserved (7 bytes)
INT16U CRC Checksum
Answer: (4 bytes)
INT32U CMD Command (answer)
Description:
Write user controller name and flags of setting from FRAM.
Command GNMF
result_t get_controller_name (device_t id, controller_name_t* controller_name)
Command code (CMD): "gnmf" or 0x666D6E67.
Request: (4 bytes)
INT32U CMD Command
Answer: (30 bytes)
INT32U CMD Command (answer)
CHAR
ControllerName
[16]
User conroller name. Can be set by user for his/her convinience. Max string length: 16 chars.
INT8U CtrlFlags Internal controller settings.
0x01 - EEPROM_PRECEDENCE (If the flag is set settings from external EEPROM override controller
settings.)
INT8U Reserved [7] Reserved (7 bytes)
INT16U CRC Checksum
Description:
Read user controller name and flags of setting from FRAM.
Command SNVM