User guide

213
4 Allen-Bradley
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
Connection to a PLC
External Device Setup Manual
4.6.4 Setting Example for WindO/I-NV2
Refer to the following about setting an example for WindO/I-NV2 software.
(PLC station number is 0 in the example.)
*The setting example uses Allen-Bradley device address format.
Example1: Set an array number 0 in Tag_A.
0: INT 1:0
Example2: Set an array number 5 in Tag_B.
0: SINT 2:5
Example3: Set a lower word on array number 3 in Tag_C.
0: DINT 3:3_0
Example4: Set an upper word on array number 9 in Tag_D.
0: REAL 4:10_1
Note:
Need to set upper word or lower word in WindO/I-NV2 software when use 32 bit device.
Add “_0” after array number when use lower word.
Add “_1” after array number when use upper word.
Tag name Data Tyde Array File Number
Tag_A INT
- 1
Tag_B SINT [10]
- 2
Tag_C DINT [10]
- 3
Tag_D REAL [10]
- 4