7 word functions, Arithmetic operations, Word functions -38 – IDEC High Performance Series User Manual

Page 1002

Advertising
background image

5 Script Coding Examples

20-38

WindO/I-NV2 User’s Manual

5.7 Word Functions

Arithmetic operations

Script

Operation description
Out of the values stored in LDR100, LDR110, LDR120, LDR130, and LDR140, stores the maximum value in LDR200.
Up to 15 arguments can be used.

Script

Operation description
Out of the values stored in LDR100, LDR110, LDR120, LDR130, and LDR140, stores the minimum value in LDR200.
Up to 15 arguments can be used.

Script

Operation description
Calculates the exponential function of the value of D20 and the result is stored in D10.
Only the data type float32 can be used.

Script

Operation description
Calculates the natural logarithm of the value of D20 and the result is stored in D10.
Only the data type float32 can be used.

Script

Operation description
Calculates the logarithm of the value of D20 with 10 as the base and the result is stored in D10.
Only the data type float32 can be used.

Script

Operation description
Calculates the power of a value.
For example, when the value of D20 is 10 and the value of D30 is 5, the function calculates 10 to the power of 5 and
stores the result in D10.
Only the data type float32 can be used.

Example 5.7.1

Maximum value

[LDR 200] = MAX([LDR 100], [LDR 110], [LDR 120], [LDR 130], [LDR 140]);

Example 5.7.2

Minimum value

[LDR 200] = MIN([LDR 100], [LDR 110], [LDR 120], [LDR 130], [LDR 140]);

Example 5.7.3

Exponential function

[D 10] = EXP([D 20]);

Example 5.7.4

Natural logarithm

[D 10] = LOGE([D 20]);

Example 5.7.5

Common logarithm

[D 10] = LOG10([D 20]);

Example 5.7.6

Power

[D 10] = POW([D 20],[D 30]);

Advertising
This manual is related to the following products: