Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SP] Temperature of brake motor #140

Open
datahaki opened this issue Feb 19, 2018 · 0 comments
Open

[SP] Temperature of brake motor #140

datahaki opened this issue Feb 19, 2018 · 0 comments

Comments

@datahaki
Copy link
Contributor

datahaki commented Feb 19, 2018

Background

  • The brake of the gokart is operated by a linear motor ("linmot").
  • When the shaft of the motor is in "home" position, no braking occurs and no energy is consumed.
  • For maximum brake effect, the motor maintains the shaft at position ~42[mm]. In that state, the motor heats up significantly.
  • The temperature of the motor should not exceed 110[degC].

Task description

  • investigate the linmot heatup from log files of MPC operation. given a typical lap and use of brake, quantify the number of laps that can be driven until the max. temperature is reached.
  • Create a transfer function model that approximates the motor heat curve depending on the input signal that is the brake position.
  • Since the brake operation is required for a certain period of time during emergency stop, the task is to bound the permitted speed of the gokart depending on the current linmot temperature. Example: At a velocity of 6[m/s] requires 1.3[s] of brake action to come to a complete stop. During that time, the brake is estimated to heat up by X[degC]. Therefore, a motor temperature of 110-X[degC] is required prior to the emergency stop.

Visualization

Brake action and Linmot temperature during experiment
linmot_temperature

@datahaki datahaki changed the title [SP] [SP] Temperature of brake motor Feb 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant