Numeric Input Properties - General tab
The following table shows options on the
General
tab of Numeric Input Properties
.Options | Description |
---|---|
Tag | This field cannot be edited. It displays the tag specified for the Value property in the Connections tab. |
Default data | Type a value that will appear in the numeric input object when it is initially displayed. |
Tab index | Either leave it as it is, or type a number lower than the default number in this box. At runtime index numbers determine the order in which boxes are selected using the Tab key. The recipe file also uses index numbers when it stores or retrieves values. |
Security | Select a security code from A to P or * for the object. Only those users who have been assigned the same code configured for the object will be allowed to change the tag's value. The default code (*) allows users with any code to change the tag's value. You can leave the default security until you have set up security for the project. |
Display On-screen Keyboard | Select this check box to show a keyboard on the screen when you click or touch the object. |
Caption Text | Type the caption text that will appear on the on-screen keypad. The caption is shown on the title bar. If it is longer than the width of the title bar, the caption is truncated at the end and show with an ellipsis (...). If you have added an embedded variable to the caption, the embedded variable syntax appears in the Caption field, but the text of the variable appears on the keypad. |
Insert Variable | Click and then select the type of variable you intend to insert into the caption text. After you set up the embedded variable, the syntax appears in the Caption Text field. |
Continuously update | Check this to display changes to the tag's value in the numeric input object as they occur, when the operator is not using it to enter values. If this check box is cleared, any value typed in the numeric input object by the user, will remain displayed and waiting to be written to the tag, until the user performs a download or presses ESC, which discards any user input. If the user performs an upload, a tag value from the external device or tag database is displayed in the input object. |
Discard input and resume updating when focus is lost | When this option is checked, the input object discards any user input and returns to updating the object when it loses focus. This option is available when the Continuously update option is checked.Do not use this option with multiple input objects on a display, for example if the input objects are being used with a recipe. |
Confirm and E-Signature settings | Select an option to configure the confirmation types before writing a value to a tag.
|
Remark | Enter a customized message that will be shown in the Diagnostic List when changing the tag's value in the numeric input object at runtime. This is helpful for monitoring and identifying operations that change tag values among a large number of diagnostic messages.You can configure multiple languages for remark at design time. However, the remark message is only logged in the default language. For example, your application has three languages configured and the remark messages are also configured in those three languages. If the application's default language is English and the current language is Chinese, the remark messages are logged in the default language English. The following placeholders are available:
For example, a message for changing control variable of mixer temperature could be Changed 'Mixer_temperature' to /N, and the previous value is /C .If you want to switch the language of extended tag properties added by the Insert Tag option, use /L before the inserted tag without space.Tip : Semicolon (;) is FactoryTalk View SE 's reserved character. If you want to use the semicolon in the remark message, you must enclose it in double quotation marks. |
Insert Tag | Click and then select a tag from the Tag Browser you intend to insert into the Remark box. The tag value will show as part of the customized message in the Diagnostic List .For tags that are long and not easy to recognize, use extended tag properties, such as {/Line1_Data::[CookieLine]Sample_DINT.@Description} to include the description of the tag in the message. You can also use tag placeholder, such as #1 in the message. |
Provide Feedback