![Fuji Electric SPF Series Скачать руководство пользователя страница 78](http://html1.mh-extra.com/html/fuji-electric/spf-series/spf-series_user-manual_2341814078.webp)
2-4
Section 2 Programming Languages
2-3-1 Function summary
Functions are supported by the IL, ST, LD, and FBD languages. The operation of a function remains the same for these
languages.
(1) Symbols used in the function summary
Instruction symbol
No. of steps Page
Name
Addition ADD
Data type of the 1st input
Data type of the 2nd input
Data type of the nth input
Some functions use
terminal names.
Input data type
Output data type
Square root SQRT
FEH200
2-4-8
3
FEH200
2-4-9
3
FEH200
2-4-10
8
FEH200
2-4-8
No. of input
operands
+ 1
Shift left SHL _WORD
Select SEL_INT
Function name
REAL
REAL
SQRT
WORD
WORD
UINT
IN
N
SHL_WORD
INT
G
IN0
IN1
BOOL
INT
INT
SEL_INT
ANY_NUM
ANY_NUM
ANY_NUM
ANY_NUM
ADD
Indicates that input
can be extended.
Notes:
1) The number of steps depends on the operands used. Consequently, the number of steps of array variables will be greater
than that of scalar variables.
2) The number of extended inputs is a maximum of 16.
3) D300win do not check the data type of the terminals associated with functions ANY and ANY_OF_WORD. Be sure to use
the data types appropriate for individual functions, following their detailed descriptions.