How to do this block diagram in simulink?
조회 수: 3 (최근 30일)
이전 댓글 표시
doi 10.5829/idosi.wasj.2013.21.1001
From this link paper, there is a block diagram (figure 8), how to do this in simulink?
답변 (1개)
Sam Chak
2024년 10월 17일
Hi @Tahsin
If you are referring to this block diagram, there is a slight mistake in the architecture, as the Velocity Loop and the Position Loop cannot have the same output signal. An Integrator block is definitely missing in the Position Loop. I am unsure how this oversight occurred among the seven PID control experts (co-authors) as well as the editor and reviewers.
The plant's second-order transfer function is identified in Eq. (1), but you should not use the standard Transfer Function block. Instead, use the Second-Order Integrator block. To utilize this block, you will need to convert the Transfer Function into a Differential Equation (via Transfer Function to State-Space, which can then be interpreted as an ordinary differential equation).
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 General Applications에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!