MATLAB: Is the sorted order not displayed on the Sum block when one of the inputs is a Unit Delay block, in Simulink 7.4 (R2007a)

simulinkslist

I want to view the sorted order of blocks in my model. When I update the diagram, the sorted order for the Sum Block is not displayed.

Best Answer

This is expected behavior and is a result of Block Reduction Optimization. In this model, the construct is a Sum block connected to the Unit Delay. Simulink recognizes this as an accumulator, and these two blocks are combined. As a result the Sum block does not dispay a separate sorted order.
To turn off the above optimization, uncheck 'Block Reduction' from Simulation->Configuration Parameters->Optimization.