Simulink Help (i would imagine its a pretty simple solution)

  • Thread starter Thread starter Davieslad
  • Start date Start date
  • Tags Tags
    Simulink
AI Thread Summary
A vehicle braking simulation is being developed, where the vehicle decelerates from 400 mph to zero using both a parachute and conventional brakes. The parachute deploys at 400 mph, and to avoid overheating, the brakes must only be used below 200 mph. The current setup includes a Simulink model that factors in the parachute, drag force, and wheel brakes. The discussion focuses on finding an appropriate block to prevent the wheel brakes from engaging until the vehicle reaches 200 mph. The solution was achieved using an embedded MATLAB function to implement a simple conditional statement, effectively controlling the brake engagement based on speed.
Davieslad
Messages
22
Reaction score
0
I have a system, setup to simulate the braking of a vehicle.

the vehicle decelerates from 400 mph to zero using a parachute, and conventional brakes

the parachute deploys at 400mph

to prevent the brakes from overheating they need to be used at a lower velocity

at present i have a simulink model which takes into account the parachute, the drag force off the car, and the wheel brakes, all from 400mph.

wheelspic-1.jpg


does anyone know what sort of 'block' would be most appropriate to stop the constant 'wheelbrakes' having any effect until v=200mph?

cheers

ed
 
Physics news on Phys.org
as it turn out, it was! i used the embedded MATLAB function to write a simple if statement...

so simple whaen you know how..
 
Back
Top