Publication 1756-RM084F-EN-P - July 2002
3-32 Creating a Complete Import/Export File
Specifying PROGRAM attributes
You can specify these attributes for a PROGRAM:
PROGRAM guidelines
Keep in mind these guidelines when defining a program:
•
The MAIN and FAULT attributes can be defined in any order.
•
The TAG declaration block must occur before the routine block.
•
All tag collection declaration blocks that occur in a program
definition block are imported as tags of a given program and can
only be seen by routines under that program. Controller tags, on
the other hand can be seen by routines in any program.
Attribute: Description:
Description
Provide information about the program.
Specify:
Description := ”
text
”
Main
Name of the main routine of the program.
Specify:
Main :=
name
Fault
Name of the program fault routine, if any.
Specify:
Fault :=
name
Mode
Enter 0 for not testing edits; enter 1 for testing edits.
Specify:
Mode :=
value