TOC PREV NEXT INDEX

Using AVS/Express




Preface


The Using AVS/Express manual is a detailed guide to using AVS/Express for visualization and application development.

It includes information on the creation and modification of parameters, methods, objects, modules, macros and more sophisticated visual networks. It also includes information about how to use the various viewers and editors available in AVS/Express.

How To Find Information in This Manual
If you want to know about...
Read
Starting AVS/Express, using command-line options, setting environment variables, and exiting.
How to use the Network Editor
More detailed information on the DataViewer's editors
Finding, instancing, connecting, and managing objects in AVS/Express
More detailed information on creating and editing objects
Using the V Command Processor and V code.
More detailed information on developing modules
Using the Object Manager APIs
Understanding processes and projects
Understanding shared libraries and DLLs.
Understanding status and interrupt controls
How to debug objects
More detailed information on properties, primitives, attributes, and functions.
Tips for application development and design

Audience

AVS/Express is both a development environment and a data visualization tool that can be used by a wide range of users. You should be familiar with the concepts listed below in order to make the most effective and efficient use of the AVS/Express functionality.

Your system should have:
Conventions

The following table lists the typographical conventions used in the AVS/Express books.

Convention Example
Explanation
Press OK.
Select File -> Save.
Plain Bold Text
This typeface indicates a button, menu, or a menu option.
... a widget is a small
Bold Text
This typeface indicates a new terms or a term that may have special meaning for a particular application.
Edit the .login file and add ...
Refer to the User's Guide for ...
You must change your settings...
Italic Text
This typeface is used to indicate a file name, a reference to another section or document, or it might be used for emphasis.
Computer Font
This typeface indicates the contents of a file, a message or prompt, or the actual text that you must type for a command.
cd <directory>
testfile.<processID>
<brackets> or <brackets>
Brackets identify a place holder. In some cases you supply information, for example, a file name or a directory. In other cases, the place holder identifies a value that is automatically assigned by the system.
File -> Save Compiled Project
->
Indicates a menu selection. In this example, you click on the File menu and then select Save.
bar xvZf /dev ¬
/rfdo

¬ (line continuation marker)
Indicates that the text or command is shown on two lines even though it must be entered on a single line.
Click
Click the left mouse button (or the indicated mouse button). If a mouse button is not specified, assume the left.
Middle-click
Click the middle mouse button.
Right-click
Click the right mouse button.
Double-click
Rapidly click the indicated mouse button twice. (If a mouse button is not specified, assume the left).
Shift-click
Hold the Shift key down and click the indicated mouse button. (If a mouse button is not specified, assume the left).
Drag
Position the pointer over an item, press and hold the mouse button down, move the mouse while the mouse button is still pressed, and then release the mouse button when the move is complete.

File Naming Conventions

File naming conventions differ between UNIX and Microsoft Windows (NT and 95) environments.

This document uses UNIX conventions except where specifically referring to Windows syntax.


TOC PREV NEXT INDEX