SV 9 Keyboard ENU
SV 9 Keyboard ENU
l Standard action. An internal action such as to display the On-line help or show the Configuration Menu.
l Execute a function. A function from a SCADA BASIC program may be executed. The possibilities in this case
are endless, but a typical use would be to manipulate a trend display or open a window.
l Send an animation. Reproduce the action of an operator clicking on a send type animation in a window.
There are over 30 keys which are user configurable. Most of these keys can be given more than one action by using
them in conjunction with the shift and control keys. In addition an action may be triggered when a key is pressed
and when it is released. The function of some of the keys is pre-defined by the Supervisor when it starts. These are
known as Standard Actions.
l Defined - Display all actions which are defined but not enabled.
l Enabled - Display all actions which are defined and enabled.
l Temporary - Display all temporary (created by a SCADA BASIC program) actions.
l All - Select all displayed actions.
l None - Deselect all displayed actions.
l Enable - Enable all selected actions.
l Disable - Disable all selected actions.
l Delete - Delete all selected actions. A confirmation box limits the risk of accidental deletion.
l Refresh - Refresh the display showing the current status of the actions.
l Save - Save any changes to hard disk. The changes will be remembered when the software is restarted.
l OK - Close the dialog box without saving the changes on disk. The changes will be operable but will be lost
when the software is restarted.
l Create - Create a new action. The Key Function Parameter dialog box is displayed.
l Standard action - Operate one of the standard key actions such as the on-line help.
l Execute a function - Run a SCADA BASIC function.
l Send Animation - Run an operator action type animation, such as to send a command.
l Key - The name of the function key to which the action is attached.
l Down - Initiate the action when the key is pressed, else the action is initiated when it is released.
l Shift - Use shift plus the specified key.
l Control - Use control (Ctrl) plus the specified key .
l Enabling bit - The name of a database bit which, if specified, must be set to 1 to enable the action.
l Action type - The name of the Standard Action to be attached to the function key.
Sub RtnStd ()
Key("ADDSTD","D",1,1);
Key("ADDSTD","D",2,2);
Key("ADDSTD","D",3,3);
Key("ADDSTD","D",4,4);
Key("ADDSTD","D",5,5);
Key("ADDSTD","D",6,6);
Key("ADDSTD","D",7,7);
Key("ADDSTD","D",8,8);
End Sub