Design a Transmission Shift Controller
조회 수: 2 (최근 30일)
이전 댓글 표시
Would appreciate some direction on how to design a transmission shift controller in Simulink/Simscape without using State Flow. Basically I need to output a number (1,2,3) noting the desired transmission gear based upon an input engine speed.
My needs are very basic for now (just learning). I envision:
- Input: RPM, engine speed
- Output: GEAR, the desired transmission gear (number 1,2,3)
- UP, engine speed upshift point (increment)
- DN, engine speed downshift point (decrement)
And then the controller would simply:
- If RPM>UP then increment GEAR just once.
- If RPM<DN then decrement GEAR just once.
Also, I imagine that since the engine has substantial inertia, there may need to be some DELAY parameter setting the minimum time between any subsequent GEAR changes because although the transmission may shift gears instantly, the non-instantaneous engine speed change can trick the shift logic to shift twice.
Any design direction is appreciated. Thanks.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Simscape Multibody에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!