Omron SYSMAC CJ - REFERENCE MANUAL 08-2008 Reference Manual page 789

Programmable controllers
Hide thumbs Also See for SYSMAC CJ - REFERENCE MANUAL 08-2008:
Table of Contents

Advertisement

Table Data Processing Instructions
Description
Pointer
Offset value
C
Flags
Precautions
Examples
Area
Constants
Data Registers
Index Registers
Indirect addressing
using Index Registers
SWRIT(640) overwrites the data in the desired word with the data specified in
S. The location of the desired word is calculated by subtracting the offset
value in C from the stack pointer (TB+3 and TB+2). SWRIT(640) does not
change the stack pointer.
Stack
TB
n
TB+1
TB+2
m
TB+3
TB+4
B
C
D
Last word
in stack
Writes the data (A) without
changing the stack pointer.
SWRIT(640) can be used to change the data for an item currently on a con-
veyor. The position of the desired item is simply the number of items back (the
offset value) from the most recent item added to the conveyor.
Name
Label
Error Flag
ER
The stack must be defined in advance with SSET(630).
The address in the stack pointer must be greater than the PLC memory
address of the beginning of the data region (TB+4). An error will occur if the
stack pointer is less than the PLC memory address of TB+4, i.e., if a stack
underflow error occurs.
When CIO 000000 is ON in the following example, SWRIT(640) writes the
data in D00100 to the specified word in the stack starting at D00000. In this
TB
---
#0001 to #FFFB
(Hexadecimal)
---
DR0 to DR15
---
,IR0 to ,IR15
–2048 to +2047 ,IR0 to –2048 to +2047 ,IR15
DR0 to DR15, IR0 to IR15
,IR0+(++) to ,IR15+(++)
,–(– –)IR0 to, –(– –)IR15
PLC memory
address
TB
TB+1
TB+2
TB+3
TB+4
m
Pointer
Last word
n
in stack
A
S
Overwrites the data in the desired
word with the data in S.
The address of the desired word is
calculated by subtracting the offset
value from the stack pointer address.
ON if the specified write location is not within the stack
area.
ON if the offset value specified in C is 0 or greater than
the maximum data region size (FFFB hex).
OFF in all other cases.
Section 3-17
C
S
#0000 to #FFFF
(Hexadecimal)
Stack
n
m
A
C
D
m
n
Operation
749

Advertisement

Table of Contents
loading

This manual is also suitable for:

Sysmac cs seriesSysmac one nsj seriesSysmac cj series

Table of Contents