功能 #2989
由 玉洁 金 更新于 8 个月 之前
If APP read the value of 'HB_Ramping_method_cfg' in the dataset is selected as *LDM* , the fade speed will be issued by 'LDM_internal_standard_ramping_cfg' in the dataset;
There are four possibilities for 'LDM_internal_standard_ramping_cfg':immediate、100ms、150ms and 200ms
1、if APP read 'LDM_internal_standard_ramping_cfg' = Immediate, HB immediately activate/deactivate;
2、if APP read 'LDM_internal_standard_ramping_cfg' = 100ms, HB activate/deactivate within 100ms;
3、if APP read 'LDM_internal_standard_ramping_cfg' = 150ms, HB activate/deactivate within 150ms;
4、if APP read 'LDM_internal_standard_ramping_cfg' = 200ms, HB activate/deactivate within 200ms;
返回