To modify a PPCL program, complete the following:

  1. Open an existing PPCL program or create a new one.
  1. In the PPCL Editor Window, make your desired changes to the PPCL program.
  1. To run a basic syntax check, select Syntax Check.

Syntax Check searches for the following types of errors:

  • Blank lines
  • Missing line numbers
  • Line numbers with no statements
  • Duplicate line numbers,
  • Out of sequence line numbers
  • Line numbers out of range. (Valid range is 1-32767 inclusive)
  • Illegal characters: ^ ~ # ; < > \ |

NOTE: The device performs error checking and displays error messages in the status pane when the program is saved.

  • Click Save.