Skip to content

Commit

Permalink
added rear and front ammo position messages
Browse files Browse the repository at this point in the history
added fields to inverters dbc
irts messages add force type and force optimization
  • Loading branch information
gmazzucchi committed Nov 16, 2023
1 parent b131fa7 commit 1aa8bff
Show file tree
Hide file tree
Showing 3 changed files with 265 additions and 66 deletions.
13 changes: 13 additions & 0 deletions networks/inverters/Inverter_L.dbc
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ SG_ Active192 m192 : 23|1@1+ (1,0) [0|1] "" Vector__XXX
SG_ def_DIN_1 m192 : 8|15@1+ (1,0) [0|32767] "" Vector__XXX
SG_ Active190 m190 : 23|1@1+ (1,0) [0|1] "" Vector__XXX
SG_ def_END_1 m190 : 8|15@1+ (1,0) [0|32767] "" Vector__XXX
SG_ I_max_pk m196 : 8|16@1+ (0.00610388818,0) [0|100] "%" Vector__XXX
SG_ I_con_eff m197 : 8|16@1+ (0.00610388818,0) [0|100] "%" Vector__XXX
SG_ I_device m198 : 8|16@1+ (0.1,0) [0|6553.5] "A" Vector__XXX
SG_ N_R_Lim m199 : 8|16@1+ (1,0) [0|1000] "ms" Vector__XXX
SG_ M_R_Rcp m199 : 24|16@1+ (1,0) [0|4000] "ms" Vector__XXX
SG_ Nmax100perc m200 : 8|16@1- (1,0) [-32768|32767] "rpm" Vector__XXX



Expand Down Expand Up @@ -174,6 +180,13 @@ SG_ Active192 m192 : 23|1@1+ (1,0) [0|1] "" Vector__XXX
SG_ def_DIN_1 m192 : 8|15@1+ (1,0) [0|32767] "" Vector__XXX
SG_ M_cmd_ramp m58 : 8|16@1- (1,0) [-32767|32767] "Num" Vector__XXX
SG_ free m58 : 24|16@1- (1,0) [-32768|32767] "Num" Vector__XXX
SG_ I_max_pk m196 : 8|16@1+ (0.00610388818,0) [0|100] "%" Vector__XXX
SG_ I_con_eff m197 : 8|16@1+ (0.00610388818,0) [0|100] "%" Vector__XXX
SG_ I_device m198 : 8|16@1+ (0.1,0) [0|6553.5] "A" Vector__XXX
SG_ N_R_Lim m199 : 8|16@1+ (1,0) [0|1000] "ms" Vector__XXX
SG_ M_R_Rcp m199 : 24|16@1+ (1,0) [0|4000] "ms" Vector__XXX
SG_ Nmax100perc m200 : 8|16@1- (1,0) [-32768|32767] "rpm" Vector__XXX


CM_ SG_ 513 Motor_F_N "Nominal Motor Frequency";
CM_ SG_ 513 T_dc__Start "Time For DC Pre-Charge-Magnitising - Start";
Expand Down
12 changes: 12 additions & 0 deletions networks/inverters/Inverter_R.dbc
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ SG_ Active192 m192 : 23|1@1+ (1,0) [0|1] "" Vector__XXX
SG_ def_DIN_1 m192 : 8|15@1+ (1,0) [0|32767] "" Vector__XXX
SG_ Active190 m190 : 23|1@1+ (1,0) [0|1] "" Vector__XXX
SG_ def_END_1 m190 : 8|15@1+ (1,0) [0|32767] "" Vector__XXX
SG_ I_max_pk m196 : 8|16@1+ (0.00610388818,0) [0|100] "%" Vector__XXX
SG_ I_con_eff m197 : 8|16@1+ (0.00610388818,0) [0|100] "%" Vector__XXX
SG_ I_device m198 : 8|16@1+ (0.1,0) [0|6553.5] "A" Vector__XXX
SG_ N_R_Lim m199 : 8|16@1+ (1,0) [0|1000] "ms" Vector__XXX
SG_ M_R_Rcp m199 : 24|16@1+ (1,0) [0|4000] "ms" Vector__XXX
SG_ Nmax100perc m200 : 8|16@1- (1,0) [-32768|32767] "rpm" Vector__XXX



Expand Down Expand Up @@ -174,6 +180,12 @@ SG_ Active192 m192 : 23|1@1+ (1,0) [0|1] "" Vector__XXX
SG_ def_DIN_1 m192 : 8|15@1+ (1,0) [0|32767] "" Vector__XXX
SG_ M_cmd_ramp m58 : 8|16@1- (1,0) [-32767|32767] "Num" Vector__XXX
SG_ free m58 : 24|16@1- (1,0) [-32768|32767] "Num" Vector__XXX
SG_ I_max_pk m196 : 8|16@1+ (0.00610388818,0) [0|100] "%" Vector__XXX
SG_ I_con_eff m197 : 8|16@1+ (0.00610388818,0) [0|100] "%" Vector__XXX
SG_ I_device m198 : 8|16@1+ (0.1,0) [0|6553.5] "A" Vector__XXX
SG_ N_R_Lim m199 : 8|16@1+ (1,0) [0|1000] "ms" Vector__XXX
SG_ M_R_Rcp m199 : 24|16@1+ (1,0) [0|4000] "ms" Vector__XXX
SG_ Nmax100perc m200 : 8|16@1- (1,0) [-32768|32767] "rpm" Vector__XXX

CM_ SG_ 514 Motor_F_N "Nominal Motor Frequency";
CM_ SG_ 514 T_dc__Start "Time For DC Pre-Charge-Magnitising - Start";
Expand Down
Loading

0 comments on commit 1aa8bff

Please sign in to comment.