Create Bus Element Ports from Bus Creator with a Bus Object
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi,
i have loaded a Bus Object in the workspace. Then in Simulink I created a Bus Creater, added several inputs to it and assigned the Bus Object to it.
Not I want to transform the Bus Creator to Bus Element Ports. But it fails with an Error Message.
Is something wrong with the Bus Object?
Armin
0 Kommentare
Antworten (1)
Jatin
am 28 Aug. 2024
As per my understanding you are trying to transform Simulink.bus object to Simulink Bus elements ports. This is achievable using Bus Creator.
The error you are encountering generally occurs when the parameter “Output Data Type” is set to a non-default value. You can follow the steps mentioned below to set the “Output Data Type” of the Bus Creator:
1. Open the Block Parameters of Bus Creator by double clicking on the bus creator block.
From the dropdown on “Output Data Type” select “Inherit: auto” this will automatically set the output bus element ports name and type.
2. You can also choose “Bus <object name>” from the dropdown and replace the <object name> with the name of the object.
You can also check the options such as “require names of inputs to match names above” for custom checks.
Kindly refer to the below documentation to learn more about the Bus creator :
0 Kommentare
Siehe auch
Kategorien
Mehr zu Data Types finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!