Changes the current Special Function Control Code (SFCC).
Format:
(sfcc)SFCC;n
or
(sfcc)SFCC;'n'
Meaning:
n
represents the decimal numeric value for the new SFCC'n'
represents the hexadecimal value for the new SFCC enclosed in single quotes (opening single quote ' and closing single quote ' )
Defines the horizontal print density in character per inch (CPI).
Format:
(sfcc)DENSITY;n
Meaning:
n
selects the density in CPI
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:
formname
defines the name of the form being createdfl
defines optional form length parameter
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:
logoname
defines the name of the logo being createdvl
defines the vertical length of the logo grid in dot rowshl
defines the horizontal length of the logo grid in dot columnsDOT
defines optional parameter to tell that the logo dimensions vl and hl are given in printer dotsrow#
identifies the row number for each row of dots dot
identifies a single dot position within the row ldot-rtdot
identifies a serie of dot positions within the row including ldot on the left and rdot on the right side of a dot positions serie; series of dot positions can be combined with single dot positions in the same row END
terminates the CREATE LOGO MODE- PCX file format:
(sfcc)LOGO;logoname;PCX[;TRIM][;ROT](T)
pcx raster data (sfcc)RASTEREND
END
Meaning:
logoname
defines the name of the logo being created TRIM
defines optional parameter to remove extra white space bounding the image ROT
defines optional parameter to handle scanned rotated images (T)
represents the line terminator (line feed, form feed) to separate the LOGO line from the beginning of the pcx raster data pcx raster data
specifies the scanned data in PCX black and white format (sfcc)
represents the Special Function Control Code RASTEREND
denotes the end of the pcx raster data END
ends the CREATE LOGO MODE - TIFF file format:
(sfcc)LOGO;logoname;TIFF[;TRIM][;ROT](T)
tiff raster data (sfcc)RASTEREND
END
Meaning:
logoname
defines the name of the logo being created TRIM
defines optional parameter to remove extra white space bounding the image ROT
defines optional parameter to handle scanned rotated images (T)
represents the line terminator (line feed, form feed) to separate the LOGO line from the beginning of the tiff raster data tiff raster data
specifies the scanned data in TIFF black and white format (sfcc)
represents the Special Function Control Code RASTEREND
denotes the end of the tiff raster data END
ends the CREATE LOGO MODE
Deletes the form identified by the form name.
Format:
(sfcc)DELETE FORM;formname
Meaning:
formname
defines the name of the form to be deleted
Deletes the logo identified by the logo name.
Format:
(sfcc)DELETE LOGO;logoname
Meaning:
logoname
defines the name of the logo to be deleted
Lists the contents of the IGP directory in IGP memory providing following informations:
Format:
(sfcc)DIRECTORY
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:
formname
identifies a previously defined form by namePAGE n
represents optional pagination parameter, where n defines the decimal number of the starting page in a sequence of multiple pagesfc
defines optional form count parameter that specifies the number of copies of the form to print
Specifies expansion factors to select different font sizes.
Format:
(sfcc)EXPAND;VE;HE
Meaning:
VE
defines the vertical expansion factorHE
defines the horizontal expansion factor
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
Defines the lines per inch (LPI) printing format.
Format:
(sfcc)LPI;n
Meaning:
n
selects the line spacing in LPI
Removes IGP-Emulator from QUIET MODE and enables it for operations in NORMAL MODE.
Format:
(sfcc)LISTEN
Selects one of the multinational or extended character sets available under IGP.
Format:
(sfcc)ISET;n
Meaning:
n
identifies the character substitution set number
Creates custom character sets from existing characters stored in memory.
Format:
(sfcc)USETn
ca;fa
END
Meaning:
n
selects the user-defined character set numberca
represents the hex address of the character which will have its contents replaced with the character located in the font address (fa)fa
represents the hex address of a specified character in the multinational character set, which will replace the current contents of (ca)END
ends the USET command
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:
Specifies the printer paper options.
Format:
(sfcc)PAPER[;option[ #]]
Meaning:
option
defines the printer paper option such as DUPLEX, INPUT, OUTPUT, PORTRAIT, LANDSCAPE, ROTATE#
specifies the value of the corresponding paper option
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
Deletes all forms and logos from the memory and restarts the IGP-Emulator.
Format:
(sfcc)RESET
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