What is the difference b/w "Bus Editor" and "Bus-creator" in simulink?

조회 수: 14 (최근 30일)
* can anyone tell me the difference b/w "Bus Editor" and "Bus-creator"?
basically i want to create a bus with some set of signals and send those to output port after processing. as per my knowledge, i can do this two way : a) create a bus using bus editor and develop a simulink model for processing b) otherwise develop a simulink model and drag "bus creator" block which creates a bus and process with that*

채택된 답변

TAB
TAB 2012년 4월 26일
You are little bit confused.
Bus Creator is the simulink block which takes many input signals and generate bus as output.
Bus Editor is the GUI utility used to define the Bus objects and their property. Bus objects are simulink objects (just like variables and parameters which are used to set bus property from base workspace.
In your case, drag a bus block from library. Double click on it and set the number of signals and signal names in dialog box.
But, If you don't want to use the settings from dialog box, check on "Specify properties via bus object", enter the name of bus object and click on "edit" button to open and configure a bus object. This object will appear at matlab's base workspace as "Simulink.Bus" object. You can also create & configure this bus object programmically without bus editor.
  댓글 수: 3
TAB
TAB 2012년 4월 27일
I suggest you to go through these links....
http://blogs.mathworks.com/seth/2008/04/18/bus-objects-and-interface-specifications/
http://www.mathworks.com/help/toolbox/simulink/ug/brin2jr-1.html
Sukumar Paul
Sukumar Paul 2012년 4월 27일
Thanks a lot dude for your help. The above two link was really helpful for me.

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

추가 답변 (1개)

Sukumar Paul
Sukumar Paul 2012년 4월 27일
Again thanks to you. Those links was really helpful for me and i really understood about bus editor and bus creator.

카테고리

Help CenterFile Exchange에서 Interactive Model Editing에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by