The dSPACE Connector Transform enables you to perform real-time HIL testing. This topic applies to the configuration where XIL API .NET is used for communication between MxTransIt and dSPACE.
•dSPACE 2014-A or higher XIL API .NET •MxSuite 64-bit version 3.41.9 or higher |
![]() | 1. Set Up Matlab and the Model |
1.In Matlab, set the path so that Matlab can find the S-Function: Select: File-> Set Path... Then click Add Folder, browse to the currently installed Harness folder, and add the path to it. For example: C:\Program Files\MicroMax\MxSuite 3.41.9.47856\Harness\dSpace If more than one version of MxSuite is installed, scroll up and down the path list to make sure only one path to MxSuite is present. When updating to a new version of MxSuite, make sure to remove the old path and add the path to the newly installed version. Note: Some projects don’t utilize paths from default location or overwrite them when opening model using configuration script. In that case, consult your model specialist on how to edit your script to add the new path. 2.Insert the S-Function into the top level of your model. a.Open your model for editing. b.Open the Simulink Library Browser. c.Find the S-Function or browse Simulink ->User-Defined Functions ->S-Function d.Place the S-Function in your model (the exact location does not matter, you can place it anywhere, however placing it at the top level will make it visible to all users who might need to review the model later). e.Right click on S-Function block and click on “S-Function Parameters”. Change the S-function name to MxNetSFunctionHILAPI, and set parameters to 0 0. f.At this point you can check if the path is correctly set. Click on Edit button. If the path to harness was correctly set, the source code of the S-Function opens in a text editor. No further action is needed; simply close the window. If Matlab cannot find the file or gives any errors, then review your Path setting. 3.The S-Function is expected to be executed every 1ms. If this is the rate at which your model executes, you can move on to the next step. a.Find Subsystem in Library Browser, place subsystem in your model and copy the S-Function inside the new subsystem. b.To change the execution rate of the subsystem in Matlab, right click on Subsystem and select "Subsystem properties", select "Treat as atomic unit", and change the rate from (-1) to 0.001 s (1 ms): If more advanced timing modifications are needed, consult your model specialist. If you have a multiprocessor application with different parts of the model running on a separate processor, you can harness all processors separately by placing S-Function in each subsystem. 4.In the directory where the model is saved, delete the auto-generated Matlab folders and files (for example: sfprj, slprf, *_rti1006, *_rti1005). 5.Rebuild your model by pressing Ctrl+B 6.Download your newly built application to dSPACE HIL, AND verify that it is running. |
![]() | 2. Mx‑Suite and Mx‑TransIt Project Set Up |
1.Select File ->New..->Project from the MxVDev main menu to create new MxSuite project: 2.Select the Custom and RTClock options. 3.Click Finish to launch MxTransIt. 4.In MxTransIt, use the Toolbox to put the dSPACE (using XIL API) Transform into your Harness. dSPACE Config Use Model Block Name – Set to true to add the group/submodel name to the Signal. (This results in a more descriptive name, for example: ‘SignalA_Out1’ instead of ‘Out1’) MxNet dSPACE App Type - Select Model or Handcoded. If the SFunction is compiled into the Matlab model, select Model.
|
After the trace file is specified, click in the Selected Signals property and then click the button to bring up the selector dialog. The tree browser shown is similar to the Signal selector in ControlDesk. The Signals are grouped by subsystems. To display Signals from subordinate branches of the Dictionary tree, check the Recursive box. 1.Select the Signals required for your testing and add them to the transform by clicking the >> button. 2.Click OK after you have selected all required Signals. The selected Signals now appear as ports on the dSPACE transform. 3.Export the ports so they can be used in MxVDev. Notes: •Trace file Signals are organized in the Tree View by models and sub-models. If you know which model contains the Signals you are interested in, you can click on the node and select Signals that are needed. •To select more that one Signal at once, press Ctrl+click to select additional Signals, or Ctrl+A to select all Signals. •When working with a large number of Signals, you can use the search filter to reduce the number of displayed Signals. oBy default, the filter works on the currently selected Tree Node. oWhen the ‘Recursive’ check box is selected, the filter works on all sub-models as well. oFor better performance, type in the search string first, then select the Recursive check-box since each keystroke starts a new search. oTo search all available Signals, select the top most tree node. This can take some time depending on search string and number of Signals in the trace file. |
1.Be sure the listed prerequisites have been satisfied. 2.Open your existing project (with the HILAPI Transform), then open MxTransit. 3.Select the version of dSPACE installed on your PC. 4.Click OK. It is not necessary to modify your map file, system description file, or trace file.
|