11 - 355 11 - 355
MELSEC-Q
11 INSTRUCTIONS AND FUNCTIONS
• Specify the length of the data to be written from the starting position specified in <offset 2>
for <number of bytes> in byte units.
If an integer variable or integer array is specified in <storage area for data to be written>,
the number of bytes specified when writing n elements is as follows, since one element
(variable) contains 2 bytes:
<number of bytes> = n 2
If a character variable or character array variable is specified in <storage area for data to
be written>, the number of bytes specified when writing n characters is as follows, since
one en character contains 2 bytes:
<number of bytes> = n
• The allocation, size and type of each data item in buffer memory should be managed by
the user.
Data is not converted during reading or writing data from/to buffer memory, etc.
• If multiple programs read or write from/to the same area of buffer memory, etc. at one time,
use exclusive control to the area to one program at a time using the ZRESERVE and
ZRELEASE instructions.
Common memory can be read/written by multiple programs concurrently. An error does
not occur even if a program makes a write request to the area of common memory where
another program is reading/writing data.
Содержание 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...