Hello everyone! I am building a model of a 4 motor drive, 4 battery box for a pure electric vehicle's vehicle controller. The whole vehicle fault is hierarchically managed and divided into three levels.

조회 수: 4 (최근 30일)
Hello everyone! I am building a model of a 4 motor drive, 4 battery box for a pure electric vehicle's vehicle controller. The whole vehicle fault is hierarchically managed and divided into three levels. The first-level fault is the most serious fault. At this time, the vehicle is not allowed to drive, the motor is prohibited from working, and the relevant high-voltage relay needs to be disconnected. If the vehicle is charging, the charging is suspended; the second-level fault is a medium fault, in order to protect the vehicle and The safety of personnel needs to be reduced and run, so that the vehicle can drive at a limited power. If the vehicle is charging, the current is limited. The fault of level 3 is a minor fault. At this time, the vehicle only needs to send an alarm message to the driver through the meter to remind the vehicle to repair the vehicle. In addition to this, Level 1 and Level 2 faults are also displayed on the meter, and the driver has been informed of the vehicle fault information. These include some faulty battery temperatures, battery cell voltages too high, duration 15s, motor failures, other faults, etc. Can these fault handling models be modeled with simulink, can they automatically generate embedded code? The simulink model of the fault handling class generally uses which modules of simulink, and who can refer to the model can share it, I would be grateful.
图片1.png
some fault like following
tu2.PNG

답변 (1개)

Chirag
Chirag 2020년 1월 3일
Hi Apei,
Yes, you can model the fault detection and reporting logic in Simulink and Stateflow. Stateflow allows you to model statemachine, sequence logic and temporal logic.
You can read more about stateflow here. https://www.mathworks.com/products/stateflow.html
You can also generate embedded code for Simulink and Stateflow models using Embedded Coder.
Here is an example with Battery Management System which has fault daignostic model.
  댓글 수: 1
lee stone
lee stone 2021년 11월 23일
Hi, Chirag, the code runs with compile errors in the example :

Starting serial model reference simulation build ### Build procedure for Battery_Model aborted due to an error.

Battery_System_R2020a\work\slprj\sim\Battery_Model\tmwinternal\binfo_mdlref.mat: Invalid argument

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Powertrain Reference Applications에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by