Kommandos in CREATE FORM MODE

Alphanumerics

Define size, location and content of alphanumeric data on a form as “preprinted” fixed data field or as a dynamic data field. Following formats of a general alphanumeric command are available. Doe to space constraints, the command parameters are separated into two lines. During programming DO NOT separate command parameters.

Format of

- alphanumeric command as “preprinted” fixed data field:

  ALPHA
  [Cn;][dir;][UC;][DARK;][POINT;][HSval;]sr;sc;ve;he;(d)text(d)
  STOP

- alphanumeric command as “preprinted” dynamic data field:

  ALPHA
  [Cn;]AFn;l;[dir;][UC;][DARK;][POINT;][HSval;]sr;sc;ve;he
  STOP

- incremental alphanumeric command as fixed data field:

  ALPHA
  [Cn;]I;[dir;][UC;][DARK;][POINT;][HSval;]sr;sc;ve;he;
                           [idir]stepmask;[RPTn;][RSTn;](d)startdata(d)
  STOP

- incremental alphanumeric command as dynamic data field:

  ALPHA
  [Cn;]IAFn;l;[dir;][UC;][DARK;][POINT;][HSval;]sr;sc;ve;he
  STOP

Meaning:


Bar Codes

Each bar code type has its own command to define the size, location, orientation, and data. Following formats of a general bar code command are available:

Format of

- bar code command as “preprinted” fixed data field:

  BARCODE
  type[CD];[dir;][mag;][Hn[.m];][DARK;]sr;sc
  (D)data(D)
  [PDF[;loc][;font]]
  STOP

- bar code command as “preprinted” dynamic data field:

  BARCODE
  type[CD];[dir;][mag;][Hn[.m];]BFn;l;[DARK;]sr;sc
  (D)data(D)
  [PDF[;loc][;font]]
  STOP

- incremental bar code command as fixed data field:

  BARCODE
  type[CD];[dir;][mag;][Hn[.m];]I;[DARK;]sr;sc
  [idir]stepmask;[RPTn;][RSTn;](D)startdata(D)
  [PDF[;loc][;font]]
  STOP

- incremental bar code command as dynamic data field:

  BARCODE
  type[CD];[dir;][mag;][Hn[.m];]IBFn;l;[DARK;]sr;sc
  [PDF[;loc][;font]]
  STOP

Meaning:


Boxes

Defines the size, location, and thickness of boxes.

Format:

  BOX
  lt;sr;sc;er;ec
  STOP

Meaning:


Corners

Defines the location, vertical and horizontal length, and thickness of a set of four corners.

Format:

  CORNER
  lt;sr;sc;er;ec;vl;hl
  STOP

Meaning:


Horizontal Duplication

Defines the number of horizontal duplications of an element and the spacing between duplications.

Format:

  HDUP;dup#;offset#
  elements to be duplicated
  HDUP;OFF

Meaning:


Vertical Duplication

Defines the number of vertical duplications of elements and the spacing between duplications.

Format:

  VDUP;dup#;offset#
  elements to be duplicated
  VDUP;OFF

Meaning:


End Current Mode

After the end command is received, the IGP emulator flushes the errors, stores the portions of the form without errors, and then returns to the NORMAL MODE.

Format:

  END


Font

Selects fonts based on font characteristics.

Format:

  FONT[;option[ #]]

Meaning:


Form Length

Specifies the form length by total number of lines at 6 or 8 lpi.

Format:

- to set the form length using 6 lpi

  LFORM6;n

- to set the form length using 8 lpi

  LFORM8;n

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

  IGON

- to exit Ignore Sequence

  IGOFF


Horizontal Lines

Defines the thickness, location, and size of horizontal lines.

Format:

  HORZ
  lt;r;sc;ec
  STOP

Meaning:


Vertical Lines

Defines the thickness, location, and size of vertical lines.

Format:

  VERT
  lt;c;sr;er
  STOP

Meaning:


Logo Call

Selects and positions a previously defined logo.

Format of

- logo call command as fixed logo field command:

  LOGO
  sr;sc;logoname
  STOP

- logo call command as dynamic logo field command:

  LOGO
  GFn;sr;sc;logoname
  STOP

Meaning:


Create Logo Mode

Places the IGP-Emulator in the CREATE LOGO MODE.

Format, where logos can be defined using the

- appropriate dot placements:

  LOGODEF;logoname;vl;hl
  row#;dot;ldot-rdot;dot
  STOP

Meaning:

- PCX file format:

  LOGODEF;logoname;PCX[;TRIM][;ROT](T)
  pcx raster data (sfcc)RASTEREND
  STOP

Meaning:

- TIFF file format:

  LOGODEF;logoname;TIFF[;TRIM][;ROT](T)
  tiff raster data (sfcc)RASTEREND
  STOP

Meaning:


Multinational Character Set

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

Format:

  ISET;n

Meaning:

Page Number

Defines the location for automatically incremented page numbers.

Format:

  PAGE;sr;sc

Meaning:


Paper

Specifies the printer paper options.

Format:

  PAPER[;option[ #]]

Meaning:


Reverse Print

Defines an area of the form where form elements are reverse printed (white on black).

Format:

  REVERSE
  [DARK;]sr;sc;er;ec
  STOP

Meaning:


Scale

Defines the vertical spacing and horizontal pitch for data positioning in characters or dot columns and rows.

Format

- to specify the dot scale

  SCALE;DOT[;horz;vert]

- to specify the character scale

  SCALE;CHAR[;lpi][;cpi]

Meaning:


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