Tips on creating equations from math blocks

Objective:

Learn some tips on how to use Math blocks to create equations.

Procedure:

Nesting

Each Math block computes an expression and can be nested together with other math blocks to create larger equations. The equation (X+2)*Y=0 is shown below.

nested_math.jpg

Overloads

The math blocks can compute different types of data by using Overloads to change the type. Some blocks have more options than others. The Overloads can change automatically depending on what input is given. An example of available Overloads for the Add block is shown below:

overloads.jpg

Results

Once you've entered the inputs for a math block, the result is shown in the upper right corner (depending on the overload type). You can see more results in the Property panel as well. 

add2.gif

Units

One thing to look out for when creating equations is units. Sometimes you need to cancel units out by dividing by 1 of the same unit.

If you encounter an error for an 'Incompatible units in input...', there is a chance you've forgotten to add units. In the example below, adding 'mm' to Operand B clears the error. 

errorunits.jpg

Variables

X, Y, and Z can be written in most math blocks directly but sometimes units don't allow them to be. 

If this occurs you can write in X/ 1mm or use an Axis block as your variable. You can check out the Axis method in the article: How to create a quadratic ramp.

Below is an example of sin(x). The Axis needs to be divided by 1 mm to get rid of the units.

sin.jpg

Here is an example of cos(x), using the method where we divide by mm. 

cos.jpg

 

More on this topic:

Was this article helpful?