SBGC32 API cmd examples
SBGC32 API cmd examples
Use this tool to construct and test commands of the SimpleBGC32 Serial API protocol.
Commands can be tested in the SimpleBGC32 GUI - «Debug» tab, by inserting ID and payload and pressing the “SEND” button.
(Please enable macros execution to allow this tool to work)
Action Parameter Meaning Value Command ID Payload (hex dump exl. headers and checksums)
Страница 1
Лист1
CMD_SET_ADJ_VARS_VAL – update the value of selected parameter(s) in runtime w/out saving it to EEPROM
Set the speed of remote NUM_PARAMS 3 31 03 13 64 00 00 00 14 64 00 00 00 15 64 00 00 00
control for all axes to 100 PARAM1_ID RC_SPEED_ROLL 19
PARAM1_VALUE 100 100
PARAM2_ID RC_SPEED_PITCH 20
PARAM2_VALUE 100 100
PARAM3_ID RC_SPEED_YAW 21
PARAM3_VALUE 100 100
Страница 2
Set PID gains to 1.5 for all 31 03 2A 46 00 00 00 2B 46 00 00 00 2C 46 00 00 00
axes
Лист1
PARAM3_ID PID_GAIN_YAW 44
PARAM3_VALUE 1,5 70
Страница 3