Post Processor Title

This feature allows the GPP developer to define a title string for the specific post-processor being developed. That title string will be presented to the GPP user at runtime, giving additional information about the post-processor (For example, the target machine and controller, customer name, etc.). The use of this statement is optional.

GPP_TITLE <string> ;

The string may contain the "\J" combination, which indicates a new-line character. Once a "\J" is encountered, the GPP2 application will display the title over multiple lines. The total length of the title string is limited to 256 characters.

Only one title string can be used in each post-processor. If multiple GPP_TITLE statements are used, GPP2 will only "remember" the last one.

Example

 GPP_TITLE "Post XYZ, developed for ABC";      // single line

 GPP_TITLE "Line one \JLine two \JLine three"; // multi-line

Note: The string must be written in one line in the GPP program, even if it is very long and contains multiple "\J" controls.

Some functionality may be dependent on the product package. Contact your Reseller if you require a license.