11 - 210 11 - 210
MELSEC-Q
11 INSTRUCTIONS AND FUNCTIONS
• Assign values to %(3) and %(4) ( %(6) and %(7) in case of a format 2
control table) in the following manner.
D!
• • • • • • •
Address viewed from the communication module
H!
L!
H$
L$
• • • • • •
Used as a work area.
to
100 H!=INT(D!/65536!)
110 L!=D!-H!*65536!
120 H$=RIGHT$(“0000”+HEX$ (H!))
130 L$=RIGHT$(“0000”+HEX$ (L!))
In case of a format 2 control table
140 %(3)=VAL(“&H+L$)
150 %(4)=VAL(“&H+H$)
to
• • • • • • •
• • • • • • •
%(6)=VAL(“&H+L$)
%(7)=VAL(“&H+H$)
• Data is stored in <storage area for data read> in the following manner.
Example: When reading data in buffer memory addresses 1 to 3 from an AD61
module whose I/O addresses are from X/Y40 to X/Y5F.
1) If an input element is specified as a positive variable/array, the data is stored
as follows:
Number of bytes to be read • • • • 6 bytes
Starting address • • • • • • • • • • •
Module number • • • • • • • • • • • •
82
H
05
H
PCRD TBL%( ), RD%( )
23
H
(H)
45
H
(L)
RD%(0)
00
H
(H)
12
H
(L)
RD%(1)
18
H
(L)
00
H
(H)
RD%(2)
45
H
(L)
23
H
(H)
00
H
(H)
12
H
(L)
18
H
(L)
00
H
(H)
23
H
(H)
00
H
(H)
45
H
(L)
12
H
(L)
18
H
(L)
00
H
(H)
1
2
3
82
H
83
H
84
H
85
H
86
H
87
H
(Address)
Storage status
of data read
Buffer memory viewed
from the BASIC program
Buffer memory viewed
from the PLC CPU
(Address)
Specify
Содержание A1SD51S
Страница 183: ...11 13 11 13 MELSEC Q 11 INSTRUCTIONS AND FUNCTIONS RUN Before swap A 0 H924 A 1 H1159 After swap A 0 H1159 A 1 H924 OK...
Страница 331: ...11 161 11 161 MELSEC Q 11 INSTRUCTIONS AND FUNCTIONS REMARK See the CON ON OFF STOP and ZOPEN functions and Section 7 4...
Страница 557: ...11 387 11 387 MELSEC Q 11 INSTRUCTIONS AND FUNCTIONS REMARK See the CHR SPACE and SPC functions...
Страница 629: ...11 459 11 459 MELSEC Q 11 INSTRUCTIONS AND FUNCTIONS REMARK See the ZOPEN ZSEND and ZCNTL instructions and Section 7 3 4...
Страница 645: ...11 475 11 475 MELSEC Q 11 INSTRUCTIONS AND FUNCTIONS REMARK See the ZEVENT ZSIGNAL and DEF ZEVENT instructions...