Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ Plant SCADA

KeyAllowCursor

  • Last UpdatedJul 18, 2023
  • 1 minute read

Allows (or disallows) the command cursor to move to the specified AN or to all ANs. The command cursor normally moves only to ANs that have commands defined.

Syntax

KeyAllowCursor(nAN, State)

nAN:

The AN where the command cursor can move. If 0, all ANs are implied.

State:

Allow state:

0 - Do not allow the cursor to move to this AN.

1 - Allow the cursor to move to this AN.

Return Value

0 (zero) if successful, otherwise an error is returned.

KeyGetCursor

Example

KeyAllowCursor(20,1);
! Allows the command cursor to move to AN20.
KeyAllowCursor(0,1);
! Allows the command cursor to move to any AN.

See Also

Keyboard Functions

In This Topic
Related Links
TitleResults for “How to create a CRG?”Also Available in