Isight
includes a set of examples that show many of the Isight
components and how to combine the components in useful ways.
Several
of the examples include one or more Isight
Simcode components and demonstrate how Isight
can execute external programs and manage their input and output.
In some cases, the examples includes components that must be configured
before execution. For example, if a model contains a Mail component,
the address information must be entered or the component will not execute.
You will need to open the component editor to configure the options.
For more information about working with components, see the Isight Component Guide.
The complete set of files to run each example (model files, associated
simulation codes, and data files) is installed when you install Isight.
The example files are located in the following directory:
<Isight_install_directory>\<operating_system>\examples\models\
The examples are grouped into subdirectories according to the technique they illustrate.
Postprocessing
The postprocessing subdirectory contains
examples that demonstrate specific postprocessing capabilities.
Examples are provided for the following postprocessing capabilities:
Simcodes
The simcodes subdirectory contains all external programs
used by the examples in the other subdirectories under the models
directory.
The simcodes\src directory contains the source
codes (in Fortran, C, and etc.) for these programs. The simcodes\bin
directory contains a subdirectory named for each operating environment
on which Isight
is supported. Each subdirectory contains the actual executables for these
programs for that operating environment.
Note:
When an Isight
example model is loaded into the Design Gateway
from the installed examples directory, the path to the
executables is added to your %PATH% automatically. If
these executables are moved, the new location must be added to your %PATH%.