필터 지우기
필터 지우기

Simulink Dataset - Saving and Loading back into Simulink

조회 수: 3 (최근 30일)
Horace Lai
Horace Lai 2013년 4월 30일
Hello,
I have a bus in my model that contains many levels of nested buses. I want to log this signal and load this bus's signals in another Simulink model.
I have logged a signal in Simulink by right-clicking it > Signal Properties > Log signal data. This allows me to log the bus signal easily without extracting everything out of it. The ToWorkspace block did not work.
However, now I do not know how to load this new Simulink Dataset variable, named sigsOut by default, in my other Simulink model. It is nowhere near the format needed for the FromWorkspace block. Is there an easy way?
Horace

답변 (3개)

Kaustubha Govind
Kaustubha Govind 2013년 4월 30일
It seems like you should be able to import that data back into another model using the Root Inport blocks. Also see Import Structures of timeseries Objects for Buses (apparently the Dataset format actually uses MATLAB timeseries objects).

Horace Lai
Horace Lai 2013년 5월 2일
I found an example in Simulink that addresses this
However, in order for this to work, the bus signal that is logged must be non-virtual, which means that I will have to create a bus object with the same structure.
My virtual bus is huge, is there a way to do this easily?
  댓글 수: 4
Kaustubha Govind
Kaustubha Govind 2013년 5월 3일
Oops, you're right. How about you follow the instructions under 'Making a bus object' on this blog post using Simulink.Bus.createObject? Does that help you generate a bus object?
Horace Lai
Horace Lai 2013년 5월 6일
That worked! Thanks. But now I have another issue. I will put it on another post

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


Horace Lai
Horace Lai 2013년 5월 6일
I have been able to use the method with logging a bus signal and then loading it back in a model referenced model. However, in the model I am working with, the signal I want to log is a virtual bus, and the model that I want to load it back in is not a model referenced model.
So even though I am able to convert the bus into a non-virtual bus and log it, it would be too much work to redo the model that I want to load it so that it expects a non-virtual bus signal.
Does anyone have any ideas on getting around this? From what I understand of Simulink I do not see a way to convert a non-virtual bus into a virtual bus.
  댓글 수: 1
Kaustubha Govind
Kaustubha Govind 2013년 5월 6일
Horace: Please post this as a new question. Writing this a new "Answer" to your old question is not the recommended way on this forum. Thanks!

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

카테고리

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

제품

Community Treasure Hunt

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

Start Hunting!

Translated by