The Event Handler

The Event Handler is a set of instructions that:

See also:

The TCL interpreter serves as the translator for Post.

The Definition File

The definition file mainly contains static information about a specific machine tool (one definition file for each machine).

Most NC machines use addresses for each of the variables that control the machine. For example, the address X is used to store the value of the X coordinate of the end position of a Linear move. Each command line in an NC program changes the state of the machine by changing the state of its addresses. Post will provide tools that use the information in the definition file to format NC commands.

These tools will be provided as an extension to core TCL. The definition file contains the following:

As mention above, the definition file describes static data about a specific machine tool. It contains information that will simplify the process of generating an NC program.

Refer to An Example Definition File for an example.