Page 108
7.3 Index Modification
When registers are used as operands of instructions, the method of directly designating the register address as
shown in Example 1) below is called ‘direct addressing’.
As opposed to this, the method of indirectly designating the register by combination with the contents of the index
register (I, J, or K) as shown in Example 2 below is called ‘indirect addressing’. In particular, in this case, since the
address is modified using an index register, this is called ‘index modification’.
Example - 1)
Data transfer instruction
Transfer data of BW010 to D1000
Example - 2)
Data transfer instruction (with index modification)
Transfer data of BW(10 + I) to D(0000 + J)
(If I = 3 and J = 200, the data of BW13 is transferred to D0200).
There are 3 types of index registers, I, J and K. Each type processes 16-bit integers (-32768 to 32767). There are
no particular differences in function between these 3 types of index registers.
There is no special instruction for substituting values in these index registers. These are designated as destination of
data transfer instructions, etc.
Summary of Contents for V200 GAA242**S
Page 66: ...Page 58 V200 PLC with DIN rail slider Front View Rear View ...
Page 78: ...Page 70 Aladder Text Editor appears as shown below Now here you can create your ladder ...
Page 82: ...Page 74 CONFIGURATION Configuring V200 with OIL DS Tag Database Register Memory Allocation ...
Page 84: ...Page 76 5 Press OK Project Configuration window will pop up as shown below ...
Page 104: ...Page 96 OPERATING SYSTEMS OVERVIEW System Operating Modes Mode Selection ...
Page 124: ...Page 116 TROUBLESHOOTING Troubleshooting Procedure Self Diagnostics ...