Numerical Operator

Command

Not Applicable

Description

The Numerical Operator block performs math operations on two numeric parameters. The numeric operator is chosen from the drop down list in the center of the block and can be any of the following:

         +  addition
         -  subtraction
         x  multiplication
         /  division
         

Expressions can be nested for numerical calculations with more than just two parameters. The precedence performs inner expressions first and outer expressions last as if the oval expressions had parenthesis on both ends.

Escapes

The Numerical Operator block does not produce any escapes.

Examples

This block list bumps up the speed setting:

This block list moves an axis to the center of the range of motion:

This converts Farenheit to Centigrade:

Related Topics

Compare