Skip to content

Commit 681be60

Browse files
irvingywangarclnx
andauthored
Adjust Regen Limits (#386)
Co-authored-by: arclnx <73797060+arclnx@users.noreply.github.com>
1 parent 6b1f221 commit 681be60

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

source/torque_vector/vcu/vcu_init.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ pVCU_struct init_pVCU(void) {
9999
.OV_INV_derating_full_T = 50,
100100
.OV_INV_derating_zero_T = 100,
101101
.MAX_TO_ABS_RG = 5,
102-
.VB_RG_derating_full_T = 450,
103-
.VB_RG_derating_zero_T = 460,
102+
.VB_RG_derating_full_T = 480,
103+
.VB_RG_derating_zero_T = 500,
104104
.IB_RG_derating_full_T = -145,
105105
.IB_RG_derating_zero_T = -160,
106106
.GS_RG_derating_zero = 1.3888889,

source/torque_vector/vcu/vcu_step.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* File: vcu_step.c
66
*
77
* MATLAB Coder version : 24.1
8-
* C/C++ source code generated on : 13-May-2026 12:36:13
8+
* C/C++ source code generated on : 17-May-2026 19:43:15
99
*/
1010

1111
/* Include Files */

0 commit comments

Comments
 (0)