Guy on Simulink

Simulink & Model-Based Design

An Ounce of Design Min/Max is Worth…

Often, it is worth putting a bit of extra effort at the beginning of a project to save time later.

Today I want to introduce a feature that gets more useful with every release of Simulink, but unfortunately I think very few people use it: Signal Ranges

How do Signal Ranges work?

In Simulink, there are many places where you can specify design ranges:

If there is data in your model that you know should stay within a certain range, you can specify the design range using one of the options listed above.

For example, let's consider a model where I know the controller should generate a voltage between -12 and 12 volts:

Model that could use Design Range

In the dialog of the block generating this signal, I can specify this range:

Specifying Design Range

Debugging is made easier with design ranges

Once design ranges are defined in your model you can use the diagnostic Simulation range checking to identify signals that are outside the expected range.

Specifying Design Range

If a signal exceeds its design range, you will receive an error pointing to the problematic block.

Note: This diagnostic performs range checking at every time step during a simulation. Setting it to warning or error adds work to your simulation, and can cause a decrease in simulation performance... so use it only when needed.

Collaborative workflows are easier with design ranges

If you are developing a model with other engineers, specifying the ranges of your signal will help everyone to understand your algorithms.

From the Display menu, you can enable the display of Signal Ranges:

Specifying Design Range

Here is how it looks like in the model:

Specifying Design Range

Fixed-Point Data Types

Min/max values are useful to explicitly specify fixed point data types. After you specified the range, open the data type assistant and start specifying a fixed-point type. If you know the min/max value, Simulink can compute the best fraction length or slope/bias for you.

Using Design Ranges for fixed-point scaling

Now it's your turn

Let us know how you use the design ranges in your models by leaving a comment here.

|
  • print

댓글

댓글을 남기려면 링크 를 클릭하여 MathWorks 계정에 로그인하거나 계정을 새로 만드십시오.