From: Eray on
I use Merge Block in my simulink model. When I try to run my model I get the following error.

"Each element of the signal from 'my model/Sum5' output port 1 must map to a unique element of the Merge block 'my model/Merge' input port 1. All elements of a signal connected to a Merge input should completely map onto a unique and contiguous region within the output port of the Merge block"

Can anyone explain what this error says and how I can solve it?

Eray
From: checker i on
"Eray " <dogan.eray(a)gmail.com> wrote in message <hvspi1$5sp$1(a)fred.mathworks.com>...
> I use Merge Block in my simulink model. When I try to run my model I get the following error.
>
> "Each element of the signal from 'my model/Sum5' output port 1 must map to a unique element of the Merge block 'my model/Merge' input port 1. All elements of a signal connected to a Merge input should completely map onto a unique and contiguous region within the output port of the Merge block"
>
> Can anyone explain what this error says and how I can solve it?
>
> Eray

The input to the Merge block should only be connected to Merge block, you should not connect it to any other blocks (e.g scope or another block etc). Make sure the output of your 'my model/Sum5' is only connected to Merge block.

For more details look at Simulink help on merge