WindO/I-NV4 User’s Manual
20-45
5 Script Coding Examples
20
Sc
rip
t
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 WindO/I-NV4
Page 1: ...B 1701 16 User s Manual...
Page 108: ...5 WindO I NV4 Common Operations and Settings 2 76 WindO I NV4 User s Manual...
Page 256: ...7 BACnet Communication 3 148 WindO I NV4 User s Manual...
Page 372: ...6 Screen Restrictions 5 32 WindO I NV4 User s Manual...
Page 390: ...5 Part Library Function 6 18 WindO I NV4 User s Manual...
Page 420: ...3 Text 7 30 WindO I NV4 User s Manual...
Page 628: ...2 Multi State Lamp 9 34 WindO I NV4 User s Manual...
Page 924: ...4 Meter 11 76 WindO I NV4 User s Manual...
Page 990: ...7 Timer 12 66 WindO I NV4 User s Manual...
Page 1030: ...4 Using Data and Detected Alarms 13 40 WindO I NV4 User s Manual...
Page 1098: ...4 Using the Data 15 22 WindO I NV4 User s Manual...
Page 1248: ...5 Restrictions 22 18 WindO I NV4 User s Manual...
Page 1370: ...2 Monitoring on the MICRO I 25 28 WindO I NV4 User s Manual...
Page 1388: ...4 Restrictions 26 18 WindO I NV4 User s Manual...
Page 1546: ...5 Module Configuration Dialog Box 30 36 WindO I NV4 User s Manual...
Page 1614: ...3 Settings 34 14 WindO I NV4 User s Manual...
Page 1726: ...5 Text Alignment A 10 WindO I NV4 User s Manual...