Обновление платы на V2
This commit is contained in:
parent
bd1eb49898
commit
eff81b70e0
8172
HVAC_model.c
8172
HVAC_model.c
File diff suppressed because it is too large
Load Diff
1538
HVAC_model.h
1538
HVAC_model.h
File diff suppressed because it is too large
Load Diff
|
|
@ -3,9 +3,9 @@
|
||||||
*
|
*
|
||||||
* Code generated for Simulink model 'HVAC_model'.
|
* Code generated for Simulink model 'HVAC_model'.
|
||||||
*
|
*
|
||||||
* Model version : 1.876
|
* Model version : 1.900
|
||||||
* Simulink Coder version : 24.1 (R2024a) 19-Nov-2023
|
* Simulink Coder version : 24.1 (R2024a) 19-Nov-2023
|
||||||
* C/C++ source code generated on : Wed May 6 14:55:30 2026
|
* C/C++ source code generated on : Fri May 8 11:49:57 2026
|
||||||
*
|
*
|
||||||
* Target selection: ert.tlc
|
* Target selection: ert.tlc
|
||||||
* Embedded hardware selection: ARM Compatible->ARM Cortex-M
|
* Embedded hardware selection: ARM Compatible->ARM Cortex-M
|
||||||
|
|
@ -644,6 +644,21 @@ const ConstP rtConstP = {
|
||||||
*/
|
*/
|
||||||
{ 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29 },
|
{ 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29 },
|
||||||
|
|
||||||
|
/* Computed Parameter: DataStoreMemory13_InitialValue
|
||||||
|
* Referenced by: '<S501>/Data Store Memory13'
|
||||||
|
*/
|
||||||
|
{ 1050, 1250, 1175, 1195, 1315, 1300, 1485, 1440, 1195 },
|
||||||
|
|
||||||
|
/* Computed Parameter: DataStoreMemory13_InitialValue_c
|
||||||
|
* Referenced by: '<S502>/Data Store Memory13'
|
||||||
|
*/
|
||||||
|
{ 1225, 1320, 1270, 1540, 1480, 1175, 0, 0, 0 },
|
||||||
|
|
||||||
|
/* Computed Parameter: DataStoreMemory13_InitialValue_cb
|
||||||
|
* Referenced by: '<S503>/Data Store Memory13'
|
||||||
|
*/
|
||||||
|
{ 3075, 3075, 1605, 1840, 1650, 1635, 1820, 1650, 0 },
|
||||||
|
|
||||||
/* Pooled Parameter (Expression: [0:4:4092])
|
/* Pooled Parameter (Expression: [0:4:4092])
|
||||||
* Referenced by:
|
* Referenced by:
|
||||||
* '<S253>/1-D Lookup Table'
|
* '<S253>/1-D Lookup Table'
|
||||||
|
|
|
||||||
|
|
@ -3,9 +3,9 @@
|
||||||
*
|
*
|
||||||
* Code generated for Simulink model 'HVAC_model'.
|
* Code generated for Simulink model 'HVAC_model'.
|
||||||
*
|
*
|
||||||
* Model version : 1.876
|
* Model version : 1.900
|
||||||
* Simulink Coder version : 24.1 (R2024a) 19-Nov-2023
|
* Simulink Coder version : 24.1 (R2024a) 19-Nov-2023
|
||||||
* C/C++ source code generated on : Wed May 6 14:55:30 2026
|
* C/C++ source code generated on : Fri May 8 11:49:57 2026
|
||||||
*
|
*
|
||||||
* Target selection: ert.tlc
|
* Target selection: ert.tlc
|
||||||
* Embedded hardware selection: ARM Compatible->ARM Cortex-M
|
* Embedded hardware selection: ARM Compatible->ARM Cortex-M
|
||||||
|
|
@ -85,7 +85,6 @@ extern int16_t look1_iu16tdIs16_binlcs(uint16_t u0, const uint16_t bp0[], const
|
||||||
double table[], uint32_t maxIndex);
|
double table[], uint32_t maxIndex);
|
||||||
extern uint32_t plook_u32s16_bincka(int16_t u, const int16_t bp[], uint32_t
|
extern uint32_t plook_u32s16_bincka(int16_t u, const int16_t bp[], uint32_t
|
||||||
maxIndex);
|
maxIndex);
|
||||||
extern int32_t div_nde_s32_floor(int32_t numerator, int32_t denominator);
|
|
||||||
extern void get_tg_FLL_for_LVL(uint8_t rtu_ambient_Lvl, uint8_t rtu_set_tmp,
|
extern void get_tg_FLL_for_LVL(uint8_t rtu_ambient_Lvl, uint8_t rtu_set_tmp,
|
||||||
int16_t *rty_vals);
|
int16_t *rty_vals);
|
||||||
extern void get_tg_FLL_for_LVL_j(uint8_t rtu_ambient_Lvl, uint8_t rtu_set_tmp,
|
extern void get_tg_FLL_for_LVL_j(uint8_t rtu_ambient_Lvl, uint8_t rtu_set_tmp,
|
||||||
|
|
@ -130,16 +129,13 @@ extern void AFforVentmode(uint8_t rtu_blower_speed, uint16_t *rty_out);
|
||||||
extern void AFforBiLevelR(uint8_t rtu_blower_speed, uint16_t *rty_out);
|
extern void AFforBiLevelR(uint8_t rtu_blower_speed, uint16_t *rty_out);
|
||||||
extern void AFforFootR(uint8_t rtu_blower_speed, uint16_t *rty_out);
|
extern void AFforFootR(uint8_t rtu_blower_speed, uint16_t *rty_out);
|
||||||
extern void AFforVentmodeR(uint8_t rtu_blower_speed, uint16_t *rty_out);
|
extern void AFforVentmodeR(uint8_t rtu_blower_speed, uint16_t *rty_out);
|
||||||
extern void ValvesforBiLevel(uint8_t rtu_blower_speed, uint16_t *rty_out);
|
extern void ValvesforBiLevel(uint16_t rty_out[9]);
|
||||||
extern void ValvesforDef(uint8_t rtu_blower_speed, uint16_t *rty_out);
|
extern void ValvesforDef(uint16_t rty_out[9]);
|
||||||
extern void ValvesforFoot(uint8_t rtu_blower_speed, uint16_t *rty_out);
|
extern void ValvesforFootDef(uint16_t rty_out[9]);
|
||||||
extern void ValvesforFootDef(uint8_t rtu_blower_speed, uint16_t *rty_out);
|
extern void ValvesforHi_Level(uint16_t rty_out[9]);
|
||||||
extern void ValvesforHi_Level(uint8_t rtu_blower_speed, uint16_t *rty_out);
|
extern void ValvesforTriLevel(uint16_t rty_out[9]);
|
||||||
extern void ValvesforTriLevel(uint8_t rtu_blower_speed, uint16_t *rty_out);
|
extern void AFforBiLevel_m(uint16_t rty_out[6]);
|
||||||
extern void ValvesforVentmode(uint8_t rtu_blower_speed, uint16_t *rty_out);
|
extern void valvesforVentmode(uint16_t rty_out[6]);
|
||||||
extern void AFforBiLevel_m(uint8_t rtu_blower_speed, uint16_t *rty_out);
|
|
||||||
extern void AFforFoot_p(uint8_t rtu_blower_speed, uint16_t *rty_out);
|
|
||||||
extern void valvesforVentmode(uint8_t rtu_blower_speed, uint16_t *rty_out);
|
|
||||||
extern void g_assSTART_ENTER_INCAR_j(uint8_t rtu_LVL, int16_t *rty_out);
|
extern void g_assSTART_ENTER_INCAR_j(uint8_t rtu_LVL, int16_t *rty_out);
|
||||||
extern void g_assSTART_ENTER_COOLANT_p(uint8_t rtu_LVL, int16_t *rty_out);
|
extern void g_assSTART_ENTER_COOLANT_p(uint8_t rtu_LVL, int16_t *rty_out);
|
||||||
extern void Level4(int8_t *rty_step1, const uint16_t *rtd_ECT, const uint8_t
|
extern void Level4(int8_t *rty_step1, const uint16_t *rtd_ECT, const uint8_t
|
||||||
|
|
|
||||||
|
|
@ -3,9 +3,9 @@
|
||||||
*
|
*
|
||||||
* Code generated for Simulink model 'HVAC_model'.
|
* Code generated for Simulink model 'HVAC_model'.
|
||||||
*
|
*
|
||||||
* Model version : 1.876
|
* Model version : 1.900
|
||||||
* Simulink Coder version : 24.1 (R2024a) 19-Nov-2023
|
* Simulink Coder version : 24.1 (R2024a) 19-Nov-2023
|
||||||
* C/C++ source code generated on : Wed May 6 14:55:30 2026
|
* C/C++ source code generated on : Fri May 8 11:49:57 2026
|
||||||
*
|
*
|
||||||
* Target selection: ert.tlc
|
* Target selection: ert.tlc
|
||||||
* Embedded hardware selection: ARM Compatible->ARM Cortex-M
|
* Embedded hardware selection: ARM Compatible->ARM Cortex-M
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue