Table of Contents

How To

Design process

TOOL coding

Also see the TOOL Quick Reference Card.

General

View Writing

Re-usable code - Templates & Subroutines

Recipes

Model Loading

Working with data

The articles in this section discuss how to interact with data files external to the model.

Preparing files

In general the data files should not be touched! Try hard to take the data file from it's source and manipulate it in the model or in a view to fit the objects you need to file.

If, however, you want to prepare an empty file to then get others to fill in:

Reading data

Examples

Writing data

Examples

Calibration

Feedback/Tracking Methods

Root finding methods. See http://en.wikipedia.org/wiki/Root-finding_algorithm

Brute force:

More specialized/sophisticated:

Interacting with Model

Displaying Data

Debugging

Administration

Using a hosted model

Administering your own server

Setup:

Common tasks:

Trouble shooting:

Other