SB2SL    

Blocks Not Converted to Simulink

SB2SL converts the following SystemBuild blocks into empty placeholder blocks in Simulink. You may want to replace these with various Simulink blocks you have developed that are equivalent.

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.
  1. This opens a window listing the SystemBuild component that caused the Unconverted block to be created.

  1. 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.


Limitations