Skip to content

Commit

Permalink
updating inverter torque limit signals. see hytech-racing/MCU@a41fe11.…
Browse files Browse the repository at this point in the history
… correct units on can line is in torque just scaled by 1/100th.
  • Loading branch information
RCMast3r committed Apr 8, 2024
1 parent 01d97ca commit cc1661b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
Binary file removed .DS_Store
Binary file not shown.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
result/
result
result
.DS_Store

12 changes: 6 additions & 6 deletions PCAN_project/hytech.sym
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ Sig=hv_enable unsigned 1
Sig=driver_enable unsigned 1
Sig=remove_error unsigned 1
Sig=speed_setpoint_rpm signed 16
Sig=positive_torque_limit signed 16
Sig=negative_torque_limit signed 16
Sig=positive_torque_limit signed 16 /f:0.01
Sig=negative_torque_limit signed 16 /f:0.01
Sig=torque_command signed 16
Sig=imd_ok_high unsigned 1
Sig=shutdown_b_above_threshold unsigned 1
Expand Down Expand Up @@ -383,10 +383,10 @@ Sig=vn_gps_lon signed 32 /f:1E-006
Sig=vn_gps_alt signed 16 /f:0.001
Sig=vn_gps_time unsigned 64
Sig=vn_gps_status unsigned 16 /e:vn_gps_fixE
Sig=fr_motor_torque signed 16 /u:nm
Sig=fl_motor_torque signed 16 /u:nm
Sig=rr_motor_torque signed 16 /u:nm
Sig=rl_motor_torque signed 16 /u:nm
Sig=fr_motor_torque signed 16 /u:nm /f:0.01
Sig=fl_motor_torque signed 16 /u:nm /f:0.01
Sig=rr_motor_torque signed 16 /u:nm /f:0.01
Sig=rl_motor_torque signed 16 /u:nm /f:0.01
Sig=potentiometer_rl unsigned 16 /u:lbs /ln:"Rear Left Potentiometer"
Sig=potentiometer_rr unsigned 16 /u:lbs /ln:"Rear Right Potentiometer"
Sig=tcu_recording_state unsigned 2 // The current state of TCU data recording (off, requested,on,saving)
Expand Down

0 comments on commit cc1661b

Please sign in to comment.