EasyManuals Logo
Home>IDEC>Controller>SmartAXIS Touch FT1A Series

IDEC SmartAXIS Touch FT1A Series User Manual

IDEC SmartAXIS Touch FT1A Series
1232 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #905 background imageLoading...
Page #905 background image
SmartAXIS Touch User’s Manual 20-35
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 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]);

Table of Contents

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the IDEC SmartAXIS Touch FT1A Series and is the answer not in the manual?

IDEC SmartAXIS Touch FT1A Series Specifications

General IconGeneral
BrandIDEC
ModelSmartAXIS Touch FT1A Series
CategoryController
LanguageEnglish

Related product manuals