이 번역 페이지는 최신 내용을 담고 있지 않습니다. 최신 내용을 영문으로 보려면 여기를 클릭하십시오.
메시지는 시스템 통합을 목적으로 Simulink 구성요소 간 통신을 모델링하는 데 사용됩니다. 메시지를 사용하면 각각의 구성요소가 I/O 경계를 기반으로 정의된 일련의 기능을 수행하는 복합 모델에서 통신을 설정할 수 있습니다.
소프트웨어 구성요소 간의 메시지 기반 통신은 중앙 집중식 아키텍처가 시스템 복잡성으로 인해 분산 아키텍처로 대체되는 제어 시스템 아키텍처에 반드시 필요합니다. 메시지는 이벤트를 관련 데이터와 결합하는 유용한 모델링 아티팩트입니다. 메시지 블록을 사용하여 메시지 생성, 사용 및 저장을 관리할 수 있습니다.
Simulink 메시지에 대한 자세한 내용은 Simulink Messages Overview 항목을 참조하십시오.
Animate and Understand Sending and Receiving Messages
This example shows how to send, receive, and visualize messages.
Establish Message Send and Receive Interfaces Between Software Components
This example shows how to model message-based communication between software components that run in different applications.
Send and Receive Messages Carrying Bus Data
This example shows how to send and receive messages carrying bus data between model components.
Model a Message Receive Interface that Runs on Message Availability
This example shows how to synchronize execution with data availability in message-based systems.
Temperature Control System Communicating with Messages
This example shows how to use message communication within a distributed system where the controller manages multiple incoming messages from different senders in an iterative manner and sends messages to communicate commands to the different receivers.
Use a Queue Block to Manage Messages
This example shows how to use a Queue block to store and queue messages.
Modeling Message Communication Patterns with SimEvents
This example shows how to create common communication patterns using SimEvents®.