SB2SL     Search    Help Desk 

Limitations

No translator can completely convert an optimally designed SystemBuild model into a optimally designed Simulink model. There are subtle differences in the way that the two tools work that prevent faithful translation of all capabilities. However, this tool does the job of converting basic blocks and hierarchy from one tool to the other in a form that can be simulated. The following are limitations of SB2SL:

File Formats

SB2SL cannot read SystemBuild files stored in the binary file format.

Blocks Not Converted to Simulink

SB2SL converts the following SystemBuild blocks into blocks that are not directly usable with Simulink:

These blocks are converted into blocks labeled Unconverted. To view a complete listing of the blocks not translated, select Unconverted blocks from the Build menu.


Suggestions for Handling Unconverted Blocks

You can implement all of the SystemBuild operations represented by the Unconverted blocks on your Simulink diagram using MATLAB, Simulink, and, in some cases, other related products. Here are some suggestions for replacing the Unconverted blocks with ones usable for simulation with Simulink:

To replace an Unconverted block in your Simulink model with the correct Simulink block:

   1.
Open an Unconverted block in the Simulink model by double-clicking on it.
This opens a window listing the SystemBuild component that caused the Unconverted block to be created.
   2.
Either:
  1. Delete the Unconverted block and copy an appropriate standard Simulink block into its place.
  2. Use the Simulink function replace_block to replace the Unconverted block in the Simulink model.



[ Previous | Help Desk ]