Skip to content

NguyenTuChung01/AntilockBrakingSystemInCarsim

Repository files navigation

Antilock Braking System in Carsim

An anti-lock braking system (ABS) is a safety anti-skid braking system used on aircraft and on land vehicles, such as cars, motorcycles, trucks, and buses. ABS prevents wheel slip from exceeding allowable limits. In this project, I built a controller for the ABS system and simulated it on Carsim.

Table of contents!

  1. Introduction
  2. Build control system
  3. Controller
  4. Citation
  5. Contributing to MOBATSim
  6. Release Notes
  7. Getting Started

Introduction

Antilock braking system is one of the main parts and plays an important role in controlling cars on the road. Is an electronic auxiliary device that prevents the vehicle from skidding under abnormal driving conditions. This system will prevent wheel locking by controlling and varying the oil pressure acting on the brake mechanisms. This project will build On-Off Controller, Fuzzy PID Controller and evaluate their braking efficiency.

Below is the relationship between wheel slip and Adhesion coefficient. image So the goal of the On-Off Controller and the Fuzzy PID Controller is to keep the wheel slip from 0.1 to 0.3.

Build control system

Build ABS system based on closed loop control system, with desired output is wheel slip with wheel slip equal to 0.15 image

Project(CarSim S-Function2)

Multi input is brake wheel cylinder pressure (MPa) at the wheels and multi output is vehicle speed (km/h), wheel speed (km/h) and master cylinder pressure (MPa). image

Actuator(Brake Actuator Model)

The control signal is multiplied by the brake pressure at the master cylinder, transmitted to the Transfer Fcn, then transmitted to and controlled by the brake pressure at each wheel to brake. Transfer Fcn is the transfer function, representing the delay of the hydraulic system when braking or it is the mechanical delay of the solenoid in the brake system. image

Caculator Slip

image

Controller

On-Off Controller

image

Fuzzy PID Controller

image Controller of front wheel image Controller of rear wheel image

About

Built-in controller for ABS system in Carsim.

Topics

Resources

Stars

Watchers

Forks