필터 지우기
필터 지우기

Change update rate of Simulink Real-time Instrument Panel

조회 수: 14 (최근 30일)
Thomas Marullo
Thomas Marullo 2014년 3월 20일
답변: Thomas Marullo 2014년 3월 21일
I am playing with the new Simulink Real-Time Instrument Panel and linking instruments to signals and parameters from a model. When I run the panel, it updates at 1 second. Is it possible to change this update rate so I get a smoother interface to work with? It is very clunky to move a dial and see the response in an indicator or gauge update 1 time a second.

채택된 답변

Thomas Marullo
Thomas Marullo 2014년 3월 21일
Well, I restarted Matlab and the model and now everything works smoothly. Not sure what went wrong. Thanks everyone. I think the problem fixed itself.

추가 답변 (3개)

Mag
Mag 2014년 3월 21일
The instruments update at 20 frames per second, not sure how you concluded 1 time a second. One reason why an instrument may appear to update not very smoothly if the signal of real time application itself is updating at slow rate. In this case, it would make no difference how fast the instruments updates.
Are you by any chance running anything else that is communicating to the target at the same time while running the instrument panel, for example are you connecting and running the Simulink model using the Simulink External mode interface as well?

Suneesh
Suneesh 2014년 3월 20일
편집: Suneesh 2014년 3월 21일
The default refresh rate is 50 milliseconds. From my experience this is seen in practice too. This may however be hampered if you are running either a complicated model or if you have a lot of applications running on the host PC. I recommend experimenting with the shipped demo 'xpcosc' which is a simple model. If you still see issues with performance then perhaps you could contact technical support.
Also, the instruments have a property called 'UpdateFrameRate' which is set to 50 by default, indicating the 50ms I mentioned above. Do check this value for your instruments as well.

Thomas Marullo
Thomas Marullo 2014년 3월 21일
My model is running at 0.001. The Instrument Panel I designed it rudimentary with 2 knobs, 2 fluid gauges and a numeric indicator. The knobs works smoothly and I have it bound to a Constant Value. The problem seems to be with this binding. When I move the knob and observe my output (which is just a simple product) the value steps instead of changing smoothly. I checked the UpdateFrameRate and it is 50 for that object. I checked all the sample rates in my model and it is SingleTasking at 0.001.

카테고리

Help CenterFile Exchange에서 Target Computer Setup에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by