46
3 Configuration of Instruction
3.2 Labels
FXCPU Structured Programming Manual
[Basic & Applied Instruction]
• The universal data type is the data type of a label that puts together several basic data types.
The data type name starts with "ANY".
ANY
ANY_SIMPLE
Word
[unsigned]/
Bit String
[16-bit]
Double Word
[unsigned]/
Bit String
[32-bit]
Bit
Word
[signed]
FLOAT
(Single
Precision)
FLOAT
(Double
Precision)
Word
[unsigned]/
Bit String
[16-bit]
Word
[signed]
Array Structure
ANY_NUM ANY_BIT
Time
String
ANY_REAL
ANY_INT
ANY16
Double Word
[unsigned]/
Bit String
[32-bit]
Double word
[signed]
ANY32
*1 *1
The "ANY" type on a higher layer contains types
on the lower layer.
The "ANY" type on the top layer contains all types.
*1 Refer to the following manual for details.
Q/L/F Structured Programming Manual (Fundamentals)
Double word
[signed]