NOTE_ENGRAVE.GRS


$$ PROGRAM: NOTE_ENGRAVE.GRS
$$
$$ KEYWORDS:
$$
$$ ABSTRACT: Program gives the N/C programmer the capability to scribe
$$           or mill identification characters using an existing
$$           note entity in a file. (Formerly called N_C_ENGRAVE, N/C-FONT)
$$.
$$          Feature NOT supported:
$$              - Character slant
$$              - Center/Right text justification
$$                 (notes show where to put in logic)
$$              - Vertical justification (not sure what this is)
$$              - There is no compensation for the cutter width in between
$$                  characters (you could try using text spacing ratio?)
$$              - VMS or site specific stuff - search for "VMS" & alter
$$
$$ RELEASE HISTORY:
$$   22-MAY-83 INITIAL IMPLEMENTATION
$$   13-OCT-88 REVISED FOR GRIP 061 RELEASE BY JEFF OSICK
$$             CONTINENTAL PLASTIC CONTAINERS
$$             2425 TOUHY AVE.
$$             ELK GROVE VILLAGE, IL 60007
$$             (312) 364-3496
$$   29-Apr-93 Revised/Renamed for UG v9.1 and for using existing notes instead
$$              of entering text (was NC_ENGRAVE.GRS)
$$              by Ken Akerboom
$$              Howmet-Tempcraft
$$              3960 S. Marginal Rd.
$$              Cleveland, OH 44114
$$              (216)391-3885
$$
$$ Required Subroutines:
$$   _get_file_path.grs
$$   _get_grdir.grs
$$   _get_grpath.grs
$$   _get_platform_type.grs
$$   _lcase.grs
$$   _note_engrave_create.grs
$$   _note_engrave_data.grs
$$   _note_engrave_reform.grs
$$
$$ AUTHOR:  MILT HUECKER & LOU ZIMMERMANN
$$ TITLE:
$$ COMPANY: MCAUTO
$$          P.O. Box 516
$$          Bldg. 106, Level 3, Post E10
$$          St. Louis, MO 63166
$$
$$ SYSTEM TYPE: VAX 11/785
$$