+$#>
+$#>Overview Defaults
All user definable settings are saved by the application when it has a normal program exit to its ini file. The location of this ini file depends on the version of Windows currently being used. The file name is shark.ini and will be saved to either C:\windows or C:\winnt. This file is not directly editable by the user but there are occasions when it is useful to understand where it is and what it stores.
All colours, symbols, visibility, line types and graphics size defaults that can be set by the user are saved to this file. In addition it will retain window sizes, folder settings, and recent open files.
At application start-up this file is searched for in the relevant Windows folder and if found read in to overwrite the internal default settings.
+$#>Overview Graphical Interface
The graphical interface consists of a conventional Windows style container window, with a top menu bar and a series of status panels along the bottom.
Optional toolbars are drawn by default to the left of the window, containing short cut icons to some of the main menus. The user can specify the visibility of the toolbars together with their position. Additionally the toolbars can be displayed as floating rather than anchored to one of the edges.
Floating toolbars can be re-docked to the required edge through picking and dragging to the new position, (note the outline shape will change to indicate docking).
The initial positions of the toolbars can be set via the SetUp / Start Options / ToolBar Position menu item, with Top, Bottom, Left or Right options available. This change is saved to the users ini file and will be applied next time the application is re-started.
{
+$#>Overview Dynamic Viewing
The main graphical window has dynamic viewing via the mouse, that allows translation, scaling and rotation, of the 3D graphics display.
The dynamic view icon together with the associated menus indicate the status of the dynamic viewing mode, when checked the application is in dynamic view mode and the mouse and its buttons can be used to perform translation, scaling and rotation of the graphics model. Additionally the graphic display has symbols drawn in each corner as a visual indication that the application is in dynamic view mode.
{
+$#>Overview Graphs
The primary results display method for the application is through the x-y results graphs. Each graph show a single user selected parameters channel plotted against a second parameters channel (normally time). Any number of graphs can be opened and positioned within the display using either the Graphs / New/Open menu or equivalent icon.
{
+$#>Overview Data Entry
Data entry is through standard Windows style dialogue boxes. These employ standard text and numeric widgets, together with check boxes and selection boxes. Spread sheet style entry where used supports cut and paste from external applications via the clipboard.
{
+$#>
Getting Started Start-up Steps
+$#>Getting Started Program Start-up
+$#>
During program start-up a number of system checks are performed. The users ini file is searched for and if found, loaded to overwrite the internal defaults.
During program start-up the searching for and subsequent loading of the users ini file can in exceptional circumstances, results in an error message. This implies a corrupt ini file possibly due to a previous partial save or inappropriate editing, (the ini file should not be edited by hand).
{
+$#>Getting Started Graphics Frame Types
The interfaces main graphics display has two alternative drivers. The default device driver is a Windows GDI, (View / Graphics Frame Type / Windows GDI), which whilst it works with all Hardware options does so at the expense of both speed and capability. The GDI driver is unable to support depth buffered display and hence the view styles View / Fill Style / Hidden Line and View / Fill Style / Depth Buffered (Flat shaded ) do not function correctly. The alternative device driver is Open GL, (View / Graphics Frame Type / Open GL), which is both faster and supports depth buffering/hidden line display types.
Not all hardware is able to use the Open GL device type, typical failures are inability to refresh and lack of correct hidden line display.
+$#>Getting Started Window Descriptions
The application window layout utilizes a Multi Document interface (MDI) style. Where display and graph windows are displayed as children of the main window. The main window has a top menu bar and two toolbars which have optional positions. The graphical display is drawn in a 3D viewing window, whilst individual graphs have separate windows.
{
+$#>Getting Started Module Type
On program start-up by default the application will go into whichever module was last used. If you are licensed for both the Shark and Raven modules you may need to switch modules once the application is open depending on which was used last.
The menu entry Module / Raven sub menu can be used to select the required module.
{
+$#>Getting Started Data Entry
At start-up the main form of data entry to the program is either from a previously saved file, imported from a SKCMS rig results file or as a new file entering data directly through the various data section dialogue boxes. To load an existing data file use the File / Open... menu item, (note that the five most recently opened files are appended to the File menu). To import SKCMS rig data use the File / Import SKCMS Rig File& menu. To create a new model select the File / New menu item then enter data for the Vehicle, Tyre and Solution data sets.
{
+$#>Getting Started Exiting the Program
The close the program select the File / Exit menu item, and then confirm the okay to exit prompt. Alternative methods to close the application include the conventional X from the windows top right corner, Alt+F4 or close from the main windows top left menu. In addition the esc key will close the application, (subject to accepting the prompt).
{
+$#>Pull Down Menu Items - File
File / New: Creates a new model. This initializes the model data and enables the necessary data menus. The user is warned about possible existing data loss, being asked to confirm this action.
File / Open: Opens the standard Windows file browser to locate the required existing file to load. Note that file open action will lose the current model data.
File / Save As: Opens the standard Windows file browser to enable the current model to be saved to disc. Browse to the required folder and enter/select the required file name.
File / Write .adm: Opens the standard Windows file browser to define the required file name for the .adm file and folder. This menu option will normally be disabled for external Non-Lotus customers as part of the protection of Lotus intellectual property. Writes a standard Adams adm data file based on the current model definition.
File / Write .acf: Opens the standard Windows file browser to define the required file name for the .acf file and folder. This menu option will normally be disabled for external Non-Lotus customers as part of the protection of Lotus intellectual property. Writes a standard Adams acf data file based on the current model definition and solution settings.
File / Load External Res& (Primary): Opens the standard Windows file browser to locate and load a previously saved set of Adams results. Users can search for both *.req and *.gra files. Whichever type is located and loaded the other file type of the same name is automatically checked for and loaded if found. These results are then available to be displayed in the 3d graphics viewer (.gra) and the x-y graphs (.req). The label Primary indicates that these are the main results displayed, they can be compared to a second set of results referred to as the Secondary results which are loaded through a similar menu entry, (see below).
File / Load External Res& (Secondary): Opens the standard Windows file browser to locate and load a previously saved set of Adams results. Users can search for both *.req and *.gra files. Whichever type is located and loaded the other file type of the same name is automatically checked for and loaded if found. These results are then available to be displayed in the 3d graphics viewer (.gra) and the x-y graphs (.req). The label Secondary indicates that these are the comparison results, only being displayed when the relevant visibility switch is set to on and when primary results have also been loaded.
File / Import SKCMS Rig File: Opens the standard Windows file browser to locate the required existing file to load. The files required are those that have been produced from the Lotus SKCMS test rig and subsequently processed by the Lotus Controls data processing software. Note that this file import action will lose the current model data. The SKCMS file contains both averaged and individual Left/Right suspension data splines, thus the user is asked to define whether the imported model is required to be symmetrical, (in which case the averaged spline data is used) or asymmetric, (in which case the individual left and right splines are used).
File / Exit: Closes the application, subject to confirmation of okay to exit.
Appended to the bottom of the File menu, is a list of the last five (max) opened files.
+$#>Pull Down Menu Items Module
Module / Shark / 2D Bump: Changes to the 2D module in Bump articulation mode. This will only be available if you are licensed for this full vehicle handling module, (licensed separately from Shark).
Module / Shark / 2D Roll: Changes to the 2D module in Roll articulation mode. This will only be available if you are licensed for this suspension kinematics module, (licensed separately from Raven).
Module / Shark / 3D Bump: Changes to the 3D module in Bump articulation mode. This will only be available if you are licensed for this suspension kinematics module, (licensed separately from Raven).
Module / Shark / 3D Roll: Changes to the 3D module in Roll articulation mode. This will only be available if you are licensed for this suspension kinematics module, (licensed separately from Raven).
Module / Shark / 3D Steer: Changes to the 3D module in Steer articulation mode. This will only be available if you are licensed for this suspension kinematics module, (licensed separately from Raven).
Module / Raven / STD Interface: Changes to the Raven module.
+$#>Pull Down Menu Items - Data
Data / Vehicle: Displays the Vehicle data dialog box. All vehicle related property values can be displayed and edited through this display. All corner splines are similarly accessed through this via an additional pop-up display.
Data / Tyres: Displays the Tyre data dialog box. All tyre related properties can be viewed both numerically and graphically through this display. The selection of individual tyre model types and associated property files is similarly controlled/listed via this dialogue box.
Data / Solution: Displays the Solution control dialog box. The current solution mode is set via this display, with all related solution settings displayed in editable fields. The setting of single mode or multiple mode analysis is controlled by enabling a solution from more than one solution panel.
+$#>Pull Down Menu Items - View
View / Refresh: Updates all graphical displays, both Graphics and Graphs.
View / Dynamic Viewing: Menu option to switch the dynamic viewing mode on or off. Either by a toggle action or by specific selection..
View / Translate View: Sets the dynamic view mode to translate. If dynamic viewing is currently off this will also cause the dynamic view mode to be turned on. Translation by left mouse button hold and move.
View / Scale View: Sets the dynamic view mode to scale. If dynamic viewing is currently off this will also cause the dynamic view mode to be turned on. Scale by left mouse button hold and drag vertically.
View / Rotate View: Sets the dynamic view mode to rotate. If dynamic viewing is currently off this will also cause the dynamic view mode to be turned on. Rotation by left mouse button hold and move.
View / Zoom: Pick the area of the display to zoom to fit current window. The zoom function can accommodate either a two press approach to area selection or a single press, hold and drag selection, a simple time delay trap being used to identify which type is being used. The zoomed view will retain the correct aspect ratio, (i.e. no distortion is allowed), and thus the final displayed region will include additional regions at either the top and bottom or both sides.
View / Autoscale (Ctrl+A): Resets the graphical view such that all drawn components appear within the display window. Note that this is only applied to the graphics window and not the graphs.
View / Fill Style: Sets the fill style to be used in the graphics display. Not all the fill style options are supported by every machine. Two graphics frame driver options are used one of which will not correctly support two of the fill styles. The fill styles available are, Wire Frame, Filled, Hidden Line and Depth Buffered (flat shaded). The later two will not work correctly unless the graphics frame type has been set to OpenGL
View / Std Views: Three orthogonal views are offered to aid simple planar viewing of the 3D model. The std views are y-z (front view), z-x (side view) and x-y (top view). Equivalent view toolbar icons are also available.
View / Saved Views / Save&: Saves the current 3D view settings to a temporary store, given a unique label for possible later retrieval. This temporary store only exists whilst the application is open such that all saved views are lost when the application is closed. Any number of views can be stored.
View / Saved Views / Recall Saved: Recalls a saved view, replacing the current view with that in the temporary store. Saved views are identified by their labels.
View / Saved Views / Delete Saved: Deletes a saved view from the temporary store. Only valid use is the simplifying of the displayed options through reduced menu list.
View / Saved Views / Delete All: Deletes all saved views from the temporary store. Quicker than deleting one at a time if looking to start the storing from scratch.
View / Set Background Colour&: Opens a standard colour selection dialog to pick a new colour for the background colour used in the graphics display. Note that graphs have their ow ncolour settings and are not affected by this change.
View / Graphics Frame Type: Sets the graphics frame device type as either Windows GDI or Open GL. The default device driver is a Windows GDI, (View / Graphics Frame Type / Windows GDI), which whilst it works with all Hardware options does so at the expense of both speed and capability. The GDI driver is unable to support depth buffered display and hence the view styles View / Fill Style / Hidden Line and View / Fill Style / Depth Buffered (Flat shaded ) do not function correctly. The alternative device driver is Open GL, (View / Graphics Frame Type / Open GL), which is both faster and supports depth buffering/hidden line display types.
Not all hardware is able to use the Open GL device type, typical failures are inability to refresh and lack of correct hidden line display.
View / Animation (Displacements): Switches on animation of the suspension(s) over the currently selected articulation type. All standard viewing and editing functions can still be used whilst the animation is on.
+$#>Pull Down Menu Items - Graphics
Graphics / Visibility: Toggles the visibility of specific classes of parts on the 3D graphical display. A class may include a number of individual graphical elements that together pictorially describe the part. The individual classes are; Front Tyres, Rear Tyres, Body C of G, H Point, Front Spring/Damper, Rear Spring Damper, Front Roll Bar, Rear Roll Bar, Jacks, Ground Plane, Time counter and Axis Symbol. All settings are saved to the ini file.
Graphics / Visibility General: Toggles the visibility of individual graphical elements. Elements are identified by their type and No. Individual graphical element types are; Outlines, Circles, Arcs, Cylinders, Forces, Frustrums, Boxes and Spring/Dampers. The visibility settings are displayed in the form of a tree structure. Expand each branch to find individual graphical elements or use the All option to control the visibility of whole graphical type sets. All settings are saved to the ini file.
Graphics / Colours: Defines the colour of specific classes of parts on the 3D graphical display. The individual classes are; Front Tyres, Rear Tyres, Body C of G, H Point, Front Spring/Damper, Rear Spring Damper, Front Roll Bar, Rear Roll Bar, Jack Plates, Jack Upper, Jack Lower, Ground Plane and Time Counter. All settings are saved to the ini file. Colour settings are changed by selecting the required new colour from the displayed palette.
Graphics / Colours General: Defines the colour of individual graphical elements. As for visibility elements are identified by their type and No. Individual graphical element types are; Outlines, Circles, Arcs, Cylinders, Forces, Frustrums, Boxes and Spring/Dampers. The colour settings are displayed in the form of a tree structure. Expand each branch to find individual graphical elements or use the All option to control the colour of whole graphical type sets. All settings are saved to the ini file. The available colours are listed in the form of a menu option, note that fewer colour options are available through this than with the previous menu option.
Graphics / Dim. Properties: Displays for editing the dimensional properties for graphical element classes. The listed properties control the physical size of the specific class. Each class has its own specific list of properties. Changes made to the graphical properties will have no effect on the currently displayed elements, they will only affect subsequent runs results. The graphical classes that have properties are; Front Tyres, Rear Tyres, Body, C of G, H Point, Front Spring Damper, Rear Spring Damper, Front Roll Bar, Rear Roll Bar, Jacks and Ground Plane.
Graphics / Moving Eye: Toggles the moving eye animation option on/off. When on the moving eye modifies the animation view of the 3D graphical results such that the eye point moves with the specified part. The required part to follow is identified through a separate menu. The moving eye can follow the part motion in all three axes or combinations as required, (set by separate toggle switches). A delay in following can also be defined such that there is a lag between the actual motion and the moving eye. This gives a feel for the motion direction but keeps the components within the displayed region.
Graphics / Follow Part: Opens a selection box listing the currently available parts. The current selection will be highlighted. To change to another part select it and confirm via the ok button.
Graphics / Follow X: Toggles the setting for the moving eye following the x-axis motion of the selected part.
Graphics / Follow Y: Toggles the setting for the moving eye following the y-axis motion of the selected part.
Graphics / Follow Z: Toggles the setting for the moving eye following the z-axis motion of the selected part.
Graphics / Follow Delay: Toggles the follow delay switch. Controls whether the defined delay is applied to the moving eye view. Only effects the 3D view when in moving eye animation mode.
Graphics / Delay Size: Defines the magnitude of the delay in terms of calculation steps. It only effects the 3D view if both Moving Eye and Follow Delay are turned on. Note this actual delay value time depends on the solution time step size since this setting is based on the number of calculation steps.
Graphics / Secondary Graphics: Controls the visibility of the loaded secondary graphics. Controls both 3D graphics and opened graphs. Will only impact the displays if a results file has been loaded into the secondary slot via the external file load menu or via the job submission options.
Graphics / Moving Ground: Toggles the moving ground option. When on this visually rotates the wheel graphical elements and shifts the ground plane X lines to give the impression of forward motion.
Graphics / Copy to Clipboard: Copies the current graphical display to the Windows clipboard such that it can be pasted into other applications.
+$#>Pull Down Menu Items - Graphs
Graphs / New/Open: Opens a new graph window. Each new graph will by default take the use y-variable from the available list. To change the y-variable once opened use the mouse right button menu options.
Graphs / Visibility: Controls the visibility of the graph items. Options are given to switch individual graph items on and off. For the purpose of this menu the graph items are; Grid Lines, Point Symbols and Data Values.
Graphs / Colours: Provides control over individual graph element colours. Modified colour settings are stored to the users ini file. The graph elements that can be defined via this menu include; Grid Lines, Background, Axis Lines and Text, Border Region, Primary Results Line and Secondary Results Line.
Graphs / Line Marker: Provides control over individual graph line markers. Modified marker settings are saved to the users ini file. The graph lines that marker types can be defined for are; Primary Results Line and Secondary Results Line. The nine marker types available are Filled Diamond, Triangle, Inverted Triangle, Plus, Cross, Square, Diamond, Circle and Star.
Graphs / Line Marker / Set to Defaults: Single menu selection to set all relevant graph line marker symbols back to the default settings. For relevant elements see previous menu item.
Graphs / Autoscale (All): Autoscales all open graphs for both x and y-axes. Includes all visible lines. To autoscale individual graphs use the mouse right button menu item.
Graphs / Marker/Text Sizes / Edit Sizes: Displays the graph marker and text sizes for viewing and editing. Changes are stored to the users ini file. Properties that can be edited include; Data Line Marker Size and Graph Data Values Text Size.
Graphs / Marker/Text Sizes / Set to Defaults: Single menu selection to set all relevant graph marker and text sizes back to the default settings. For relevant elements see previous menu item.
Graphs / Decimal Points Display / Edit Settings: Displays the graph decimal points display for viewing and editing. Changes are stored to the users ini file. Properties that can be edited include; X-Data Listing and Y-Data Listing.
Graphs / Decimal Points Display / Set to Defaults: Single menu selection to set all relevant graph decimal points displays back to the default settings. For relevant elements see previous menu item.
+$#>Pull Down Menu Items - Solve
Solve / Submit: Creates a new solution run. Based on the current model settings and solution settings this option writes an *.adm and *.acf file before running the standard ADAMS solver. Options are offered as to whether the results files should be permanently saved to the hard disc and how to load the results files upon job completion. Before this option can be used successfully users must ensure that they have edited the settings for the Batch File and the Command Line Arguments, (see later descriptions for these items).
Solve / Tolerances: A number of solver tolerances are edited through this menu item. They are included in the written adm and acf files and control the ADAMS solver run. The tolerances listed are; ERROR Tolerance, ALIMIT Tolerance, TLIMIT Tolerance and INTEGRATOR Tolerance. Users should refer to the appropriate ADAMS documentation for descriptions of these variables.
Solve / Command Line Arguments: Defines the command line arguments used to run the ADAMS solver. The minimum should be ru-user. Normally this would also include the path and name of the varsub.dll file supplied as part of the installation. Without the dll path and name on the command line, no tyre models other than the mal tyre can be used. If the Lotus software has been installed into the default folder the setting for this would normally be ru-user C:\lesoft\varsub.dll.
Solve / ADAMS Batch File: Defines the path and name of the ADAMS solver mdi.bat file. This would normally be in a sub folder of Program Files, but the exact folder name will vary depending on the actual version of ADAMS installed on the machine. As an example for Adams version 12.0 the setting for this would be C\Program Files\ADAMS 12.0\common\mdi.bat.
Solve / Solution Data: Displays the Solution control dialog box. The current solution mode is set via this display, with all related solution settings displayed in editable fields. The setting of single mode or multiple mode analysis is controlled by enabling a solution from more than one solution panel.
Solve / Road Motion: Provides a visual check on the current Road Motion setting, and a quick route to change between Road Motion options.
Solve / Steering Motion: Provides a visual check on the current Steering Motion setting, and a quick route to change between Steering Motion options.
Solve / Braking/Accel.: Provides a visual check on the current Braking/Acceleration setting, and a quick route to change between the Braking and Acceleration options.
+$#>Pull Down Menu Items - SetUp
SetUp / Start Options / Toolbar Icons: Provides an option for two styles of icons. Select from either Standard or Mouse Sensitive. Standard icons have permanently visible boundaries to the icon, whilst mouse sensitive icons raise as the mouse passes over them. This change is stored to the ini file and will only be implemented on next program start-up.
SetUp / Start Options / Toolbar Position: Sets the default starting position for the toolbars. All visible toolbars will be placed in this position when the application starts up. Once started the user can choose to change the toolbar positions individually as required. The four available positions are Top, Bottom, Left or Right. This change is stored to the ini file and will only be implemented on the next program start-up.
SetUp / Start Options / Maximised: If checked defines that the application will start up with the main window maximised, (i.e. expanded to fill the current screen size). Note that if the application is maximised during use, then this will also set the maximised setting. This change is stored to the ini file and will be implemented on next program start-up.
SetUp / Exception Handler On: Provides a software trapping routine to handle application exception failures. Whilst this wont enable the user to recover the current session it will prevent the exception causing a complete system failure. Not normally required this release.
SetUp / Save Def. Window Settings: When set this options will save to the users ini file the current size, positions and settings of the graphics and graph windows, such that on a subsequent program start-up all windows will be re-created in the same position/size as previously. They are referred to default since users can store different settings to alternative files.
SetUp / Save Window Settings to&: This option allows the user to save the current window and graph settings to a file. These settings can then be retrieved at a later stage or in future runs.
SetUp / Load Window Settings from&: This option allows the user to retrieve from a previously saved file the settings for the main window and graphs. These settings included not only position and size but also displayed variables and axis settings.
SetUp / View Toolbar Visibility: Sets the visibility option for the View toolbar. This setting is saved to the ini file and will thus be applied to future runs.
SetUp / File + Data Toolbar Visibility: Sets the visibility option for the File and Data toolbar. This setting is saved to the ini file and will thus be applied to future runs.
+$#>Pull Down Menu Items - Window
Window / Tile Horizontal: Automatic window positioning option that lays open windows in to a primarily horizontal layout.
Window / Tile Vertical: Automatic window positioning option that lays open windows in to a primarily vertical layout.
Window / Cascade: Automatic window positioning option. All open windows are re-sized to a common size and cascaded down from the top left hand corner in regular steps.
The Window menu has appended to it an entry for each child window. Child windows include graphic displays all graphs and results displays.
+$#>Pull Down Menu Items - Help
+$#>
+$#>
Help / Contents (F1): Opens this help file at the contents page.
Help / Search for Help On&: Opens this help file at the index page to allow for searching through the help file by key words.
Help / How to Use Help: Opens the standard WindowsŽ Help document, describing how to use on-line help files.
Help / About Lotus Suspension Analysis&: Displays the Lotus Suspension Analysis about box listing both the major and minor release levels. Support contact details are also given.
No specific menus are used on the graphics display for the right mouse button, Instead it is used as a quick cycle through the dynamic viewing modes for the current dynamic viewing status.
In the view zoom mode the right mouse button will cancel the zoom event.
X-Parameter: Used to change the displayed x-axis parameter No. for the selected graph. Lists all available options, (some may not be relevant to the current module or model). The current variable is shown checked in the list. A selection is a combination of the parameter and channel No. Each parameter has 6 possible channels.
X-Channel: Used to change the displayed x-axis channel No. for the selected graph. Lists all available options, (some may not be relevant to the current module or model). The current variable is shown checked in the list. A selection is a combination of the parameter and channel No.
Y-Parameter: Used to change the displayed y-axis parameter No. for the selected graph. Lists all available options, (some may not be relevant to the current module or model). The current variable is shown checked in the list. A selection is a combination of the parameter and channel No. Each parameter has 6 possible channels.
Y-Channel: Used to change the displayed y-axis channel No. for the selected graph. Lists all available options, (some may not be relevant to the current module or model). The current variable is shown checked in the list. A selection is a combination of the parameter and channel No.
Autoscale: Autoscales the selected graph for both x and y-axes. Includes all visible lines on the graph. To autoscale all graphs use the main menu or equivalent toolbar icon.
Zoom: Pick the area of the selected graph to fit the current window. The zoom function can accommodate either a two press approach to area selection or a single press, hold and drag selection, a simple time delay trap being used to identify which type is being used. The zoomed area will become the plotted region.
Axis Scales: Displays the selected graphs x and y-axis settings. Axes are defined simply by the minimum and maximum values.
List Primary Results Line: Lists the selected graphs primary results line for viewing. As these are calculated results they are display only.
Copy to Clipboard: Copies the selected graph display to the Windows clipboard such that it can be pasted into other applications.
+$#>Icon Description General
The following icons are used within the application dialogue boxes. A brief description is given for each.
Generic Editor Icon, normally opens standard data editor display.
Opens this Help File at context sensitive page
+$#>Icon Description View Toolbar
The following icons are displayed on the view toolbar. A brief description is given for each.
Toggle dynamic viewing on/off.
Set dynamic view on and mode to translate.
Set dynamic view on and mode to scale.
Set dynamic view on and mode to rotate.
Start zoom event on the graphics display.
Autoscale all open graphs.
Set graphics view style to Wire Frame.
Set graphics view style to Solid Fill.
Set graphics view style to Hidden Line.
Set graphics view style to Depth Buffered (flat shaded).
Set graphics view to Y-Z plane.
Set graphics view to X-Z plane.
Set graphics view to X-Y plane.
Save current graphics view to temporary store.
Cycle though the available dynamic view options.
+$#>Icon Description File + Data Toolbar
The following icons are displayed on the File toolbar. A brief description is given for each.
Create a new data file.
Open existing data file.
Save data to file
Edit/View Vehicle data
Edit/View Tyre data
Edit/View Solution data
Toggle Body visibility
Toggle Jacks visibility
Toggle ground plane visibility
Moving eye point viewing
Animate model
Copy display to clipboard
Open new results graph
Autoscale (all) results graphs
Submit analysis job
+$#>Data Requirements - Introduction
+$#>
This section describes the data requirements for the Raven analysis module. Each data variable is listed, together with its units and any default value.
The listings are broken down into sections as they are displayed in the interface.
The RAVEN co-ordinate system is a right handed system with the Y-axis across the car track, the origin of which is assumed to be on the vehicle centre line and the +ve direction being towards the offside suspension (Right hand Corner sitting in car). The X-axis is along the vehicle wheelbase with the +ve direction towards the rear.
{
+$#>
+$#>Data Requirements Tyre Data
The tyre data display provides access to all tyre related model data. To open this dialog box select the menu item Data / Tyre... or the equivalent icon.
{
+$#>KData Requirements Solution Data
The Solution data display provides access to all solution related settings. To open this dialog box select the menu item Data / Solution... or the equivalent icon.
{
$#>Results Channel Settings
The results available for graphical display are defined by a Parameter and a Channel. Each parameter has a maximum of six associated channels, not all of which may be used. Thus a graph is defined by its x-axis parameter and channel and its y-axis parameter and channel. The following list gives each parameter and its associated channels. If a channel is not used/defined it is shown as null.
| Parameter Name | |||||||
| 1 | Global Displacement of 'H' Point | ||||||
| 2 | Global Velocity of 'H' Point | ||||||
| 3 | Toe Change Due to Bump (including static) | ||||||
| 4 | Toe Change Due to Lateral Force | ||||||
| 5 | Camber Change Due to Bump (including compliance and static) - relative to body | ||||||
| 6 | Slip Angles | ||||||
| 7 | Tyre Vertical Forces | ||||||
| 8 | Brake Steer | ||||||
| 9 | Forward Velocity | ||||||
| 10 | Total Lateral Force | ||||||
| 11 | Body Roll | ||||||
| 12 | Front Right Tyre Slip Components | ||||||
| 13 | Lateral Acceleration | ||||||
| 14 | Lateral Velocity and Yaw Centre | ||||||
| 15 | Front Right Vertical Force Components | ||||||
| 16 | FR TCP Force | ||||||
| 17 | FL TCP Force | ||||||
| 18 | RL TCP Force | ||||||
| 19 | RR TCP Force | ||||||
| 20 | wv Body Force | ||||||
| 21 | Force Front Right Body | ||||||
| 22 | Force Front Left Body | ||||||
| 23 | Force Rear Left Body | ||||||
| 24 | Force Rear Right Body | ||||||
| 25 | Yaw Centre Components | ||||||
| 26 | Total Steer Angles | ||||||
| 27 | Sine Sweep Frequency | ||||||
| 28 | Pitch Angle | ||||||
| 29 | Lateral Velocity 'H' Point | ||||||
| 30 | Vertical Wheel Displacement | ||||||
| 31 | Aligning Torques | ||||||
| 32 | Lateral Force Jacking (Body) | ||||||
| 33 | Brake Force Jacking (Body) | ||||||
| 34 | Drive Force Jacking (Body) | ||||||
| 35 | Handwheel Angle | ||||||
| 36 | Yaw Angle Calculated | ||||||
| $#> |