Hauptinhalt

Processor-in-the-Loop-Simulation

Testen von generiertem Code auf einem Zielprozessor oder -Simulator

Eine Prozessor-in-the-Loop-Simulation (PIL) querübersetzt generierten Quellcode, lädt daraufhin Objektcode herunter und führt diesen auf Ihrer Zielhardware aus. Durch Vergleich der normalen Ergebnisse und der PIL-Simulationsergebnisse können Sie die numerische Äquivalenz Ihres Modells und des generierten Codes testen. Während einer PIL-Simulation können Sie die Codeabdeckung und die Ausführungszeitmetriken für den generierten Code erfassen.

Eine PIL-Simulation erfordert eine Konnektivitätskonfiguration.

Apps

SIL/PIL ManagerVerify generated code

Namespaces

targetManage target hardware and build tool information

Klassen

alle erweitern

target.AddOnDescribe add-on properties for target type
target.APIDescribe API details
target.APIImplementationDescribe API implementation details
target.BoardProvide hardware board details
target.BuildDependenciesDescribe C and C++ build dependencies to associate with target hardware
target.CommunicationChannelDescribe communication channel properties
target.CommunicationInterfaceDescribe data I/O details for target hardware
target.CommunicationProtocolStackDescribe communication protocol parameters
target.ConnectionBase class for target connection properties
target.ConnectionPropertiesDescribe target-specific connection properties
target.MainFunctionProvide C and C++ dependencies for main function of target hardware application
target.PILProtocolDescribe PIL protocol implementation for target hardware
target.PortDescribe connection via target hardware port
target.PortConnectionDescribe target connection port
target.ProcessorProvide target processor information
target.RS232ChannelDescribe serial communication channel
target.TargetConnectionProvide details about connecting MATLAB computer to target hardware
target.TCPChannelDescribe TCP communication properties
target.ToolsDescribe properties of tools for target hardware
target.UDPChannelDescribe UDP communication
target.OperatingSystemDescribe operating system for target hardware (Seit R2026a)
target.SupportSpecify association between target namespace objects (Seit R2026a)
target.ApplicationStatusDescribe status of application on target hardware
target.Breakpoint Provide breakpoint details for debugger
target.DebugExecutionToolProvide MATLAB service interface for debugger to manage processes on target hardware (Seit R2023a)
target.DebugIOToolDebug byte stream I/O tool service interface
target.ExecutionServiceDescribe implementation of execution service for target application
target.ExecutionToolMATLAB service interface for tool that manages application execution on target hardware
target.MATLABDependenciesDescribe MATLAB class and function dependencies
target.ApplicationExecutionToolCapture system command information to run application from MATLAB computer
target.CommandCapture system command for execution on MATLAB computer
target.HostProcessExecutionToolCapture system command information to run target application from MATLAB computer
target.SystemCommandExecutionToolCapture system command information to run target application from MATLAB computer
target.FunctionProvide function signature information
target.TimerProvide timer details for processor

Objekte

alle erweitern

rtw.connectivity.ComponentArgsProvide parameters for each target connectivity component
rtw.connectivity.ConfigDefine connectivity implementation that comprises builder, launcher, and communicator components
rtw.connectivity.ConfigRegistryRegister connectivity configuration
rtw.connectivity.MakefileBuilderConfigure toolchain-based build process
rtw.connectivity.LauncherControl downloading, starting, and resetting of a target application
rtw.connectivity.RtIOStreamHostCommunicatorConfigure development computer communications with target processor
rtw.pil.RtIOStreamApplicationFrameworkConfigure target-side communications

Funktionen

alle erweitern

rtIOStreamCloseShut down communications channel
rtIOStreamOpenInitialize communications channel
rtIOStreamRecvReceive data through communication channel
rtIOStreamSendSend data through communication channel
rtiostreamtestTest custom rtiostream interface implementation
rtiostream_wrapperTest rtiostream shared library functions in MATLAB
piltestVerify custom target connectivity configuration for Simulink PIL simulation

Themen

Fehlersuche

Debug Generated Code During SIL or PIL Simulation

Use a debugger to understand the behavior of generated code.

View SIL and PIL Files in Code Generation Report

Produce a code generation report and static code metrics that cover SIL and PIL files.

Verification of Code Generation Assumptions

The SIL or PIL simulation checks code generation assumptions.

Enthaltene Beispiele