User manual KYOCERA FS-6900 PRESCRIBE COMMANDS

DON'T FORGET : ALWAYS READ THE USER GUIDE BEFORE BUYING !!!

If this document matches the user guide, instructions manual or user manual, feature sets, schematics you are looking for, download it now. Diplodocs provides you a fast and easy access to the user manual KYOCERA FS-6900. We hope that this KYOCERA FS-6900 user guide will be useful to you.


KYOCERA FS-6900 PRESCRIBE COMMANDS: Download the complete user guide (5165 Ko)

You may also download the following manuals related to this product:

   KYOCERA FS-6900 (24 ko)
   KYOCERA FS-6900 MANUAL 2 (8645 ko)
   KYOCERA FS-6900 DATASHEET (544 ko)
   KYOCERA FS-6900 KMNET VIEWER (855 ko)
   KYOCERA FS-6900 TECHNICAL REFERENCE (9320 ko)
   KYOCERA FS-6900 FILE MANAGEMENT UTILITY (224 ko)
   KYOCERA FS-6900 PRESCRIBE COMMANDS REFERENCE (REV.4.9) (4876 ko)

Manual abstract: user guide KYOCERA FS-6900PRESCRIBE COMMANDS

Detailed instructions for use are in the User's Guide.

[. . . ] PRESCRIBE Commands Command Reference We shall have no liability or responsibility to customers or any other person or entity with respect to any liability, loss or damage caused or alleged to be caused directly or indirectly by equipment sold or furnished by us, including, but not limited to, any interruption of service, loss of business or anticipatory profits, or consequential damages resulting from the use or operation of the equipment or software. NO LIABILITY WILL BE ASSUMED FOR ANY DAMAGE CAUSED BY IMPROPER INSTALLATION. Notice on Software SOFTWARE USED WITH THIS PRINTER MUST SUPPORT THE PRINTER'S NATIVE MODE OR ONE OF ITS EMULATION MODES. Notice This manual, the computer programs in the page printer referred to in this manual, and any other copyrightable subject matter sold or provided with or in connection with the sale of the page printer, are protected by copyright. [. . . ] Variable resolution support is valid for 600 dpi and 1200 dpi models only. 183 PRESCRIBE Command Reference Resident Fill Patterns (300 dpi) 184 PCRP PCRP -- Format in Path, Curve to Relative Position PCRP x1, y1, x2, y2, x3, y3; Parameters x1, y1: coordinates of the first control point as measured from the current cursor position x2, y2: coordinates of the second control point as measured from the current cursor position x3, y3: coordinates of the end point as measured from the current cursor position Function The PCRP command adds a Bézier curve segment to the path, starting from the current cursor point, referred to as current position as shown at right, through two control points of (x1, y1) and (x2, y2), and ending at (x3, y3). Example: NEWP; PMZP 5, 10; PCRP 2. 5, -4, 7, -5, 7, 0; STRK; 185 PRESCRIBE Command Reference File !R!RES; UNIT C; NEWP; SPD . 1; PMZP 3, 3; PCRP 4, 2, 5, 1. 5, 6, 1. 8; STRK; PAGE; EXIT; Printout Current positon (5, 1. 5) (4, 2) (6, 1. 8) File !R!RES; UNIT C; NEWP; SPD . 1; PMZP 3, 3; PCRP 5. 5, 1. 5, 1. 5, 5. 5, 7, 7; STRK; PAGE; EXIT; Printout Current positon (5. 5, 1. 5) (1. 5, 5. 5) (7, 7) 186 PCZP PCZP -- in Path, Curve to Zero-relative Position Format PCZP x1, y1, x2, y2, x3, y3; Parameters x1, y1: coordinates of the first control point as measured from the left and top edge limits of paper x2, y2: coordinates of second control point as measured from the left and top edge limits of paper x3, y3: coordinates of end point as measured from the left and top edge limits of paper Function The PCZP command adds a Bézier curve segment to the path, starting from the current cursor position through two controls points of (x1, y1) and (x2, y2), and ending at (x3, y3), measured from the left and top edge limits of the paper. Example: NEWP; PMZP 1. 5, 3. 5; PCZP 4. 5, 1. 5, 5. 5, 5. 5, 8, 3. 5; STRK; (4. 5, 1. 5) (8, 3. 5) Current position (1. 5, 3. 5) (5. 5, 5. 5) 187 PRESCRIBE Command Reference File !R!RES; UNIT C; PMZP 3, 6; PCZP 11, 3, 2, 2, 9, 6; STRK; PAGE; EXIT; Printout (2, 2) (11, 3) (9, 6) Current position (3, 6) 188 PDIR PDIR -- set Print DIRection Format PDIR angle; Parameter angle: angle in degrees; in 90° increments in a counterclockwise direction 0 = portrait 90 = landscape 180 = reverse portrait 270 = reverse landscape Function The PDIR command rotates the coordinates of the logical page by the degree represented by the value of the angle which orients the page in one of four directions. When the print direction is changed by the PDIR command, the logical page coordinate system is transformed so the margins maintain the same printable area (the area enclosed by the margins) as shown on next page. The current position uses the same coordinate values as the previous print direction; line-spacing, and the character-spacing of the current font are effected by the new print direction as are the raster and pattern graphics. Scalable fonts should be used for printed text in different page directions. The PDIR command rotates only the coordinates of the logical page on the current page orientation and does not affect the current page orientation. A bitmap font prints text according to the current page orientation (it adheres to the current font mode). The PDIR command does not cause a page break, so you can print text in four different directions on the same page as shown in the sample file on the next page. 189 PRESCRIBE Command Reference Portrait (PDIR 0;) Landscape (PDIR 90;) Reverse Landscape (PDIR 270;) Reverse Portrait (PDIR 180;) File !R!RES; UNIT P; SFNT 'Helvetica', 8; UNIT C; MZP 10, 12; SPD . 144; CIR . 075; PDIR PDIR PDIR PDIR PAGE; EXIT; 270; TEXT ' ENDLESS VARIETY AND VERSATILITY'; 180; TEXT ' ENDLESS VARIETY AND VERSATILITY'; 90; TEXT ' ENDLESS VARIETY AND VERSATILITY'; 0; TEXT ' ENDLESS VARIETY AND VERSATILITY'; 190 PDIR Printout 191 PRESCRIBE Command Reference PDRP -- Format in Path, Draw to Relative Position PDRP x-coordinate, y-coordinate, . . . ; Parameters x-coordinate, y-coordinate: coordinates as measured from the current cursor position Function The PDRP command adds a line to the current path from the current cursor position to a specified relative position, measured in the units designated by the UNIT command. Negative coordinates may draw the line extending outside the current page. The printer then draws a connected series of line segments, proceeding from one point to the next. For example, PDRP 1, 2, 3, 4; is equivalent to PDRP 1, 2; PDRP 3, 4;. File !R!UNIT C; SPD . 3; CMNT Cube; NEWP; PMZP 5, 15; PDRP 4, 0, 2, -2, 0, -4, -4, 0, -2, CLSP; PMRP 4, 0; PDRP 0, -4, -4, 0, 4, 0, 2, -2; STRK; PAGE; EXIT; 2, 0, 4; 192 PDRP Printout Related Command PDZP 193 PRESCRIBE Command Reference PDZP -- in Path, Draw to Zero-relative Position Format PDZP x-coordinate, y-coordinate; Parameters x-coordinate, y-coordinate: coordinates as measured from the left and top edge limits of the current page Function The PDZP command adds a line to the current path from the current cursor position to a position specified relative to the top and left edge limits of the current page, measured in the units designated by the UNIT command. Negative coordinates may draw the line extending outside the current page. The thickness of the line is designated by the SPD command. File !R!RES; UNIT C; NEWP; PMZP 0, 0; PDZP PMZP 1, 0; PDZP PMZP 2, 0; PDZP PMZP 3, 0; PDZP PMZP 4, 0; PDZP PMZP 5, 0; PDZP STRK; PAGE; EXIT; 0, 0, 0, 0, 0, 0, 5; 4; 3; 2; 1; 0; 194 PDZP Printout Related Command PDRP 195 PRESCRIBE Command Reference PELP -- in Path, draw ELlipse Format PELP x-diagonal, y-diagonal[, x-start, y-start, x-end, y-end[, ellipsepath]]; Parameters x-diagonal: X-coordinate of diagonal point of bounding box y-diagonal: Y-coordinate of diagonal point of bounding box x-start: X-coordinate of start control point of the ellipse y-start: Y-coordinate of start control point of the ellipse x-end: X-coordinate of end control point of the ellipse y-end: Y-coordinate of end control point of the ellipse ellipse-path: ellipse options: N = define an ellipse path C = define an ellipse-based arc path P = define an ellipse-based pie shape path Function The PELP command adds an ellipse-based path to the current path. A complete ellipse path will be defined if the parameters in brackets are omitted. An error will result and the command has no effect if the bounding box is specified as a straight line or a point. 196 PELP Current cursor position (x-end, y-end) (x-start, y-start) Bounding box (x-diagonal, y-diagonal) N: C: P: File !R!RES; UNIT C; MZP 0, 0; BOX 2, 3; NEWP; PMZP 0, 0; PELP 2, 3, 2, 0, 0, 0, N; STRK; MZP 5, 5; BOX 2, -3; NEWP; PMZP 5, 5; PELP 2, -3, 2, 0, 0, 0, N; STRK; MZP 10, 5; BOX -2, -3; NEWP; PMZP 10, 5; PELP -2, -3, -2, 0, 0, 0, N; STRK; MZP 15, 0; BOX -2, 3; NEWP; PMZP 15, 0; PELP -2, 3, -2, 0, 0, 0, N; STRK; RES; EXIT; 197 PRESCRIBE Command Reference PIE -- draw PIE chart Format PIE radius, starting-angle, slice-size, . . . ; Parameters radius: radius of the pie chart starting-angle: position of the first slice slice-size: relative sizes of the slices Function The PIE command is a standard mode graphics command which draws a pie chart centered at the current cursor position. The sizes of the slices may be specified using any convenient non-negative integers. [. . . ] The third line MZP command positions the first barcode at 1 inch each from the left and right paper edge limits. The fourth line XBCP 19 moves the cursor 1 inch from the left and 2 inches below the point where the first barcode started and prints the second barcode; then moves the cursor 1 inch from the left and 2 inches below the point where the second barcode started and prints the third barcode. : !R!RES; XBCP 17, "QualitySt"; MZP 1, 1; XBCP 19, 1, 2, 1, 2; XBAR; large data such as 3000 bytes;ENDB; EXIT; 386 XBCP 19 Printout 1 File 2 To print 4 30-column-by-20-row PDF symbols at specified locations in Macro PDF mode. In example below, the first line XBCP command resets all XBCP parameters to the defaults and selects the barcode type for PDF417 (though it is the only type currently available); the second line XBCP sets the number of rows in the barcode to 20 (rows); the third line XBCP sets the number of data codeword in the barcode to 30 (codewords). [. . . ]

DISCLAIMER TO DOWNLOAD THE USER GUIDE KYOCERA FS-6900




Click on "Download the user Manual" at the end of this Contract if you accept its terms, the downloading of the manual KYOCERA FS-6900 will begin.

 

Copyright © 2015 - manualRetreiver - All Rights Reserved.
Designated trademarks and brands are the property of their respective owners.