Topic: DMD0104

Help File Version: 2.9.4.37

LOG - Log Base 10


This instruction can only be used in the Expression parameter of the Calculate Expression (MATH) instruction.

 

The Log Base 10 (LOG) function will compute the common logarithm of the function expression.

 

 

Note: Use the F9 key to open the Default Element Selection Tool (the Element Picker or the Element Browser) or use the Down-Arrow key (Auto-Complete) on any parameter field to see a complete list of the memory locations that are valid for that parameter of the instruction.

 

Result specifies a location to store the result of the calculation. This can be any writable numeric location.

 

The Expression parameter consists of all the text between the bounding parentheses. Any expression parameter can be a constant value, a bit or numeric memory location, an arithmetic expression, and/or mathematical function or other expressions up to a maximum of 1024 characters. Expressions can be nested, so use of parentheses is recommended to ensure proper evaluation order.

 

The range of acceptable input values is any positive integer or real number. The result is always a real value even if the input parameter is an integer.

 

Some examples:

 

LOG( 10 ) = 1.0

LOG( SQRT( 10 ) ) = 0.5

 

 


See Also:

LN - Natural Log

 

LOG - Log Base 10

 

SQRT - Square Root

 

** - Raise to Power

 


Related Topics:

MATH - Calculate Expression

 


Rung Example: