14.11.2.2 Text Display - Basic Settings/Extended

You can indirectly specify an address for the Text Display, or set up an update condition for displayed text.

Address Type

You can define the display address (Monitor Word Address) in the following ways: [Direct Specification], [Address], or [Device Type Address].

Allow Input

You can specify to accept input from a keypad, bar code reader, or a two-dimensional bar code reader. When you select this check box, the [Data Entry] tab is displayed.

14.11.2.3 Text Display - Data Entry/Basic

Monitor Word Address

You can have a real-time numeric display of data stored in the Word Address specified here. To indirectly specify the Monitor Word Address, in the [Address Type] list select [Address] or [Device Type Address].

Address

Indirectly designates to the device specified in [Base Address].

Base Address/Offset Value Specification Address

The [Base Address] becomes the standard indirectly designated address.

In [Offset Value Specification Address], set the address that stores the offset value from the [Base Address].

For example, when you indirectly specify [Monitor Word Address] D35

[Base Address] = D10 [Offset Value Specification Address] = D100

The data in [Offset Value Specification Address] is handled as the offset value from the [Base Address].

The [Base Address] (D10) is added to the [Offset Value Specification Address] (D100)'s data, which is "25", and the resulting address D35's data "40" displays.

  • If the [Base Address] + [Offset Value] operation results in overflowing digits (more than 16 bit), the correct Monitor Word Address cannot be requested. In this case the Monitor Word Address will be undefined.

  • If you have specified [Address] for the [Address Type], a structure element for the [Base Address], and a value that exceeds the end value of array for the [Offset Value], the correct Monitor Word Address cannot be requested. In this case the Monitor Word Address will be undefined.

  • If you have specified a String data type tag for the [Base Address], the Offset Value must be a multiple of the length of the text set for the tag.

Bin, BCD

Choose the type of data stored in the [Offset Value Specification Address] from [Bin] or [BCD].

Device Type Address

Indirectly designates both the device and address.

Device/PLC

When [Address Type] is [Device Type Address], select which device/PLC's address to indirectly designate.

Device Specification Start Address

Input the start address of the word address to specify the Display Address in [Device Specification Start Address]. Store the Address Mode in [Device Specification Start Address]. Address Mode is the mode to determine if the Device Address is for Internal or External (PLC) Device. Store the Device Code and the Address Code in the three Words following [Device Specification Start Address]. The word address specified with the Device Code and the Address Code will be displayed.

  • For example, when you indirectly specify [Monitor Word Address] CN35

[Device Specification Start Address] = D100
[Address Mode] = External (PLC) Device
[Device Code] = CN:0061

The address designated by D100, D101, D102, and D103 is CN35. Its data, "40" displays.

  • If the indirectly-designated address is out of range or does not exist, a communication error will occur. An error can affect the screen update. When an error occurs, check the indirectly-designated data and write the correct value to the device/PLC address to restore the screen update.

Display Update Condition

Designate the condition which will update the display. This can only be set on the Detail screen.

The display is updated when a change occurs in the data stored in the [Monitor Word Address] on the [Basic] tab.

The display is updated when a bit stored in the [Monitor Word Address] on the [Basic] tab turns ON.

The display is updated when a bit stored in the [Monitor Word Address] on the [Basic] tab changes state from ON to OFF or from OFF to ON.

Display Update Bit Address

Defines the ON/OFF trigger bit address for when [Display Update Condition] is set to [Bit ON] or [Bit Change].

Read After Startup

When there is a large volume of text data, or there are many Data Displays [Text Displays] on a single screen, select this check box for each Data Display [Text Display] to increase other tags' display speeds. However, when this is checked, the Text Display's speed will decrease.

  • You can set the Read After Startup when [Display Update Condition] is set to [Bit ON] or [Bit Change].