interface message

Allows the setting the mode of display in plot panel in the plot window
Allows you to set the messages displayed in the message window and clear the messages from the window. By default, the message window only displays error and fatal messages and messages from commands that you execute from the user interface (for example, menus and dialog boxes). You can also display messages that you execute from the Command Window, Command Navigator, and command files. In addition, you can set the severity level of the messages displayed, from informational to fatal messages.

Format:

 
interface message
graphic_window_level =
msg_gui_level
command_window_level =
msg_gui_level
start_up_level =
msg_gui_level
threshold_severity =
severity
message =
string
enabled =
boolean

Example:

 
interface message &
graphic_window_level =
brief &
command_window_level =
brief &
startup_level =
brief

Description:

 
Parameter
Value Type
Description
graphic_window_level
Msg_gui_level
Specifies the message type displayed for graphic window event
command_window_level
Msg_gui_level
Specifies the message type displayed for command window event
start_up_level
Msg_gui_level
Specifies the message type displayed for start up
threshold_severity
Severity
Specifies the threshold limit above which a message is displayed
message
String
Specifies the message dtring to be displayed
enabled
Boolean
Enables the message setting

Extended Definition:

1. By default, the Message window only displays error and fatal messages and messages from commands that you execute from the user interface (for example, menus and dialog boxes). You can also display messages that you execute from the command window, Command navigator, and command files. In addition, you can set the severity level of the messages displayed, from informational to fatal messages.
2. You can set the message level displayed for ‘graphics_window’, ‘command_window’ and at the ‘start_up’ as either of the ‘quiet’, ‘brief’ or ‘verbose’. Thus, if the parameter is set to ‘quiet’, no message will appear, and if the parameter is set to ‘verbose’ a detail message will appear.
3. On the other hand, you can the threshold severity or severity to either of the ‘information’, ‘warning’, ‘error’ or ‘fault’. Thus the minimum level for displaying a message will be occurrence of error if the level is set to ‘error’. Elsewise, you can set a message string by the parameter ‘message’. The limit set to information will display messages about what is occurring during a command. Setting the message window to display these types of messages helps you understand what is happening in Adams View but requires no action from you. Warning message will display messages that warn you that something unusual occurred but the operation can continue. You may want to fix or change something to complete the operation without warnings. The error display messages that indicate that the operation cannot be executed. You need to fix or change something to complete the operation. The fatal error or fault displays messages that indicate that a programming error occurred. You should report the message to MSC's Technical Support staff.