Keys used with input objects
You can use the following keys with input objects at runtime.
Keys | Description |
---|---|
Ctrl-PgDn or Enter | Directly downloads the value in the selected input object. |
PgDn | Directly downloads the values in all input objects in the current graphic display. |
Ctrl-PgUp | Reads a value from a tag in a database or external device and displays it in the selected input object. |
PgUp | Reads values from tags in a database or external device displays them in the input objects in the current graphic display. |
TIP:
Ctrl-PgDn
, Enter
, and PgDn
do not check security on the DownLoad
and DownLoadAll
commands. You can use security codes on individual tags or the Signature ActiveX object to prevent downloads where necessary.You can turn off reserved key actions, such as
PgUp
and PgDn
, by defining them as object keys because the object key action will take precedence over the reserved key action.Provide Feedback