SmartAXIS Touch User's Manual 2-5
1 WindO/I-NV3 Specifications
2
WindO/I-NV3 Basic Operations
● Indirect Read and Indirect Write Settings
The indirect specification of a device address means to add a value (indirect value) to the address of the configured
device and use that address as the actual read source or write destination. You can change the read source or write
destination address just by changing this indirect value.
Indirect read
Add the indirect value to the address of the configured device as the read source and read the value of device specified
indirectly.
Example: To read a value of device specified indirectly into LDR200
When the device address configured as the read source is LDR10 and the indirect value’s device address is
D21, if 4 (indirect value: 4) is set in D21, the device address of the value actually read is LDR14.
Indirect write
Add the indirect value to the address of the configured device as the write destination and write to the value of device
specified indirectly.
Example: To write the value in LDR20 to an indirectly specified device
When the device address configured as the write destination is LDR100 and the indirect value’s device address
is D20, if 3 (indirect value: 3) is set in D20, the device address of the value actually written is LDR103.
Parts you can indirectly read and indirectly write
Device configured as read source
Device with actually read value
Indirect value’s device
200LDR11
300LDR12
100LDR10
500LDR14
4D21
500LDR200
4 words
Indirect value
Read
LDR13 400
200LDR101
300LDR102
100LDR100
1000LDR103
3D20
1000LDR20
3 words
Indirect value
Device configured as write source
Device with actually written value
Indirect value’s device
Write
Part Indirect read Indirect write
Word Button YES YES
Multi-Button YES YES
Numerical Input YES YES
Character Input YES YES
Numerical Display YES NO
Word Write Command YES YES
Script Command YES YES
Multi-Command YES YES
• Enter the value for indirect values as the data type BIN16 (+). Indirect values can be set in the range of
0 to 32767. If you enter a value for the indirect value outside this range, the value before the indirect
value changes is maintained when reading. When writing, “Device range error” is displayed.
In scripts however, enter a value for the data type set in the script.
• For indirect device reading, decide the read source address after the indirect value changes and after the screen
changes, and then read the value of device. For external device addresses, communication to read the value of
device from a external device takes time, so if data is transfered or arithmetic operations are executed before
the indirect read is finished, processing cannot be executed and the following error is displayed.
Word Button, Word Write Command: Indirect device error
Script Command: Script error