22.11.2.1 Offset Address

Offset Addresses can be designated. Only temporary Word Addresses can be designated for offset value storage Addresses.

[Word Address]#[Offset Address]

Data Type

Constant Input

Min

Max

Bin16

0

65535

Bin32

0

4294967295

Bin16+/-

-32768

32767

Bin32+/-

-2147483648

2147483647

BCD16

0

9999

BCD32

0

99999999

Example expression 1:

[w:[PLC1]D0200]=[w:[PLC1]D0100]#[t:0000]

In the above example, when [t:0000]'s value is 2, the value stored in D0102 is assigned to D0200.

Example expression 2:

[w:[PLC1]D0100]#[t:0000]=30

In the above example, when [t:0000]'s value is 8, 30 is assigned to D0108.