4-4
Indicates the processing performed by the function.
Indicates whether to exist the related error. When an error exists, conditions that cause an
error are described.
Indicates program examples in the structured ladder and ST languages.
Generic data
type
Description
ANY
Can use all elementary data types.
ANY_NUM
Can use elementary data type of single-precision real, double-precision real, word (signed), and double
word (signed).
ANY_REAL
Can use elementary data type of single-precision real and double-precision real.
ANY_INT
Can use elementary data type of word (signed) and double word (signed).
ANY_BIT
Can use elementary data type of bit, word (unsigned)/16-bit string, and double word (unsigned)/32-bit string.
With word (unsigned)/16-bit string, and double word (unsigned)/32-bit string, bit is specified.
ANY16 Can use elementary data type of word (unsigned)/16-bit string and word (signed).
ANY32
Can use elementary data type of double word (unsigned)/32-bit string and double word (signed).