Export to FMUYou can export models to the FMU format suitable for use with a range of simulation tools. The export to FMU function produces a single file in zip format containing an xml description of the model together with the required binary (.dll and .lib) files. You need a Binary Export (XBM) CATIA license in order to use the export to FMU function. The CATIA Dynamic Behavior Modeling workbench can also import FMU files. Export to SimulinkYou can export models to the MATLAB format suitable for use with Simulink simulation tools. The export to Simulink function allows models developed in the Dynamic Behavior Modeling workbench to be simulated in MATLAB/Simulink. You need a Simulink (SMK) CATIA license in order to use the export to Simulink function. When you have exported the files from CATIA Dynamic Behavior Modeling, to use them with Simulink you will require:
Export to Real-Time WorkshopYou can export models to a format suitable for use with Real-Time Workshop simulation tools. The export to Simulink function allows models developed in the Dynamic Behavior Modeling workbench to be used with Real-Time Workshop for Hardware-In-the-Loop Simulation on dSPACE and xPC targets (Real-Time Workshop is a code generator for Simulink). You need a Simulink (SMK) and an Export for HILS (HIS) CATIA license in order to use the export to Simulink function to produce files suitable for use with Real-Time Workshop. When you have exported the files from CATIA Dynamic Behavior Modeling, to use them with Real-Time Workshop you will require:
Export to Source CodeYou can export models to a source code format suitable for use with a range of external simulation tools. The export to source code function creates stand-alone model C code. This code can be compiled on Windows and non-Windows platforms to support advanced, model-based, system-level development. The exported code can be used on any platform without the need for a license on the target system. Typical uses of the exported codes include rapid prototyping of control systems, real-time test rigs and driver-in-the-loop vehicle simulators. You need a Source Code Generation CATIA license in order to use the export to source code function. Export to BinaryYou can export models to a binary format suitable for use with a range of external simulation tools. The export to binary function allows models to be exported to other Windows computers without requiring a license to run the model on the target system. No additional simulation run-time code is added to dsmodel.c. The export to binary function allows a developer to create stand-alone binary applications for the following purposes:
You need a Binary Export (XBM) CATIA license in order to use the export to binary function. Models exported to binary files are more restrictive than those exported to source code (they do not give complete model C code) and can only be used on Windows platforms. |