3 Configuration of Instruction
3.2 Labels
51
FXCPU Structured Programming Manual
(Basic & Applied Instruction)
1
Outline
2
Instruction List
3
Configuration of
Instruction
4
How to Read
Explanation of
Instructions
5
Basic Instruction
6
Step Ladder
Instructions
7
Applied
Instructions
8
Interrupt Function
and Pulse Catch
Function
A
Relationships
between devices
and addresses
• 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/FX Structured Programming Manual (Fundamentals)
Double word
[signed]