Simulink: Triggered subsystem result does not coincide with equivalent discrete system.

조회 수: 2 (최근 30일)
I have created two equivalent discrete systems. They are identical and run at the same sampling period, but one is composed of just simulink blocks that execute their tasks at the specified sampling rate, T, while the other is sampled via a triggered subsystem, still with sampling rate T.
The results should be identical just like the subsystems but as you can see they are not:
The simulink Model is attached below (TRIGGEREDSUBSYSTEM.slx). In order to run it you need to execute the m file PARAMETRISPMSM also attached.
Thank you in advance for your time.

답변 (1개)

Harikrishnan Balachandran Nair
Harikrishnan Balachandran Nair 2021년 9월 22일
Hi,
I understand that you are trying to achieve the same functionality with and without using a 'triggered subsystem' , and you are expecting the results to be same in both cases.
In the attatched simulink model, you can observe that at t=0, the output from the PID controller outside the triggered subsystem is 0.313, while the output of PID controller inside the triggered subsystem is close to zero. The triggered subsystem executes for the first time at time t='T' , where there is a rising edge, and not at t=0. This delay is causing the output from the triggered subsystem to lag behind that outside the triggered subsystem by the sampling period 'T'.

카테고리

Help CenterFile Exchange에서 Subsystems에 대해 자세히 알아보기

태그

제품


릴리스

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by