WindO/I-NV4 User’s Manual 4-29
3 Project Settings Dialog Box
4
Project Settings
â– Storage Method of 32-bit Numerical Data for Internal Devices
Selects the handling method for values of internal devices when UBIN32(D), BIN32(L), BCD8(EB), or Float32(F)
is selected for Data Type from the following. The initial value is set according to the communication driver that was
selected when the project was created. When the bit devices in control devices are handled as words, this setting is
always the from Lower word.
â– Use Large Password Screen
*3
Select this check box to display the Password Screen at a large size.
*3 HG5G/4G/3G/2G-V, HG4G/3G, HG2G-5F only
from Upper word: Values of internal devices are read from and written to the upper order word.
Example: When Data Type for the Numerical Input is UBIN32(D) and the numerical
value 12345678 (Hex) was entered and written to destination device address
LDR100
from Lower word: Values of internal devices are read from and written to the lower order word.
Example: When Data Type for the Numerical Input is UBIN32(D) and the numerical
value 12345678 (Hex) was entered and written to destination device address
LDR100
Device address Stored value
LDR100 1234 (Hex) Upper word
LDR101 5678 (Hex) Lower word
Device address Stored value
LDR100 5678 (Hex) Upper word
LDR101 1234 (Hex) Lower word