If you require only the signal value, not the time at which it reached that value, monitor the signal with MATLAB®. See Signal Monitoring Basics.
If you require the signal value and the time at which it reached that value, add a real-time scope with MATLAB. SeeSignal Tracing Basics.
SimulinkRealTime.target | Represent real-time application and target computer status |
SimulinkRealTime.Instrumentation | Create a real-time instrumentation object |
SimulinkRealTime.hostScope | Display time-domain data on development computer screen |
SimulinkRealTime.targetScope | Display time-domain data on target computer |
Target Settings Properties | Settings related to target computer |
addscope | Create a scope of specified type |
getscope | Return scope identified by scope number |
remscope | Remove scope from target computer |
addsignal (hostScope,signal) | Add signals to host scope represented by scope object |
remsignal (hostScope,signal) | Remove signals from host scope represented by scope object |
start (hostScope) | Start execution of host scope on target computer |
stop (hostScope) | Stop execution of host scope on target computer |
trigger (hostScope) | Software-trigger start of data acquisition for host scope |
addsignal (targetScope,signal) | Add signals to target scope represented by scope object |
remsignal (targetScope,signal) | Remove signals from target scope represented by scope object |
start (targetScope) | Start execution of target scope on target computer |
stop (targetScope) | Stop execution of target scope on target computer |
trigger (targetScope) | Software-trigger start of data acquisition for target scope |
Acquire non-time-stamped signal data while running a real-time application.
Acquire and visualize signals while running a real-time application.
Learn about usage issues that are unique to target scopes.
Learn about usage issues that are unique to host scopes.
Learn about configuring scopes so that they wait until triggered to acquire data.
Pretriggering and Posttriggering of Scopes
Learn about configuring scopes so that they acquire data before or after the trigger event.
Trigger One Scope with Another Scope
Learn about configuring scopes so that they acquire data in response to the triggering of another scope.
Monitor Signals with MATLAB Language
Acquire non-time-stamped signal data and display it in the Command Window.
Monitor Stateflow States with MATLAB Language
Monitor non-time-stamped Stateflow® states in the Command Window.
Configure Target Scopes with MATLAB Language
Configure the scope display format on the target computer monitor.
Minimize Data Gaps with Two Scopes
Acquire data that two scopes acquire consecutively, with minimal overlap or gaps.
Use the MATLAB Command Window to change properties and control the target computer and your real-time application.
Use the Command Window to change properties and control signal logging and signal tracing.
Troubleshoot Signals Not Accessible by Name
Investigate issues for some signal types prevent monitoring, tracing, or logging.
Learn about Simulink® Real-Time™ support for internationalization.
Troubleshooting in Simulink Real-Time
Troubleshoot problems that you encounter while using the Simulink Real-Time product