IDEC WindO/I-NV4 User Manual page 285

Automation organizer
Table of Contents

Advertisement

Use Device Cache
Select this check box to execute processing by reading all the values of the external device addresses configured for a
screen when switching the base screen or when displaying a popup screen.
Start Part with synchronous
Select this check box to operate commands and HMI Special Internal Relays LSM1, LSM2, LSM3, and LSM5 after
reading all the values of the external device addresses configured on the screen.
When this check box is cleared, all processing is immediately executed when the screen is displayed.
Start from 0 in Always Entry Mode of Numerical Input
Select this check box to display 0 when a Numerical Input that has the Always Entry Mode check box selected on
the General tab is displayed on the screen. When this check box is cleared, the value of device address is displayed.
This option is reflected for all Numerical Inputs configured in the project.
Storage Method of String Data
Selects the handling method for text entered with the Character Input and values of device addresses read by the
Message Display.
from Upper byte:
Values of device addresses are read from and written to the upper order byte.
Example: When the text ABCDE is entered with the Character Input and written to the destination
from Lower byte:
Values of device addresses are read from and written to the lower order byte.
Example: When the text ABCDE is entered with the Character Input and written to the destination
When handling strings, 0 is written to the device address as the NULL terminating character and treated as
the end of the string.
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.
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
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
device address LDR100
Device address
Upper byte
LDR100
'A' = 41 (Hex)
LDR101
'C' = 43 (Hex)
LDR102
'E' = 45 (Hex)
device address LDR100
Device address
Upper byte
LDR100
'B' = 42 (Hex)
LDR101
'D' = 44 (Hex)
LDR102
0
NULL termina ng character
12345678 (Hex) was entered and written to destination device address LDR100
Device address
Stored value
LDR100
1234 (Hex)
LDR101
5678 (Hex)
12345678 (Hex) was entered and written to destination device address LDR100
Device address
Stored value
LDR100
5678 (Hex)
LDR101
1234 (Hex)
WindO/I-NV4 User's Manual
3 Project Settings Dialog Box
Stored value
Lower byte
'B' = 42 (Hex)
'D' = 44 (Hex)
0
NULL termina ng character
Stored value
Lower byte
'A' = 41 (Hex)
'C' = 43 (Hex)
'E' = 45 (Hex)
Upper word
Lower word
Upper word
Lower word
4
4-29

Advertisement

Table of Contents
loading

Table of Contents