
WindO/I-NV4 User’s Manual
20-43
5 Script Coding Examples
20
Script
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(F) 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(F) 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(F) 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(F) 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]);
Summary of Contents for MICRO/I HG4G-CJT22 F-B Series
Page 1: ...B 1701 11 User s Manual ...
Page 26: ...Preface 25 WindO I NV4 User s Manual ...
Page 106: ...5 WindO I NV4 Common Operations and Settings 2 74 WindO I NV4 User s Manual ...
Page 254: ...7 BACnet Communication 3 148 WindO I NV4 User s Manual ...
Page 362: ...5 Screen Restrictions 5 28 WindO I NV4 User s Manual ...
Page 402: ...3 Text 7 30 WindO I NV4 User s Manual ...
Page 574: ...9 Potentiometer 8 172 WindO I NV4 User s Manual ...
Page 1052: ...4 Using the Data 15 22 WindO I NV4 User s Manual ...
Page 1170: ...6 Important Notes 20 60 WindO I NV4 User s Manual ...
Page 1200: ...5 Restrictions 22 18 WindO I NV4 User s Manual ...
Page 1260: ...5 Editing User Accounts on the MICRO I 23 60 WindO I NV4 User s Manual ...
Page 1322: ...2 Monitoring on the MICRO I 25 28 WindO I NV4 User s Manual ...
Page 1414: ...4 E mail Function 28 66 WindO I NV4 User s Manual ...
Page 1554: ...3 Settings 34 14 WindO I NV4 User s Manual ...
Page 1642: ...2 Handling Problems 36 6 WindO I NV4 User s Manual ...
Page 1652: ...5 Text Alignment A 10 WindO I NV4 User s Manual ...
Page 1664: ...Index 12 WindO I NV4 User s Manual ...