<!doctype html public '-//W3C//DTD HTML 4.01//EN'
  'http://www.w3.org/TR/html4/strict.dtd'>
<html>
<title>Isight - Examples</title>
  <head>
	<link rel="stylesheet" href="../../../EStyle.css" type="text/css">
	<link rel="stylesheet" href="../../../ETables.css" type="text/css">
  </head>
<a href="http://www.simulia.com/products/sim_opt.html"><img src="../../../../examples/logo.gif"></a>
<h1>Visuals</h1>

<table>
	<th colspan=2>Array Graph Example</th>
	<tr>
		<td>Description:</td>
		<td>This model demonstrates the use of the Array Graph to visualize data in a dynamic array.
		<p><br>
		Run the model. After execution completes:
			<ul>
				<li>Select the Script
				<li>Go to the Graphs tab
				<li>Hit the "play" button in the lower right
			</ul>
		</td>
	</tr>
	<tr>
		<td>Model:</td>
		<td><a href="Pacman.zmf">Pacman.zmf</a></td>
	</tr>
	<tr>
		<td>Illustrated components:</td>
		<td>Loop, Script</td>
	</tr>
	<tr>
		<td>Other illustrated features:</td>
		<td>
			<ul>
				<li>Use of dynamic arrays in a script
				<li>Graph animation using the "play" control
			</ul>
		</td>
	</tr>
	<tr>
		<td>Simcodes needed:</td>
		<td>None</td>
	</tr>
	<tr>
		<td>Support files needed:</td>
		<td>None</td>
	</tr>
</table>
<p>
<br>
<table>
	<th colspan=2>Image Viewer Example</th>
	<tr>
		<td>Description:</td>
		<td>This model demonstrates the use of the Image Graph to visualize a series of images
			generated during the execution of a model.
		<p><br>
		Run the model (be sure to copy the images to the same directory if not running from the
			examples directory).  After execution completes:
			<ul>
				<li>Select the Calculator in the model tree
				<li>Navigate to Graphs tab
				<li>Hit "play" button in the lower right
			</ul>
			Note: The calculator in this model does not actually perform calculations.  It is meant
			to represent any component that outputs an image file.
		</td>
	</tr>
	<tr>
		<td>Model:</td>
		<td><a href="ImageViewer.zmf">ImageViewer.zmf</a></td>
	</tr>
	<tr>
		<td>Illustrated components:</td>
		<td>None</td>
	</tr>
	<tr>
		<td>Other illustrated features:</td>
		<td>None</td>
	</tr>
	<tr>
		<td>Simcodes needed:</td>
		<td>None</td>
	</tr>
	<tr>
		<td>Support files needed:</td>
		<td>
			<a href="Image1.GIF">Image1.GIF</a>,
			<a href="Image2.GIF">Image2.GIF</a>,
			<a href="Image3.GIF">Image3.GIF</a>,
			<a href="Image4.GIF">Image4.GIF</a>,
			<a href="Image5.GIF">Image5.GIF</a>
		</td>
	</tr>
</table>

</html>
