|
@@ -580,12 +580,12 @@ static void TcpDataInfoAssembleSend()
|
|
|
sprintf((char *)rbuf, "B-%d,%d,%d,%d,%d,%d,%d,,\
|
|
|
%d,%d,%d,%d,%d,,\
|
|
|
%d,%d,%d,%d,%d,%d,,\
|
|
|
- %d,%d,%d,%d,,\
|
|
|
+ %d,%d,%d,%d,%d,,\
|
|
|
%d,%d,%d,%d",
|
|
|
socd_pct_ahSoc, socd_pct_ekfSoc, socd_pct_battSoc, socd_pct_vcuSoc, socd_pct_cellBattSoc, sohv_Q_packCapArrEo[9], cdmv_ohm_deltR[cand_idx_cellNr - 1],
|
|
|
sfmd_I_curr, maxCellVol, minCellVol, sfmd_V_cellUAvrg, sfmv_V_cellU[1],
|
|
|
cand_idx_cellNr, cand_Q_cellCap, cand_V_chrgStartStat, ihd_tm_parkTime, sohd_Q_chrgEo, sohd_flg_chrgEndEo,
|
|
|
- pimd_V_ocv, pimd_R_ohm, pimd_R_polar, pimd_F_polar,
|
|
|
+ pimd_V_ocv, pimd_R_ohm, pimd_R_polar, pimd_F_polar,test_deltU,
|
|
|
sopd_I_chrgCurrMax,sopd_P_chrgPMax,sopd_I_disChrgCurrMax,sopd_P_disChrgPMax);
|
|
|
}
|
|
|
Debugcounter++;
|