Kommandos in NORMAL MODE

Change SFCC

Changes the current Special Function Control Code (SFCC).

Format:

  (sfcc)SFCC;n

or

  (sfcc)SFCC;'n'

Meaning:


Compressed Print

Defines the horizontal print density in character per inch (CPI).

Format:

  (sfcc)DENSITY;n

Meaning:


Create Form Mode

Places the IGP-Emulator in the CREATE FORM MODE, where appropriate commands (see section Unterstütze Kommandos in CREATE FORM MODE) allow to define forms and form elements.

Format:

  (sfcc)CREATE;formname[;fl]

Meaning:


Create Logo Mode

Places the IGP-Emulator in the CREATE LOGO MODE.

Format, where logos can be defined using the

- appropriate dot placements:

  (sfcc)LOGO;logoname;vl;hl[;DOT]
  row#;dot;ldot-rdot;dot
  END

Meaning:

- PCX file format:

  (sfcc)LOGO;logoname;PCX[;TRIM][;ROT](T)
  pcx raster data (sfcc)RASTEREND
  END

Meaning:

- TIFF file format:

  (sfcc)LOGO;logoname;TIFF[;TRIM][;ROT](T)
  tiff raster data (sfcc)RASTEREND
  END

Meaning:


Delete Form

Deletes the form identified by the form name.

Format:

  (sfcc)DELETE FORM;formname

Meaning:


Deletes the logo identified by the logo name.

Format:

  (sfcc)DELETE LOGO;logoname

Meaning:


Directory

Lists the contents of the IGP directory in IGP memory providing following informations:

Format:

  (sfcc)DIRECTORY


Execute Mode

Places the IGP-Emulator in the EXECUTE MODE, where, in addition to printing the form, variable data can also be entered onto the form “dynamically” using appropriate commands (see the section Commands in EXECUTE MODE).

Format:

  (sfcc)EXECUTE;formname[;PAGE n][;fc]

Meaning:


Expanded Print

Specifies expansion factors to select different font sizes.

Format:

  (sfcc)EXPAND;VE;HE

Meaning:


Ignore Sequence

Enables the IGP-Emulator to ignore all characters after the command IGON occured, until the complement command IGOFF is entered.

Format:

- to enter Ignore Sequence

  (sfcc)IGON

- to exit Ignore Sequence

  (sfcc)IGOFF


Line Spacing

Defines the lines per inch (LPI) printing format.

Format:

  (sfcc)LPI;n

Meaning:


Listen

Removes IGP-Emulator from QUIET MODE and enables it for operations in NORMAL MODE.

Format:

  (sfcc)LISTEN


Multinational Character Set

Selects one of the multinational or extended character sets available under IGP.

Format:

  (sfcc)ISET;n

Meaning:


User-Defined Set

Creates custom character sets from existing characters stored in memory.

Format:

  (sfcc)USETn
  ca;fa
  END

Meaning:


Normal Mode

Places the IGP-Emulator in the NORMAL MODE, where the data stream is not changed but checked for SFCC followed by an IGP command.

Format:

  (sfcc)NORMAL

Comments:


Paper

Specifies the printer paper options.

Format:

  (sfcc)PAPER[;option[ #]]

Meaning:


Quiet Mode

Places the IGP-Emulator in the QUIET MODE, where all data passed directly to the printer until a LISTEN command is received.

Format:

  (sfcc)QUIET


Reset

Deletes all forms and logos from the memory and restarts the IGP-Emulator.

Format:

  (sfcc)RESET


Select Format

Enables the IGP-Emulator to ignore all host-generated control codes between 00 and 0F hex (for example paper movement commands).

Format:

- to enter the Select Format

  (sfcc)SFON

- to exit the Select Format

  (sfcc)SFOFF

Comments:

During Select Format following IGP paper movement commands can be entered (in UPPERCASE):

- for a carriage return (hex 0D)

  (sfcc)CR

- for a line feed (hex 0A)

  (sfcc)LF

- for a form feed (hex 0C)

  (sfcc)FF