The following table lists text conventions used in this manual.

Convention

Example

Syntax commands are in uppercase

ON

Point names are in uppercase and italics

OATEMP

User-defined parameters are in lowercase and italics. This indicates parameters that you must specify depending on your job.

(pt1, pt2, pt3)

Error messages and computer code are displayed in Courier New font.

610 IF (FANDO1.EQ.1.0) THEN ...

Three periods placed after program code denotes a continuation of program code.

This convention is used to prevent programming examples from becoming cluttered.

610 IF (FANDO1.EQ.1.0) THEN ...