이 번역 페이지는 최신 내용을 담고 있지 않습니다. 최신 내용을 영문으로 보려면 여기를 클릭하십시오.
모델의 모양을 단순화하려면 다음 기법을 사용하여 개별 신호를 복합 신호로 결합하십시오.
가상 버스
비가상 버스
다중화 신호
결합된 신호
복합 신호에 대한 자세한 비교를 보려면 Types of Composite Signals 항목을 참조하십시오.
가상 버스는 신호를 복합 신호로 결합하는 데 대한 대부분의 모델링 요구 사항을 충족하고 다양한 유형의 신호를 결합할 수 있는 유연성을 제공합니다.
Reduce visual complexity in a model by combining signals into a composite signal.
Group Signal Lines into Virtual Buses
Combine signals into virtual buses, which only affect visual appearance.
Display information about buses, such as signal hierarchy and whether the bus is virtual or nonvirtual.
Identify the blocks that support virtual buses, nonvirtual buses, and arrays of buses.
Simplify Subsystem and Model Interfaces with Buses
Use In Bus Element and Out Bus Element blocks for bus inputs and outputs.
Change the order and hierarchy of nested buses and their elements.
Replace Values of Bus Elements
Use a Bus Assignment block to assign values to elements of a bus.
Specify Initial Conditions for Bus Elements
Specify bus element values as initial conditions for buses.
Identify Automatic Bus Conversions
Recognize modeling patterns that cause hidden Bus To Vector and Signal Conversion blocks.
Share and Reuse Bus-Routing Blocks
Share blocks that create or interact with buses using subsystem references or custom libraries.
Trace Connections Using Interface Display
Display interfaces to trace signals through the nested levels, annotate signal characteristics, and view units associated with signals.
Specify Bus Properties with Simulink.Bus Object Data Types
Understand Simulink.Bus
object uses and
implementation.
Create Bus Objects Programmatically
Use functions and classes to define Bus
objects and bus
elements, create bus objects from blocks, or create Bus
objects
from MATLAB® data.
Customize Bus Object Import and Export
Customize the Bus Editor import and export commands by writing MATLAB functions that provide the desired capabilities. Register these functions using the Simulink® Customization Manager.
Create buses that appear in generated code and support modeling constructs such as arrays of buses.
Modify Sample Times for Nonvirtual Buses
Make the sample time of signals the same so that you can group them in a nonvirtual bus.
Generate Code for Nonvirtual Buses
Use a structure in code generation to represent a nonvirtual bus. Control data types of initial condition structure fields.
Inspect Generated Code for Nonvirtual Buses
Find nonvirtual buses in generated code for a simple model.
Group Nonvirtual Buses in Arrays of Buses
Streamline a model by combining nonvirtual buses that have the same data type into an array.
Requirements of Arrays of Buses
Set up your model to use an array of buses to select signals, assign values to a signal, perform iterative processing, log and load signals, and initialize signals.
Convert Models to Use Arrays of Buses
Convert an existing model that does not use arrays of buses to use arrays of buses.