|
|
*%--------------------------------------------------------- *% Windows 2000 Minolta Di 350 Printer GPD File *%--------------------------------------------------------- *% 2000/12/18 *% Rev. 1.35
*%--------------------------------------------------------- *% Symbol Definition *%--------------------------------------------------------- *%--------------------------------------------------------- *% GPD Version Infomation *%--------------------------------------------------------- *GPDSpecVersion: "1.0" *GPDFileVersion: "1.35" *%--------------------------------------------------------- *% Include Files *%--------------------------------------------------------- *Include: "StdNames.gpd" *Include: "ttfsub.gpd" *Include: "locale.gpd" *%--------------------------------------------------------- *% Resource Dll *%--------------------------------------------------------- *ResourceDLL: "Mn350620.Dll" *%--------------------------------------------------------- *% GPD File Name *%--------------------------------------------------------- *GPDFileName: "MnDi350.GPD" *%--------------------------------------------------------- *% Model Name *%--------------------------------------------------------- *ModelName: "Minolta Pi3500" *%--------------------------------------------------------- *% Master Unit *%--------------------------------------------------------- *MasterUnits: PAIR(600, 600) *%--------------------------------------------------------- *% Printer Type Define (Page/Dot) *%--------------------------------------------------------- *% Di 350 35PPM *PrintRate: 35 *PrintRatePPM: 35 *MaxCopies: 999
*PrintRateUnit: PPM *PrinterType: PAGE
*%--------------------------------------------------------- *% Page Protect *%--------------------------------------------------------- *Feature: PageProtect { *rcNameID: =PAGE_PROTECTION_DISPLAY *DefaultOption: OFF *Option: ON { *rcNameID: =ON_DISPLAY *Command: CmdSelect { *Order: JOB_SETUP.2 *Cmd: "@PJL SET PAGEPROTECT=ON<0A>" } } *Option: OFF { *rcNameID: =OFF_DISPLAY *Command: CmdSelect { *Order: JOB_SETUP.2 *Cmd: "@PJL SET PAGEPROTECT=OFF<0A>" } } }
*%--------------------------------------------------------- *% Oritentation *%--------------------------------------------------------- *Feature: Orientation { *rcNameID: =ORIENTATION_DISPLAY *DefaultOption: PORTRAIT *Option: PORTRAIT { *rcNameID: =PORTRAIT_DISPLAY *Command: CmdSelect { *Order: DOC_SETUP.1 *NoPageEject?: TRUE *Cmd: "<1B>&l0O" } } *Option: LANDSCAPE_CC90 { *rcNameID: =LANDSCAPE_DISPLAY *Command: CmdSelect { *Order: DOC_SETUP.1 *NoPageEject?: TRUE *Cmd: "<1B>&l1O" } } }
*%-------------------------------------- *% Optional Tray Unit *%-------------------------------------- *Feature: InputBinUnit { *FeatureType: PRINTER_PROPERTY *rcNameID: 551 *DefaultOption: NotInstalled *Option: NotInstalled { *rcNameID: 558 *OptionID: 444 *DisabledFeatures: LIST(InputBin) *Constraints: LIST(InputBin.DRAWER3,InputBin.DRAWER4,InputBin.DRAWER5,InputBin.LCC,OHPInteleavingPaperSource.Option3,OHPInteleavingPaperSource.Option4,OHPInteleavingPaperSource.Option5,OHPInteleavingPaperSource.Option6) *DisabledFeatures: LIST(OHPInteleavingPaperSource) *Constraints: LIST(OHPInteleavingPaperSource.Option3,OHPInteleavingPaperSource.Option4,OHPInteleavingPaperSource.Option5,OHPInteleavingPaperSource.Option6) *DisabledFeatures: LIST(FrontCoverPaperSource) *Constraints: LIST(FrontCoverPaperSource.Option3,FrontCoverPaperSource.Option4,FrontCoverPaperSource.Option5,FrontCoverPaperSource.Option6) } *Option: Option1 { *rcNameID: 559 *OptionID: 861 *DisabledFeatures: LIST(InputBin) *Constraints: LIST(InputBin.DRAWER4,InputBin.DRAWER5,InputBin.LCC) *DisabledFeatures: LIST(OHPInteleavingPaperSource) *Constraints: LIST(OHPInteleavingPaperSource.Option4,OHPInteleavingPaperSource.Option5,OHPInteleavingPaperSource.Option6) *DisabledFeatures: LIST(FrontCoverPaperSource) *Constraints: LIST(FrontCoverPaperSource.Option4,FrontCoverPaperSource.Option5,FrontCoverPaperSource.Option6) } *Option: Option2 { *rcNameID: 560 *OptionID: 862 *DisabledFeatures: LIST(InputBin) *Constraints: LIST(InputBin.DRAWER5,InputBin.LCC) *DisabledFeatures: LIST(OHPInteleavingPaperSource) *Constraints: LIST(OHPInteleavingPaperSource.Option5,OHPInteleavingPaperSource.Option6) *DisabledFeatures: LIST(FrontCoverPaperSource) *Constraints: LIST(FrontCoverPaperSource.Option5,FrontCoverPaperSource.Option6) } *Option: Option3 { *rcNameID: 561 *OptionID: 863 *DisabledFeatures: LIST(InputBin) *Constraints: LIST(InputBin.LCC) *DisabledFeatures: LIST(OHPInteleavingPaperSource) *Constraints: LIST(OHPInteleavingPaperSource.Option6) *DisabledFeatures: LIST(FrontCoverPaperSource) *Constraints: LIST(FrontCoverPaperSource.Option6) } *Option: Option4 { *rcNameID: 562 *OptionID: 864 *DisabledFeatures: LIST(InputBin) *Constraints: LIST(InputBin.DRAWER3,InputBin.DRAWER4,InputBin.DRAWER5) *DisabledFeatures: LIST(OHPInteleavingPaperSource) *Constraints: LIST(OHPInteleavingPaperSource.Option3,OHPInteleavingPaperSource.Option4,OHPInteleavingPaperSource.Option5) *DisabledFeatures: LIST(FrontCoverPaperSource) *Constraints: LIST(FrontCoverPaperSource.Option3,FrontCoverPaperSource.Option4,FrontCoverPaperSource.Option5) } *Option: Option5 { *rcNameID: 563 *OptionID: 865 *DisabledFeatures: LIST(InputBin) *Constraints: LIST(InputBin.DRAWER4,InputBin.DRAWER5) *DisabledFeatures: LIST(OHPInteleavingPaperSource) *Constraints: LIST(OHPInteleavingPaperSource.Option4,OHPInteleavingPaperSource.Option5) *DisabledFeatures: LIST(FrontCoverPaperSource) *Constraints: LIST(FrontCoverPaperSource.Option4,FrontCoverPaperSource.Option5) } }
*%--------------------------------------------------------- *% Definition of Resolution *%--------------------------------------------------------- *Feature: Resolution { *rcNameID: =RESOLUTION_DISPLAY *DefaultOption: Option1 *Option: Option1 { *rcNameID: 650 *OptionID: 802 *DPI: PAIR(600, 600) *TextDPI: PAIR(600, 600) *MinStripBlankPixels: 32 EXTERN_GLOBAL: *StripBlanks: LIST(ENCLOSED,TRAILING) *SpotDiameter: 100 *Command: CmdBeginRaster { *Cmd : "<1B>*r1A" } *Command: CmdEndRaster { *Cmd : "<1B>*rB" } *Command: CmdSendBlockData { *Cmd : "<1B>*b" %d{NumOfDataBytes}"W" } *Command: CmdSelect { *Order: JOB_SETUP.18 *Cmd: "@PJL SET RESOLUTION=600<0A>" } } }
*%-------------------------------------- *% Optional Finishing Unit *%-------------------------------------- *Feature: FinishingUnit { *FeatureType: PRINTER_PROPERTY *rcNameID: 555 *DefaultOption: NotInstalled *Option: NotInstalled { *rcNameID: 571 *OptionID: 444 *DisabledFeatures: LIST(OutputBin,HolePunch,Stapling) *Constraints: LIST(OutputBin.Option2,OutputBin.Option3, + OutputBin.Option4,OutputBin.Option5, + OutputBin.Option6,OutputBin.Option7, + OutputBin.Option8,OutputBin.Option9, + OutputBin.Option10, + HolePunch.Option2,HolePunch.Option3, + Stapling.Option2) } *Option: OptJobTray { *rcNameID: 553 *OptionID: 820 *DisabledFeatures: LIST(OutputBin,HolePunch,Stapling) *Constraints: LIST(OutputBin.Option1,OutputBin.Option3, + OutputBin.Option4,OutputBin.Option5, + OutputBin.Option6,OutputBin.Option7, + OutputBin.Option8,OutputBin.Option9, + OutputBin.Option10, + HolePunch.Option2,HolePunch.Option3, + Stapling.Option2) } *Option: OptShiftTray { *rcNameID: 554 *OptionID: 821 *DisabledFeatures: LIST(OutputBin,HolePunch,Stapling) *Constraints: LIST(OutputBin.Option1,OutputBin.Option2, + OutputBin.Option4,OutputBin.Option5, + OutputBin.Option6,OutputBin.Option7, + OutputBin.Option8,OutputBin.Option9, + OutputBin.Option10, + HolePunch.Option2,HolePunch.Option3, + Stapling.Option2)
} *Option: OptFinisher { *rcNameID: 555 *OptionID: 822 *DisabledFeatures: LIST(OutputBin) *Constraints: LIST(OutputBin.Option1,OutputBin.Option2, + OutputBin.Option3,OutputBin.Option6, + OutputBin.Option7,OutputBin.Option8, + OutputBin.Option9,OutputBin.Option10) } *Option: OptMailbinFinisher { *rcNameID: 557 *OptionID: 823 *DisabledFeatures: LIST(OutputBin) *Constraints: LIST(OutputBin.Option1,OutputBin.Option2, + OutputBin.Option3,) } }
*%------------------------------------------------------------- *Feature: OutputBin *%------------------------------------------------------------- { *rcNameID: =OUTPUTBIN_DISPLAY *DefaultOption: Option1
*% Top Output Bin *Option: Option1 { *rcNameID: 541 *OptionID: 824 *Command: CmdSelect { *Order: JOB_SETUP.7 *Cmd: "@PJL SET OUTBIN=NONE<0A>" } } *% 1st/2nd Tray *Option: Option2 { *rcNameID: 542 *OptionID: 825 *Command: CmdSelect { *Order: JOB_SETUP.7 *Cmd: "@PJL SET OUTBIN=NONE<0A>" } } *% Shift Tray *Option: Option3 { *rcNameID: 543 *OptionID: 826 *Command: CmdSelect { *Order: JOB_SETUP.7 *Cmd: "@PJL SET OUTBIN=SHIFT<0A>" } } *% Top Offset Tray *Option: Option4 { *rcNameID: 544 *OptionID: 827 *Command: CmdSelect { *Order: JOB_SETUP.7 *Cmd: "@PJL SET OUTBIN=LEFT<0A>" } } *% Elevator Tray *Option: Option5 { *rcNameID: 545 *OptionID: 828 *Command: CmdSelect { *Order: JOB_SETUP.7 *Cmd: "@PJL SET OUTBIN=STAPLER<0A>" } } *% Mail Bin1 *Option: Option6 { *rcNameID: 546 *OptionID: 829 *Command: CmdSelect { *Order: JOB_SETUP.7 *Cmd: "@PJL SET OUTBIN=OUTBIN1<0A>" } } *% Mail Bin2 *Option: Option7 { *rcNameID: 547 *OptionID: 830 *Command: CmdSelect { *Order: JOB_SETUP.7 *Cmd: "@PJL SET OUTBIN=OUTBIN2<0A>" } } *% Mail Bin3 *Option: Option8 { *rcNameID: 548 *OptionID: 831 *Command: CmdSelect { *Order: JOB_SETUP.7 *Cmd: "@PJL SET OUTBIN=OUTBIN3<0A>" } } *% Mail Bin4 *Option: Option9 { *rcNameID: 549 *OptionID: 832 *Command: CmdSelect { *Order: JOB_SETUP.7 *Cmd: "@PJL SET OUTBIN=OUTBIN4<0A>" } } *% Mail Bin5 *Option: Option10 { *rcNameID: 550 *OptionID: 833 *Command: CmdSelect { *Order: JOB_SETUP.7 *Cmd: "@PJL SET OUTBIN=OUTBIN5<0A>" } } }
*%------------------------------------------------------------- *%------------------------------------------------------------- *Feature: OutputBinPCL { *rcNameID: 660 *DefaultOption: Option1
*Option: Option1 { *rcNameID: 660 *switch: OutputBin { *% Top Offset Tray *case: Option4 { *Command: CmdSelect { *Order: DOC_SETUP.5 *Cmd: "<1B>&l1G" } } *% Elevator Tray *case: Option5 { *Command: CmdSelect { *Order: DOC_SETUP.5 *Cmd: "<1B>&l2G" } } *% Mail Bin1 *case: Option6 { *Command: CmdSelect { *Order: DOC_SETUP.5 *Cmd: "<1B>&l3G" } } *% Mail Bin2 *case: Option7 { *Command: CmdSelect { *Order: DOC_SETUP.5 *Cmd: "<1B>&l4G" } } *% Mail Bin3 *case: Option8 { *Command: CmdSelect { *Order: DOC_SETUP.5 *Cmd: "<1B>&l5G" } } *% Mail Bin4 *case: Option9 { *Command: CmdSelect { *Order: DOC_SETUP.5 *Cmd: "<1B>&l6G" } } *% Mail Bin5 *case: Option10 { *Command: CmdSelect { *Order: DOC_SETUP.5 *Cmd: "<1B>&l7G" } } *% Top Output Bin,1st/2nd Tray,Shift Tray, *default: { *Command: CmdSelect { *Order: DOC_SETUP.5 *Cmd: "<1B>&l0G" } } } } }
*%--------------------------------------------------------- *Feature: PaperSize *%--------------------------------------------------------- { *rcNameID: =PAPER_SIZE_DISPLAY *switch: Locale { *case: English_United_States { *DefaultOption: LETTER } *case: English_United_Kingdom { *DefaultOption: A4 } *default: { *DefaultOption: A4 } }
*Option: 11X17 { *rcNameID: =RCID_DMPAPER_SYSTEM_NAME *PageProtectMem: 9667 *switch: Orientation { *case: PORTRAIT { *PrintableArea: PAIR(6290, 9930) *PrintableOrigin: PAIR(110, 150) *CursorOrigin: PAIR(110, 90) *Command: CmdSelect { *Order: DOC_SETUP.2 *Cmd: "<1B>&l6a8c1E<1B>*p0x0Y<1B>*c0t7560x12024Y" } } *case: LANDSCAPE_CC90 { *PrintableArea: PAIR(6380, 9960) *PrintableOrigin: PAIR(100, 120) *CursorOrigin: PAIR(100, 10080) *Command: CmdSelect { *Order: DOC_SETUP.2 *Cmd: "<1B>&l6a8c1E<1B>*p0x0Y<1B>*c0t11952x7680Y" } } } }
*%------------------------------------- *% 11x14 Size Definition *%------------------------------------- *Option: 11x14 { *rcNameID: 501 *OptionID: 553 *PageProtectMem: 9667 *PageDimensions: PAIR(6600, 8400) *switch: Orientation { *case: PORTRAIT { *PrintableArea: PAIR(6290, 8000) *PrintableOrigin: PAIR(150, 220) *CursorOrigin: PAIR(150, 150) *Command: CmdSelect { *Order: DOC_SETUP.2 *Cmd: "<1B>&l200a8c1E<1B>*p0x0Y<1B>*c0t7565x9793Y" } } *case: LANDSCAPE_CC90 { *PrintableArea: PAIR(6318, 8100) *PrintableOrigin: PAIR(141, 141) *CursorOrigin: PAIR(100, 8240) *Command: CmdSelect { *Order: DOC_SETUP.2 *Cmd: "<1B>&l200a8c1E<1B>*p0x0Y<1B>*c0t9793x7565Y" } } } }
*%------------------------------------- *% LEGAL Size Definition *%------------------------------------- *Option: LEGAL { *rcNameID: =RCID_DMPAPER_SYSTEM_NAME *PageProtectMem: 5230 *switch: Orientation { *case: PORTRAIT { *PrintableArea: PAIR(4800, 8124) *PrintableOrigin: PAIR(150, 150) *CursorOrigin: PAIR(150, 90) *Command: CmdSelect { *Order: DOC_SETUP.2 *Cmd: "<1B>&l3a8c1E<1B>*p0x0Y<1B>*c0t5760x9864Y" } } *case: LANDSCAPE_CC90 { *PrintableArea: PAIR(4880, 8142) *PrintableOrigin: PAIR(100, 138) *CursorOrigin: PAIR(100, 8280) *Command: CmdSelect { *Order: DOC_SETUP.2 *Cmd: "<1B>&l3a8c1E<1B>*p0x0Y<1B>*c0t9792x5880Y" } } } }
*%------------------------------------- *% LETTER Size Definition *%------------------------------------- *Option: LETTER { *rcNameID: =RCID_DMPAPER_SYSTEM_NAME *PageProtectMem: 4109 *switch: Orientation { *case: PORTRAIT { *PrintableArea: PAIR(4800, 6324) *PrintableOrigin: PAIR(120, 130) *CursorOrigin: PAIR(120, 110) *Command: CmdSelect { *Order: DOC_SETUP.2 *Cmd: "<1B>&l2a8c1E<1B>*p0x0Y<1B>*c0t5760x7704Y" } } *case: LANDSCAPE_CC90 { *PrintableArea: PAIR(4880, 6344) *PrintableOrigin: PAIR(100, 136) *CursorOrigin: PAIR(100, 6480) *Command: CmdSelect { *Order: DOC_SETUP.2 *Cmd: "<1B>&l2a8c1E<1B>*p0x0Y<1B>*c0t7632x5880Y" } } } }
*%------------------------------------- *% EXECUTIVE Size Definition *%------------------------------------- *Option: EXECUTIVE { *rcNameID: =RCID_DMPAPER_SYSTEM_NAME *PageProtectMem: 4109 *switch: Orientation { *case: PORTRAIT { *PrintableArea: PAIR(4040, 6024) *PrintableOrigin: PAIR(100, 150) *CursorOrigin: PAIR(100, 90) *Command: CmdSelect { *Order: DOC_SETUP.2 *Cmd: "<1B>&l1a8c1E<1B>*p0x0Y<1B>*c0t4860x7344Y" } } *case: LANDSCAPE_CC90 { *PrintableArea: PAIR(4110, 6040) *PrintableOrigin: PAIR(120, 140) *CursorOrigin: PAIR(100, 6180) *Command: CmdSelect { *Order: DOC_SETUP.2 *Cmd: "<1B>&l1a8c1E<1B>*p0x0Y<1B>*c0t7272x4980Y" } } } }
*%------------------------------------- *% Invoice Size Definition *%------------------------------------- *Option: INVOICE { *rcNameID: 500 *OptionID: 552 *PageProtectMem: 4361 *PageDimensions: PAIR(3300, 5100) *switch: Orientation { *case: PORTRAIT { *PrintableArea: PAIR(3000, 4818) *PrintableOrigin: PAIR(120, 150) *CursorOrigin: PAIR(120, 141) *Command: CmdSelect { *Order: DOC_SETUP.2 *Cmd: "<1B>&l7a8c1E<1B>*p0x0Y<1B>*c0t3610x5818Y" } } *case: LANDSCAPE_CC90 { *PrintableArea: PAIR(3018, 4818) *PrintableOrigin: PAIR(150, 150) *CursorOrigin: PAIR(150, 4818) *Command: CmdSelect { *Order: DOC_SETUP.2 *Cmd: "<1B>&l7a8c1E<1B>*p0x0Y<1B>*c0t5818x3610Y" } } } }
*%------------------------------------- *% A3 Size Definition *%------------------------------------- *Option: A3 { *rcNameID: =RCID_DMPAPER_SYSTEM_NAME *PageProtectMem: 9667 *switch: Orientation { *case: PORTRAIT { *PrintableArea: PAIR(6714, 9654) *PrintableOrigin: PAIR(120, 100) *CursorOrigin: PAIR(120, 90) *Command: CmdSelect { *Order: DOC_SETUP.2 *Cmd: "<1B>&l27a8c1E<1B>*p0x0Y<1B>*c0t8057x11693Y" } } *case: LANDSCAPE_CC90 { *PrintableArea: PAIR(6794, 9684) *PrintableOrigin: PAIR(100, 100) *CursorOrigin: PAIR(100, 9804) *Command: CmdSelect { *Order: DOC_SETUP.2 *Cmd: "<1B>&l27a8c1E<1B>*p0x0Y<1B>*c0t11621x8177Y" } } } }
*%------------------------------------- *% A4 Size Definition *%------------------------------------- *Option: A4 { *rcNameID: =RCID_DMPAPER_SYSTEM_NAME *PageProtectMem: 4249 *switch: Orientation { *case: PORTRAIT { *PrintableArea: PAIR(4646, 6738) *PrintableOrigin: PAIR(150, 110) *CursorOrigin: PAIR(150, 100) *Command: CmdSelect { *Order: DOC_SETUP.2 *Cmd: "<1B>&l26a8c1E<1B>*p0x0Y<1B>*c0t5594x8201Y" } } *case: LANDSCAPE_CC90 { *PrintableArea: PAIR(4732, 6728) *PrintableOrigin: PAIR(110, 100) *CursorOrigin: PAIR(100, 6878) *Command: CmdSelect { *Order: DOC_SETUP.2 *Cmd: "<1B>&l26a8c1E<1B>*p0x0Y<1B>*c0t8129x5714Y" } } } }
*%------------------------------------- *% A5 Size Definition *%------------------------------------- *Option: A5 { *rcNameID: =A5_DISPLAY *PageProtectMem: 5603 *PageDimensions: PAIR(3496, 4960) *switch: Orientation { *case: PORTRAIT { *PrintableArea: PAIR(3190, 4705) *PrintableOrigin: PAIR(150, 145) *CursorOrigin: PAIR(150, 130) *Command: CmdSelect { *Order: DOC_SETUP.2 *Cmd: "<1B>&l25a8c1E<1B>*p0x0Y<1B>*c0t3838x5762Y" } } *case: LANDSCAPE_CC90 { *PrintableArea: PAIR(3228, 4662) *PrintableOrigin: PAIR(120, 150) *CursorOrigin: PAIR(100, 4812) *Command: CmdSelect { *Order: DOC_SETUP.2 *Cmd: "<1B>&l25a8c1E<1B>*p0x0Y<1B>*c0t5594x3958Y" } } } }
*%------------------------------------- *% A6 Size Definition *%------------------------------------- *Option: A6 { *rcNameID: =A6_DISPLAY *PageProtectMem: 5603 *PageDimensions: PAIR(2480, 3496) *switch: Orientation { *case: PORTRAIT { *% *PrintableArea: PAIR(2198, 3190) *PrintableArea: PAIR(2188, 3190) *PrintableOrigin: PAIR(120, 160) *CursorOrigin: PAIR(120, 126) *Command: CmdSelect { *Order: DOC_SETUP.2 *Cmd: "<1B>&l24a8c1E<1B>*p0x0Y<1B>*c0t2631x3898Y" } } *case: LANDSCAPE_CC90 { *PrintableArea: PAIR(2198, 3214) *PrintableOrigin: PAIR(130, 150) *CursorOrigin: PAIR(100, 3220) *Command: CmdSelect { *Order: DOC_SETUP.2 *Cmd: "<1B>&l24a8c1E<1B>*p0x0Y<1B>*c0t3898x2631Y" } } } }
*%------------------------------------- *% B4 Size Definition *%------------------------------------- *Option: B4 { *rcNameID: =RCID_DMPAPER_SYSTEM_NAME *PageProtectMem: 6391 *switch: Orientation { *case: PORTRAIT { *PrintableArea: PAIR(5772, 8328) *PrintableOrigin: PAIR(110, 100) *CursorOrigin: PAIR(110, 90) *Command: CmdSelect { *Order: DOC_SETUP.2 *Cmd: "<1B>&l46a8c1E<1B>*p0x0Y<1B>*c0t6926x10102Y" } } *case: LANDSCAPE_CC90 { *PrintableArea: PAIR(5832, 8358) *PrintableOrigin: PAIR(80, 120) *CursorOrigin: PAIR(80, 8478) *Command: CmdSelect { *Order: DOC_SETUP.2 *Cmd: "<1B>&l46a8c1E<1B>*p0x0Y<1B>*c0t10030x7046Y" } } } }
*%------------------------------------- *% B5 Size Definition *%------------------------------------- *Option: B5 { *rcNameID: =RCID_DMPAPER_SYSTEM_NAME *PageProtectMem: 3198 *switch: Orientation { *case: PORTRAIT { *PrintableArea: PAIR(4002, 5802) *PrintableOrigin: PAIR(150, 140) *CursorOrigin: PAIR(150, 130) *Command: CmdSelect { *Order: DOC_SETUP.2 *Cmd: "<1B>&l45a8c1E<1B>*p0x0Y<1B>*c0t4802x7070Y" *% *Cmd: "<1B>&l2045a8c1E<1B>*p0x0Y<1B>*c0t4802x7070Y" } } *case: LANDSCAPE_CC90 { *PrintableArea: PAIR(4072, 5832) *PrintableOrigin: PAIR(110, 90) *CursorOrigin: PAIR(100, 5922) *Command: CmdSelect { *Order: DOC_SETUP.2 *Cmd: "<1B>&l45a8c1E<1B>*p0x0Y<1B>*c0t6998x4922Y" *% *Cmd: "<1B>&l2045a8c1E<1B>*p0x0Y<1B>*c0t6998x4922Y" } } } }
*%------------------------------------- *% B6 Size Definition *%------------------------------------- *Option: B6 { *rcNameID: =B6_JIS_DISPLAY *OptionID: 561 *PageProtectMem: 4143 *PageDimensions: PAIR(3047, 4299) *switch: Orientation { *case: PORTRAIT { *PrintableArea: PAIR(2755, 4017) *PrintableOrigin: PAIR(130, 160) *CursorOrigin: PAIR(130, 130) *Command: CmdSelect { *Order: DOC_SETUP.2 *Cmd: "<1B>&l44a8c1E<1B>*p0x0Y<1B>*c0t3303x4858Y" } } *case: LANDSCAPE_CC90 { *PrintableArea: PAIR(2765, 4017) *PrintableOrigin: PAIR(130, 120) *CursorOrigin: PAIR(130, 4020) *Command: CmdSelect { *Order: DOC_SETUP.2 *Cmd: "<1B>&l44a8c1E<1B>*p0x0Y<1B>*c0t4858x3303Y" } } } }
*%------------------------------------- *% FLS1 Size Definition *%------------------------------------- *Option: FLS1 { *rcNameID: 502 *OptionID: 554 *PageProtectMem: 4143 *PageDimensions: PAIR(4795, 7795) *switch: Orientation { *case: PORTRAIT { *PrintableArea: PAIR(4493, 7513) *PrintableOrigin: PAIR(150, 140) *CursorOrigin: PAIR(150, 100) *Command: CmdSelect { *Order: DOC_SETUP.2 *Cmd: "<1B>&l201a8c1E<1B>*p0x0Y<1B>*c0t5396x9063Y" } } *case: LANDSCAPE_CC90 { *PrintableArea: PAIR(4513, 7513) *PrintableOrigin: PAIR(120, 120) *CursorOrigin: PAIR(100, 7633) *Command: CmdSelect { *Order: DOC_SETUP.2 *Cmd: "<1B>&l201a8c1E<1B>*p0x0Y<1B>*c0t9063x5396Y" } } } } *%------------------------------------- *% FLS2 Size Definition *%------------------------------------- *Option: FLS2 { *rcNameID: 503 *OptionID: 555 *PageProtectMem: 4143 *PageDimensions: PAIR(4960, 7795) *switch: Orientation { *case: PORTRAIT { *%*PrintableArea: PAIR(4678, 7513) *PrintableArea: PAIR(4658, 7513) *PrintableOrigin: PAIR(150, 150) *CursorOrigin: PAIR(150, 100) *Command: CmdSelect { *Order: DOC_SETUP.2 *Cmd: "<1B>&l40a8c1E<1B>*p0x0Y<1B>*c0t5607x9063Y" } } *case: LANDSCAPE_CC90 { *PrintableArea: PAIR(4678, 7513) *PrintableOrigin: PAIR(120, 120) *CursorOrigin: PAIR(100, 7633) *Command: CmdSelect { *Order: DOC_SETUP.2 *Cmd: "<1B>&l40a8c1E<1B>*p0x0Y<1B>*c0t9063x5607Y" } } } } *%------------------------------------- *% FLS3 Size Definition *%------------------------------------- *Option: FLS3 { *rcNameID: 504 *OptionID: 556 *PageProtectMem: 4143 *PageDimensions: PAIR(5102, 7795) *switch: Orientation { *case: PORTRAIT { *PrintableArea: PAIR(4800, 7513) *PrintableOrigin: PAIR(150, 150) *CursorOrigin: PAIR(150, 100) *Command: CmdSelect { *Order: DOC_SETUP.2 *Cmd: "<1B>&l202a8c1E<1B>*p0x0Y<1B>*c0t5780x9063Y" } } *case: LANDSCAPE_CC90 { *PrintableArea: PAIR(4820, 7513) *PrintableOrigin: PAIR(120, 120) *CursorOrigin: PAIR(100, 7633) *Command: CmdSelect { *Order: DOC_SETUP.2 *Cmd: "<1B>&l202a8c1E<1B>*p0x0Y<1B>*c0t9063x5780Y" } } } } *%------------------------------------- *% FLS4 Size Definition *%------------------------------------- *Option: FLS4 { *rcNameID: 505 *OptionID: 557 *PageProtectMem: 4143 *PageDimensions: PAIR(5196, 7795) *switch: Orientation { *case: PORTRAIT { *PrintableArea: PAIR(4894, 7513) *PrintableOrigin: PAIR(150, 150) *CursorOrigin: PAIR(150, 100) *Command: CmdSelect { *Order: DOC_SETUP.2 *Cmd: "<1B>&l203a8c1E<1B>*p0x0Y<1B>*c0t5876x9063Y" } } *case: LANDSCAPE_CC90 { *PrintableArea: PAIR(4914, 7513) *PrintableOrigin: PAIR(120, 120) *CursorOrigin: PAIR(100, 7633) *Command: CmdSelect { *Order: DOC_SETUP.2 *Cmd: "<1B>&l203a8c1E<1B>*p0x0Y<1B>*c0t9063x5876Y" } } } } }
*%------------------------------------------------------------- *%Feature: Smoothing *%------------------------------------------------------------- *Feature: Smoothing { *rcNameID: 651 *DefaultOption: Option1 *Option: Option1 { *rcNameID: =OFF_DISPLAY *Command: CmdSelect { *Order: JOB_SETUP.19 *Cmd: "@PJL SET SMOOTH=OFF<0A>@PJL ENTER LANGUAGE=PCL<0A0D1B>E<1B>*t600R" } } *Option: Option2 { *rcNameID: =ON_DISPLAY *Command: CmdSelect { *Order: JOB_SETUP.19 *Cmd: "@PJL SET SMOOTH=ON<0A>@PJL ENTER LANGUAGE=PCL<0A0D1B>E<1B>*t600R" } } }
*%------------------------------------------------------------- *%Feature: Sorting *%------------------------------------------------------------- *Feature: SortMode { *rcNameID: 590 *DefaultOption: NONESORT *Option: NONESORT { *rcNameID: 591 *OptionID: 878 *Command: CmdSelect { *Order: JOB_SETUP.10 *Cmd: "@PJL SET SORTING=NONE<0A>" } } *Option: SORT { *rcNameID: 592 *OptionID: 879 *Command: CmdSelect { *Order: JOB_SETUP.10 *Cmd: "@PJL SET SORTING=SORT<0A>" } } *Option: GROUP { *rcNameID: 593 *OptionID: 880 *Command: CmdSelect { *Order: JOB_SETUP.10 *Cmd: "@PJL SET SORTING=GROUP<0A>" } } }
*%------------------------------------------------------------- *%Feature: Hole Punch *%------------------------------------------------------------- *Feature: HolePunch { *% 2000/06/28 Collect command *rcNameID: 610 *DefaultOption: Option1 *Option: Option1 { *rcNameID: 611 *OptionID: 839 *Command: CmdSelect { *Order: JOB_SETUP.11 *Cmd: "@PJL SET PUNCH=NONE<0A>" } } *Option: Option2 { *rcNameID: 612 *OptionID: 870 *switch: Orientation { *case: PORTRAIT { *Command: CmdSelect { *Order: JOB_SETUP.11 *Cmd: "@PJL SET PUNCH=UPPER<0A>" } } *case: LANDSCAPE_CC90 { *Command: CmdSelect { *Order: JOB_SETUP.11 *Cmd: "@PJL SET PUNCH=LEFT<0A>" } } } } *Option: Option3 { *rcNameID: 613 *OptionID: 871 *switch: Orientation { *case: PORTRAIT { *Command: CmdSelect { *Order: JOB_SETUP.11 *Cmd: "@PJL SET PUNCH=LEFT<0A>" } } *case: LANDSCAPE_CC90 { *Command: CmdSelect { *Order: JOB_SETUP.11 *Cmd: "@PJL SET PUNCH=UPPER<0A>" } } } } }
*%------------------------------------------------------------- *%Feature: Stapling *%------------------------------------------------------------- *Feature: Stapling { *rcNameID: 600 *DefaultOption: Option1 *Option: Option1 { *rcNameID: 601 *OptionID: 839 *Command: CmdSelect { *Order: JOB_SETUP.9 *Cmd: "@PJL SET FINISH=NONE<0A>" } } *Option: Option2 { *rcNameID: 603 *OptionID: 840 *Command: CmdSelect { *Order: JOB_SETUP.9 *Cmd: "@PJL SET FINISH=STAPLE<0A>" } } }
*%------------------------------------------------------------- *%Feature: OHP Interleaving *%------------------------------------------------------------- *Feature: OHPInterleaving { *ConflictPriority: 3 *FeatureType: DOC_PROPERTY *rcNameID: 620 *DefaultOption: Option1 *Option: Option1 { *rcNameID: =OFF_DISPLAY *Command: CmdSelect { *Order: JOB_SETUP.12 *Cmd: "@PJL SET OHPMODE=NONE<0A>" } *DisabledFeatures: LIST(OHPPaperSource) } *Option: Option2 { *rcNameID: 630 *OptionID: 872 *Command: CmdSelect { *Order: JOB_SETUP.12 *Cmd: "@PJL SET OHPMODE=BLANK<0A>" } } *Option: Option3 { *rcNameID: 631 *OptionID: 873 *Command: CmdSelect { *Order: JOB_SETUP.12 *Cmd: "@PJL SET OHPMODE=PRINT<0A>" } } }
*% : OHP Paper Source *Feature: OHPPaperSource { *FeatureType: DOC_PROPERTY *rcNameID: 621 *DefaultOption: Option1
*Option: Option1 { *rcNameID: 530 *OptionID: 1811 *switch: OHPInterleaving { *case: Option1 { *Command: CmdSelect { *Order: JOB_SETUP.13 } } *default: { *Command: CmdSelect { *Order: JOB_SETUP.13 *Cmd: "@PJL SET OHPTRAY=TRAY1<0A>" } } } *Constraints: LIST(OHPInteleavingPaperSource.Option1) } *Option: Option2 { *rcNameID: 529 *OptionID: 1810 *switch: OHPInterleaving { *case: Option1 { *Command: CmdSelect { *Order: JOB_SETUP.13 } } *default: { *Command: CmdSelect { *Order: JOB_SETUP.13 *Cmd: "@PJL SET OHPTRAY=MULTI<0A>" } } } } }
*% : OHP Interleaving Paper Source *Feature: OHPInteleavingPaperSource { *FeatureType: DOC_PROPERTY *rcNameID: 622 *DefaultOption: Option2 *Option: Option1 { *rcNameID: 530 *OptionID: 2811 *switch: OHPInterleaving { *case: Option1 { *Command: CmdSelect { *Order: JOB_SETUP.14 } } *default: { *Command: CmdSelect { *Order: JOB_SETUP.14 *Cmd: "@PJL SET OHPOPTRAY=TRAY1<0A>" } } } } *Option: Option2 { *rcNameID: 531 *OptionID: 2812 *switch: OHPInterleaving { *case: Option1 { *Command: CmdSelect { *Order: JOB_SETUP.14 } } *default: { *Command: CmdSelect { *Order: JOB_SETUP.14 *Cmd: "@PJL SET OHPOPTRAY=TRAY2<0A>" } } } } *Option: Option3 { *rcNameID: 532 *OptionID: 2813 *switch: OHPInterleaving { *case: Option1 { *Command: CmdSelect { *Order: JOB_SETUP.14 } } *default: { *Command: CmdSelect { *Order: JOB_SETUP.14 *Cmd: "@PJL SET OHPOPTRAY=TRAY3<0A>" } } } } *Option: Option4 { *rcNameID: 533 *OptionID: 2814 *switch: OHPInterleaving { *case: Option1 { *Command: CmdSelect { *Order: JOB_SETUP.14 } } *default: { *Command: CmdSelect { *Order: JOB_SETUP.14 *Cmd: "@PJL SET OHPOPTRAY=TRAY4<0A>" } } } } *Option: Option5 { *rcNameID: 534 *OptionID: 2815 *switch: OHPInterleaving { *case: Option1 { *Command: CmdSelect { *Order: JOB_SETUP.14 } } *default: { *Command: CmdSelect { *Order: JOB_SETUP.14 *Cmd: "@PJL SET OHPOPTRAY=TRAY5<0A>" } } } } *Option: Option6 { *rcNameID: 525 *OptionID: 2816 *switch: OHPInterleaving { *case: Option1 { *Command: CmdSelect { *Order: JOB_SETUP.14 } } *default: { *Command: CmdSelect { *Order: JOB_SETUP.14 *Cmd: "@PJL SET OHPOPTRAY=LCC<0A>" } } } } }
*%------------------------------------------------------------- *% Cover Mode *%------------------------------------------------------------- *Feature: CoverMode { *ConflictPriority: 3 *FeatureType: DOC_PROPERTY *rcNameID: 640 *DefaultOption: Option1 *Option: Option1 { *rcNameID: =OFF_DISPLAY *Command: CmdSelect { *Order: JOB_SETUP.15 *Cmd: "@PJL SET COVERMODE=NONE<0A>" }
} *Option: Option2 { *rcNameID: 642 *OptionID: 874 *Command: CmdSelect { *Order: JOB_SETUP.15 *Cmd: "@PJL SET COVERMODE=BLANK<0A>" }
} *Option: Option3 { *rcNameID: 643 *OptionID: 875 *Command: CmdSelect { *Order: JOB_SETUP.15 *Cmd: "@PJL SET COVERMODE=PRINT<0A>" } } }
*% : Front Cover Paper Source *Feature: FrontCoverPaperSource { *FeatureType: DOC_PROPERTY *rcNameID: 641 *DefaultOption: Option1 *Option: Option1 { *rcNameID: 530 *OptionID: 4811 *switch: CoverMode { *case: Option1 { *Command: CmdSelect { *Order: JOB_SETUP.17 } } *default: { *Command: CmdSelect { *Order: JOB_SETUP.17 *Cmd: "@PJL SET COVERTRAY=TRAY1<0A>" } } } } *Option: Option2 { *rcNameID: 531 *OptionID: 4812 *switch: CoverMode { *case: Option1 { *Command: CmdSelect { *Order: JOB_SETUP.17 } } *default: { *Command: CmdSelect { *Order: JOB_SETUP.17 *Cmd: "@PJL SET COVERTRAY=TRAY2<0A>" } } } } *Option: Option3 { *rcNameID: 532 *OptionID: 4813 *switch: CoverMode { *case: Option1 { *Command: CmdSelect { *Order: JOB_SETUP.17 } } *default: { *Command: CmdSelect { *Order: JOB_SETUP.17 *Cmd: "@PJL SET COVERTRAY=TRAY3<0A>" } } } } *Option: Option4 { *rcNameID: 533 *OptionID: 4814 *switch: CoverMode { *case: Option1 { *Command: CmdSelect { *Order: JOB_SETUP.17 } } *default: { *Command: CmdSelect { *Order: JOB_SETUP.17 *Cmd: "@PJL SET COVERTRAY=TRAY4<0A>" } } } } *Option: Option5 { *rcNameID: 534 *OptionID: 4815 *switch: CoverMode { *case: Option1 { *Command: CmdSelect { *Order: JOB_SETUP.17 } } *default: { *Command: CmdSelect { *Order: JOB_SETUP.17 *Cmd: "@PJL SET COVERTRAY=TRAY5<0A>" } } } } *Option: Option6 { *rcNameID: 525 *OptionID: 4816 *switch: CoverMode { *case: Option1 { *Command: CmdSelect { *Order: JOB_SETUP.17 } } *default: { *Command: CmdSelect { *Order: JOB_SETUP.17 *Cmd: "@PJL SET COVERTRAY=LCC<0A>" } } } } } *% : With Back Cover *Feature: WithBackCover { *FeatureType: DOC_PROPERTY *rcNameID: 644 *DefaultOption: Option1 *Option: Option1 { *rcNameID: =OFF_DISPLAY *switch: CoverMode { *case: Option1 { *Command: CmdSelect { *Order: JOB_SETUP.16 } } *default: { *Command: CmdSelect { *Order: JOB_SETUP.16 *Cmd: "@PJL SET BACKCOVER=OFF<0A>" } } } } *Option: Option2 { *rcNameID: =ON_DISPLAY *switch: CoverMode { *case: Option1 { *Command: CmdSelect { *Order: JOB_SETUP.16 } } *default: { *Command: CmdSelect { *Order: JOB_SETUP.16 *Cmd: "@PJL SET BACKCOVER=ON<0A>" } } } } }
*BlockMacro: MacroSourceAtOHPTray { *switch: OHPPaperSource { *case: Option1 { *Command: CmdSelect { *Order: JOB_SETUP.6 *Cmd: "@PJL SET MEDIASOURCE=TRAY1<0A>" } } *case: Option2 { *Command: CmdSelect { *Order: JOB_SETUP.6 *Cmd: "@PJL SET MEDIASOURCE=MULTI<0A>" } } } }
*BlockMacro: MacroSourceAtOHPTrayPCL { *switch: OHPPaperSource { *case: Option1 { *Command: CmdSelect { *Order: DOC_SETUP.6 *Cmd: "<1B>&l8H" } } *case: Option2 { *Command: CmdSelect { *Order: DOC_SETUP.6 *Cmd: "<1B>&l2H" } } } }
*%--------------------------------------------------------- *% Input Bin *%--------------------------------------------------------- *Feature: InputBin { *rcNameID: =PAPER_SOURCE_DISPLAY *DefaultOption: DRAWER1 *%----------------------------------------------------- *% Auto *%----------------------------------------------------- *Option: AUTO { *rcNameID: =AUTO_DISPLAY *switch: OHPInterleaving { *case: Option1 { *Command: CmdSelect { *Order: JOB_SETUP.6 *Cmd: "@PJL SET MEDIASOURCE=APS<0A>" } } *default: { *InsertBlock: =MacroSourceAtOHPTray } } } *%----------------------------------------------------- *% DRAWER1 *%----------------------------------------------------- *Option: DRAWER1 { *rcNameID: 530 *OptionID: 811 *switch: OHPInterleaving { *case: Option1 { *Command: CmdSelect { *Order: JOB_SETUP.6 *Cmd: "@PJL SET MEDIASOURCE=TRAY1<0A>" } } *default: { *InsertBlock: =MacroSourceAtOHPTray } } } *%----------------------------------------------------- *% DRAWER2 *%----------------------------------------------------- *Option: DRAWER2 { *rcNameID: 531 *OptionID: 812 *switch: OHPInterleaving { *case: Option1 { *Command: CmdSelect { *Order: JOB_SETUP.6 *Cmd: "@PJL SET MEDIASOURCE=TRAY2<0A>" } } *default: { *InsertBlock: =MacroSourceAtOHPTray } } } *%----------------------------------------------------- *% DRAWER3 *%----------------------------------------------------- *Option: DRAWER3 { *rcNameID: 532 *OptionID: 813 *switch: OHPInterleaving { *case: Option1 { *Command: CmdSelect { *Order: JOB_SETUP.6 *Cmd: "@PJL SET MEDIASOURCE=TRAY3<0A>" } } *default: { *InsertBlock: =MacroSourceAtOHPTray } } } *%----------------------------------------------------- *% DRAWER4 *%----------------------------------------------------- *Option: DRAWER4 { *rcNameID: 533 *OptionID: 814 *switch: OHPInterleaving { *case: Option1 { *Command: CmdSelect { *Order: JOB_SETUP.6 *Cmd: "@PJL SET MEDIASOURCE=TRAY4<0A>" } } *default: { *InsertBlock: =MacroSourceAtOHPTray } } } *%----------------------------------------------------- *% DRAWER5 *%----------------------------------------------------- *Option: DRAWER5 { *rcNameID: 534 *OptionID: 815 *switch: OHPInterleaving { *case: Option1 { *Command: CmdSelect { *Order: JOB_SETUP.6 *Cmd: "@PJL SET MEDIASOURCE=TRAY5<0A>" } } *default: { *InsertBlock: =MacroSourceAtOHPTray } } } *%----------------------------------------------------- *% LCC *%----------------------------------------------------- *Option: LCC { *rcNameID: 525 *OptionID: 816 *switch: OHPInterleaving { *case: Option1 { *Command: CmdSelect { *Order: JOB_SETUP.6 *Cmd: "@PJL SET MEDIASOURCE=LCC<0A>" } } *default: { *InsertBlock: =MacroSourceAtOHPTray } } } *%----------------------------------------------------- *% Bypass *%----------------------------------------------------- *Option: BYPASS { *rcNameID: 529 *OptionID: 810 *switch: OHPInterleaving { *case: Option1 { *Command: CmdSelect { *Order: JOB_SETUP.6 *Cmd: "@PJL SET MEDIASOURCE=MULTI<0A>" } } *case: Option2 { *InsertBlock: =MacroSourceAtOHPTray } *case: Option3 { *InsertBlock: =MacroSourceAtOHPTray } } } }
*%--------------------------------------------------------- *Feature: InputBinPCL { *rcNameID: 660 *DefaultOption: Option1
*Option: Option1 { *rcNameID: 660
*switch: OHPInterleaving { *case: Option1 { *switch: InputBin { *% Auto *case: AUTO { *Command: CmdSelect { *Order: DOC_SETUP.6 *Cmd: "<1B>&l7H" } } *% DRAWER1 *case: DRAWER1 { *Command: CmdSelect { *Order: DOC_SETUP.6 *Cmd: "<1B>&l8H" } } *% DRAWER2 *case: DRAWER2 { *Command: CmdSelect { *Order: DOC_SETUP.6 *Cmd: "<1B>&l1H" } } *% DRAWER3 *case: DRAWER3 { *Command: CmdSelect { *Order: DOC_SETUP.6 *Cmd: "<1B>&l4H" } } *% DRAWER4 *case: DRAWER4 { *Command: CmdSelect { *Order: DOC_SETUP.6 *Cmd: "<1B>&l10H" } } *% DRAWER5 *case: DRAWER5 { *Command: CmdSelect { *Order: DOC_SETUP.6 *Cmd: "<1B>&l9H" } } *% LCC *case: LCC { *Command: CmdSelect { *Order: DOC_SETUP.6 *Cmd: "<1B>&l5H" } } *% Bypass *case: BYPASS { *Command: CmdSelect { *Order: DOC_SETUP.6 *Cmd: "<1B>&l2H" } } } } *default: { *InsertBlock: =MacroSourceAtOHPTrayPCL } } } }
*%------------------------------------------------------------- *Feature: Halftone *%------------------------------------------------------------- { *rcNameID: =HALFTONING_DISPLAY *DefaultOption: HT_PATSIZE_AUTO *Option: HT_PATSIZE_AUTO { *rcNameID: =HT_AUTO_SELECT_DISPLAY } *Option: HT_PATSIZE_6x6_M { *rcNameID: =HT_DITHER6X6_DISPLAY } *Option: HT_PATSIZE_8x8_M { *rcNameID: =HT_DITHER8X8_DISPLAY } }
*%------------------------------------------------------------- *Feature: Memory *%------------------------------------------------------------- { *rcNameID: =PRINTER_MEMORY_DISPLAY *DefaultOption: 2048KB *Option: 2048KB { *Name: "2MB" *MemoryConfigKB: PAIR(2048, 1931) } }
*%--------------------------------------------------------- *% Definition of Duplex Unit *%--------------------------------------------------------- *Feature: DuplexUnit { *FeatureType: PRINTER_PROPERTY *rcNameID: 552 *DefaultOption: NotInstalled *Option: Installed { *rcNameID: 570 *OptionID: 443 } *Option: NotInstalled { *rcNameID: 571 *OptionID: 444 *DisabledFeatures: LIST(Duplex) *Constraints: LIST(Duplex.VERTICAL, Duplex.HORIZONTAL) } }
*%--------------------------------------------------------- *% Duplex Printing *%--------------------------------------------------------- *Feature: Duplex { *rcNameID: =TWO_SIDED_PRINTING_DISPLAY *DefaultOption: NONE *Option: NONE { *rcNameID: =NONE_DISPLAY *Command: CmdSelect { *Order: JOB_SETUP.8 *Cmd: "@PJL SET DUPLEX=OFF<0A>" } } *Option: VERTICAL { *rcNameID: =FLIP_ON_LONG_EDGE_DISPLAY *switch: Orientation { *case: PORTRAIT { *Command: CmdSelect { *Order: JOB_SETUP.8 *Cmd: "@PJL SET DUPLEX=ON<0A>@PJL SET BOOKFORM=LEFT<0A>" } } *case: LANDSCAPE_CC90 { *Command: CmdSelect { *Order: JOB_SETUP.8 *Cmd: "@PJL SET DUPLEX=ON<0A>@PJL SET BOOKFORM=UP<0A>" } } } } *Option: HORIZONTAL { *rcNameID: =FLIP_ON_SHORT_EDGE_DISPLAY *switch: Orientation { *case: PORTRAIT { *Command: CmdSelect { *Order: JOB_SETUP.8 *Cmd: "@PJL SET DUPLEX=ON<0A>@PJL SET BOOKFORM=UP<0A>" } } *case: LANDSCAPE_CC90 { *Command: CmdSelect { *Order: JOB_SETUP.8 *Cmd: "@PJL SET DUPLEX=ON<0A>@PJL SET BOOKFORM=LEFT<0A>" } } } } }
*% This is dummy Feature *% Need to disable Collate Feature *% add 2000/05/20 *Feature: PrinterHardDisk { *rcNameID: 564 *FeatureType: PRINTER_PROPERTY *DefaultOption: FALSE *Option: FALSE { *rcNameID: 571 *DisabledFeatures: LIST(Collate) } }
*%--------------------------------------------------------- *% Change 2000/05/30 *Feature: Collate { *rcNameID: 660 *%
*% 2000/06/28 change Default Value *DefaultOption: ON *Option: ON { *rcNameID: =ON_DISPLAY *switch: PrinterHardDisk { *case: FALSE { *Command: CmdSelect { *Order: JOB_SETUP.4 *Cmd: "@PJL SET COPIES=1<0A>" } } } } *Option: OFF { *rcNameID: =OFF_DISPLAY *Command: CmdSelect { *Order: JOB_SETUP.4 *% *Cmd: "@PJL SET COPIES=" %d{NumOfCopies}"<0A>" } } }
*% ******************************************************** *% Limitation Drawer and Finisher *% ******************************************************** *InvalidCombination: LIST(InputBinUnit.NotInstalled,FinishingUnit.OptFinisher) *InvalidCombination: LIST(InputBinUnit.NotInstalled,FinishingUnit.OptMailbinFinisher) *InvalidCombination: LIST(InputBinUnit.Option2,FinishingUnit.OptFinisher) *InvalidCombination: LIST(InputBinUnit.Option2,FinishingUnit.OptMailbinFinisher) *InvalidCombination: LIST(InputBinUnit.Option4,FinishingUnit.OptFinisher) *InvalidCombination: LIST(InputBinUnit.Option4,FinishingUnit.OptMailbinFinisher)
*% ******************************************************** *% Limitation Drawer and Paper Size *% ******************************************************** *InvalidCombination: LIST(InputBin.DRAWER2,PaperSize.INVOICE) *InvalidCombination: LIST(InputBin.DRAWER2,PaperSize.EXECUTIVE) *InvalidCombination: LIST(InputBin.DRAWER2,PaperSize.A5) *InvalidCombination: LIST(InputBin.DRAWER2,PaperSize.A6) *InvalidCombination: LIST(InputBin.DRAWER2,PaperSize.B6)
*InvalidCombination: LIST(InputBin.DRAWER3,PaperSize.EXECUTIVE) *InvalidCombination: LIST(InputBin.DRAWER3,PaperSize.A6) *InvalidCombination: LIST(InputBin.DRAWER3,PaperSize.B6)
*InvalidCombination: LIST(InputBin.DRAWER4,PaperSize.EXECUTIVE) *InvalidCombination: LIST(InputBin.DRAWER4,PaperSize.A6) *InvalidCombination: LIST(InputBin.DRAWER4,PaperSize.B6)
*InvalidCombination: LIST(InputBin.DRAWER5,PaperSize.EXECUTIVE) *InvalidCombination: LIST(InputBin.DRAWER5,PaperSize.A6) *InvalidCombination: LIST(InputBin.DRAWER5,PaperSize.B6)
*InvalidCombination: LIST(InputBin.LCC,PaperSize.11X17) *InvalidCombination: LIST(InputBin.LCC,PaperSize.11x14) *InvalidCombination: LIST(InputBin.LCC,PaperSize.LEGAL) *InvalidCombination: LIST(InputBin.LCC,PaperSize.EXECUTIVE) *InvalidCombination: LIST(InputBin.LCC,PaperSize.INVOICE) *InvalidCombination: LIST(InputBin.LCC,PaperSize.A3) *InvalidCombination: LIST(InputBin.LCC,PaperSize.A5) *InvalidCombination: LIST(InputBin.LCC,PaperSize.A6) *InvalidCombination: LIST(InputBin.LCC,PaperSize.B4) *InvalidCombination: LIST(InputBin.LCC,PaperSize.B5) *InvalidCombination: LIST(InputBin.LCC,PaperSize.B6) *InvalidCombination: LIST(InputBin.LCC,PaperSize.FLS1) *InvalidCombination: LIST(InputBin.LCC,PaperSize.FLS2) *InvalidCombination: LIST(InputBin.LCC,PaperSize.FLS3) *InvalidCombination: LIST(InputBin.LCC,PaperSize.FLS4)
*InvalidCombination: LIST(InputBin.BYPASS,PaperSize.A6) *InvalidCombination: LIST(InputBin.BYPASS,PaperSize.B6)
*% ******************************************************** *% Limitation Drawer and Duplex *% ******************************************************** *InvalidCombination: LIST(InputBin.BYPASS,Duplex.VERTICAL) *InvalidCombination: LIST(InputBin.BYPASS,Duplex.HORIZONTAL)
*% ******************************************************** *% Limitation Drawer and Stapling *% ******************************************************** *InvalidCombination: LIST(InputBin.BYPASS,Stapling.Option2)
*% ******************************************************** *% Limitation Drawer and Collated *% ******************************************************** *InvalidCombination: LIST(InputBin.BYPASS,SortMode.SORT) *InvalidCombination: LIST(InputBin.BYPASS,SortMode.GROUP)
*% OHP *% ******************************************************** *% Limitation Drawer and OHP *% ******************************************************** *InvalidCombination: LIST(InputBin.AUTO,OHPInterleaving.Option2) *InvalidCombination: LIST(InputBin.AUTO,OHPInterleaving.Option3)
*% ******************************************************** *% Limitation Drawer and CoverMode *% ******************************************************** *InvalidCombination: LIST(InputBin.AUTO,CoverMode.Option2) *InvalidCombination: LIST(InputBin.AUTO,CoverMode.Option3)
*%*InvalidCombination: LIST( InputBin.DRAWER1,FrontCoverPaperSource.Option1) *%*InvalidCombination: LIST( InputBin.DRAWER2,FrontCoverPaperSource.Option2) *%*InvalidCombination: LIST( InputBin.DRAWER3,FrontCoverPaperSource.Option3) *%*InvalidCombination: LIST( InputBin.DRAWER4,FrontCoverPaperSource.Option4) *%*InvalidCombination: LIST( InputBin.DRAWER5,FrontCoverPaperSource.Option5) *%*InvalidCombination: LIST( InputBin.LCC,FrontCoverPaperSource.Option6)
*% ******************************************************** *% Limitation Paper Output and Paper Size *% ******************************************************** *% Elevator Tray *InvalidCombination: LIST(OutputBin.Option5,PaperSize.11x14) *InvalidCombination: LIST(OutputBin.Option5,PaperSize.EXECUTIVE) *InvalidCombination: LIST(OutputBin.Option5,PaperSize.INVOICE) *InvalidCombination: LIST(OutputBin.Option5,PaperSize.A5) *InvalidCombination: LIST(OutputBin.Option5,PaperSize.A6) *InvalidCombination: LIST(OutputBin.Option5,PaperSize.B4) *InvalidCombination: LIST(OutputBin.Option5,PaperSize.B5) *InvalidCombination: LIST(OutputBin.Option5,PaperSize.B6) *InvalidCombination: LIST(OutputBin.Option5,PaperSize.FLS1) *InvalidCombination: LIST(OutputBin.Option5,PaperSize.FLS2) *InvalidCombination: LIST(OutputBin.Option5,PaperSize.FLS3) *InvalidCombination: LIST(OutputBin.Option5,PaperSize.FLS4) *% MailBin1 *InvalidCombination: LIST(OutputBin.Option6,PaperSize.A6) *InvalidCombination: LIST(OutputBin.Option6,PaperSize.B6) *% MailBin2 *InvalidCombination: LIST(OutputBin.Option7,PaperSize.A6) *InvalidCombination: LIST(OutputBin.Option7,PaperSize.B6) *% MailBin3 *InvalidCombination: LIST(OutputBin.Option8,PaperSize.A6) *InvalidCombination: LIST(OutputBin.Option8,PaperSize.B6) *% MailBin4 *InvalidCombination: LIST(OutputBin.Option9,PaperSize.A6) *InvalidCombination: LIST(OutputBin.Option9,PaperSize.B6) *% MailBin5 *InvalidCombination: LIST(OutputBin.Option10,PaperSize.A6) *InvalidCombination: LIST(OutputBin.Option10,PaperSize.B6)
*% ******************************************************** *% Limitation Output and Stapling *% ******************************************************** *InvalidCombination: LIST(OutputBin.Option1,Stapling.Option2) *InvalidCombination: LIST(OutputBin.Option2,Stapling.Option2) *InvalidCombination: LIST(OutputBin.Option3,Stapling.Option2) *InvalidCombination: LIST(OutputBin.Option4,Stapling.Option2) *InvalidCombination: LIST(OutputBin.Option6,Stapling.Option2) *InvalidCombination: LIST(OutputBin.Option7,Stapling.Option2) *InvalidCombination: LIST(OutputBin.Option8,Stapling.Option2) *InvalidCombination: LIST(OutputBin.Option9,Stapling.Option2) *InvalidCombination: LIST(OutputBin.Option10,Stapling.Option2)
*% ******************************************************** *% Limitation Output and OHP Interleaving *% ******************************************************** *InvalidCombination: LIST(OutputBin.Option5,OHPInterleaving.Option2) *InvalidCombination: LIST(OutputBin.Option6,OHPInterleaving.Option2) *InvalidCombination: LIST(OutputBin.Option7,OHPInterleaving.Option2) *InvalidCombination: LIST(OutputBin.Option8,OHPInterleaving.Option2) *InvalidCombination: LIST(OutputBin.Option9,OHPInterleaving.Option2) *InvalidCombination: LIST(OutputBin.Option10,OHPInterleaving.Option2) *InvalidCombination: LIST(OutputBin.Option5,OHPInterleaving.Option3) *InvalidCombination: LIST(OutputBin.Option6,OHPInterleaving.Option3) *InvalidCombination: LIST(OutputBin.Option7,OHPInterleaving.Option3) *InvalidCombination: LIST(OutputBin.Option8,OHPInterleaving.Option3) *InvalidCombination: LIST(OutputBin.Option9,OHPInterleaving.Option3) *InvalidCombination: LIST(OutputBin.Option10,OHPInterleaving.Option3)
*% ******************************************************** *% Limitation Duplex and Paper Size *% ******************************************************** *InvalidCombination: LIST(Duplex.VERTICAL,PaperSize.A6) *InvalidCombination: LIST(Duplex.VERTICAL,PaperSize.B6) *InvalidCombination: LIST(Duplex.HORIZONTAL,PaperSize.A6) *InvalidCombination: LIST(Duplex.HORIZONTAL,PaperSize.B6)
*% ******************************************************** *% Limitation Hole Punch and Paper Size *% ******************************************************** *% Long Edge *InvalidCombination: LIST(HolePunch.Option3,PaperSize.11X17) *InvalidCombination: LIST(HolePunch.Option3,PaperSize.11x14) *InvalidCombination: LIST(HolePunch.Option3,PaperSize.LEGAL) *InvalidCombination: LIST(HolePunch.Option3,PaperSize.A3) *InvalidCombination: LIST(HolePunch.Option3,PaperSize.A6) *InvalidCombination: LIST(HolePunch.Option3,PaperSize.B4) *InvalidCombination: LIST(HolePunch.Option3,PaperSize.B5) *InvalidCombination: LIST(HolePunch.Option3,PaperSize.B6) *InvalidCombination: LIST(HolePunch.Option3,PaperSize.FLS1) *InvalidCombination: LIST(HolePunch.Option3,PaperSize.FLS2) *InvalidCombination: LIST(HolePunch.Option3,PaperSize.FLS3) *InvalidCombination: LIST(HolePunch.Option3,PaperSize.FLS4)
*% ******************************************************** *% Limitation Stapling and Paper Size *% ******************************************************** *InvalidCombination: LIST(Stapling.Option2,PaperSize.11x14) *InvalidCombination: LIST(Stapling.Option2,PaperSize.EXECUTIVE) *InvalidCombination: LIST(Stapling.Option2,PaperSize.INVOICE) *InvalidCombination: LIST(Stapling.Option2,PaperSize.A5) *InvalidCombination: LIST(Stapling.Option2,PaperSize.A6) *InvalidCombination: LIST(Stapling.Option2,PaperSize.B4) *InvalidCombination: LIST(Stapling.Option2,PaperSize.B5) *InvalidCombination: LIST(Stapling.Option2,PaperSize.B6) *InvalidCombination: LIST(Stapling.Option2,PaperSize.FLS1) *InvalidCombination: LIST(Stapling.Option2,PaperSize.FLS2) *InvalidCombination: LIST(Stapling.Option2,PaperSize.FLS3) *InvalidCombination: LIST(Stapling.Option2,PaperSize.FLS4)
*% ******************************************************** *% Limitation OHP Interleave and Paper Size *% ******************************************************** *InvalidCombination: LIST(OHPInterleaving.Option2,PaperSize.11X17) *InvalidCombination: LIST(OHPInterleaving.Option2,PaperSize.11x14) *InvalidCombination: LIST(OHPInterleaving.Option2,PaperSize.LEGAL) *InvalidCombination: LIST(OHPInterleaving.Option2,PaperSize.EXECUTIVE) *InvalidCombination: LIST(OHPInterleaving.Option2,PaperSize.INVOICE) *InvalidCombination: LIST(OHPInterleaving.Option2,PaperSize.A3) *InvalidCombination: LIST(OHPInterleaving.Option2,PaperSize.A5) *InvalidCombination: LIST(OHPInterleaving.Option2,PaperSize.A6) *InvalidCombination: LIST(OHPInterleaving.Option2,PaperSize.B4) *InvalidCombination: LIST(OHPInterleaving.Option2,PaperSize.B6) *InvalidCombination: LIST(OHPInterleaving.Option2,PaperSize.FLS1) *InvalidCombination: LIST(OHPInterleaving.Option2,PaperSize.FLS2) *InvalidCombination: LIST(OHPInterleaving.Option2,PaperSize.FLS3) *InvalidCombination: LIST(OHPInterleaving.Option2,PaperSize.FLS4) *InvalidCombination: LIST(OHPInterleaving.Option3,PaperSize.11X17) *InvalidCombination: LIST(OHPInterleaving.Option3,PaperSize.11x14) *InvalidCombination: LIST(OHPInterleaving.Option3,PaperSize.LEGAL) *InvalidCombination: LIST(OHPInterleaving.Option3,PaperSize.EXECUTIVE) *InvalidCombination: LIST(OHPInterleaving.Option3,PaperSize.INVOICE) *InvalidCombination: LIST(OHPInterleaving.Option3,PaperSize.A3) *InvalidCombination: LIST(OHPInterleaving.Option3,PaperSize.A5) *InvalidCombination: LIST(OHPInterleaving.Option3,PaperSize.A6) *InvalidCombination: LIST(OHPInterleaving.Option3,PaperSize.B4) *InvalidCombination: LIST(OHPInterleaving.Option3,PaperSize.B6) *InvalidCombination: LIST(OHPInterleaving.Option3,PaperSize.FLS1) *InvalidCombination: LIST(OHPInterleaving.Option3,PaperSize.FLS2) *InvalidCombination: LIST(OHPInterleaving.Option3,PaperSize.FLS3) *InvalidCombination: LIST(OHPInterleaving.Option3,PaperSize.FLS4)
*% ******************************************************** *% Limitation OHPInteleavingPaperSource and Paper Size *% ******************************************************** *InvalidCombination: LIST(PaperSize.B5,OHPInteleavingPaperSource.Option6)
*% ******************************************************** *% Limitation OHPInterleaving and CoverMode *% ******************************************************** *InvalidCombination: LIST(OHPInterleaving.Option2,CoverMode.Option2) *InvalidCombination: LIST(OHPInterleaving.Option2,CoverMode.Option3) *InvalidCombination: LIST(OHPInterleaving.Option3,CoverMode.Option2) *InvalidCombination: LIST(OHPInterleaving.Option3,CoverMode.Option3)
*% ******************************************************** *% Limitation CoverMode and Paper Size *% ******************************************************** *InvalidCombination: LIST(CoverMode.Option2,PaperSize.EXECUTIVE) *InvalidCombination: LIST(CoverMode.Option2,PaperSize.A6) *InvalidCombination: LIST(CoverMode.Option2,PaperSize.B6) *InvalidCombination: LIST(CoverMode.Option3,PaperSize.EXECUTIVE) *InvalidCombination: LIST(CoverMode.Option3,PaperSize.A6) *InvalidCombination: LIST(CoverMode.Option3,PaperSize.B6)
*% ******************************************************** *% Limitation Hole Punch and Duplex *% ******************************************************** *InvalidCombination: LIST(HolePunch.Option2,Duplex.HORIZONTAL) *InvalidCombination: LIST(HolePunch.Option3,Duplex.VERTICAL)
*% ******************************************************** *% Limitation Hole Punch and OHP Interleaving *% ******************************************************** *InvalidCombination: LIST(HolePunch.Option2,OHPInterleaving.Option2) *InvalidCombination: LIST(HolePunch.Option2,OHPInterleaving.Option3) *InvalidCombination: LIST(HolePunch.Option3,OHPInterleaving.Option2) *InvalidCombination: LIST(HolePunch.Option3,OHPInterleaving.Option3)
*% ******************************************************** *% Limitation Hole Punch and OutputBin *% ******************************************************** *InvalidCombination: LIST(OutputBin.Option1, HolePunch.Option2) *InvalidCombination: LIST(OutputBin.Option2, HolePunch.Option2) *InvalidCombination: LIST(OutputBin.Option3, HolePunch.Option2) *InvalidCombination: LIST(OutputBin.Option1, HolePunch.Option3) *InvalidCombination: LIST(OutputBin.Option2, HolePunch.Option3) *InvalidCombination: LIST(OutputBin.Option3, HolePunch.Option3)
*% ******************************************************** *% Limitation OHP and Duplex *% ******************************************************** *InvalidCombination: LIST(OHPInterleaving.Option2,Duplex.HORIZONTAL) *InvalidCombination: LIST(OHPInterleaving.Option2,Duplex.VERTICAL) *InvalidCombination: LIST(OHPInterleaving.Option3,Duplex.HORIZONTAL) *InvalidCombination: LIST(OHPInterleaving.Option3,Duplex.VERTICAL)
*% ******************************************************** *% Limitation Collated and Stapling *% ******************************************************** *InvalidCombination: LIST( SortMode.NONESORT, Stapling.Option2)
*% ******************************************************** *% Limitation Collated and Stapling *% ******************************************************** *InvalidCombination: LIST( Stapling.Option2, OHPInterleaving.Option2) *InvalidCombination: LIST( Stapling.Option2, OHPInterleaving.Option3)
*%--------------------------------------------------------- *% Definition of Document Start *%---------------------------------------------------------
*Command: CmdStartJob { *Order: JOB_SETUP.1 *Cmd: "<1B>%%-12345X" }
*Command: CmdStartDoc { *Order: DOC_SETUP.4 *Cmd: "<1B>&u600D<1B>*r0F" } *Command: CmdStartPage { *Order: PAGE_SETUP.1 *Cmd: "<1B>*b0M<0D>" } *Command: CmdEndJob { *Order: JOB_FINISH.1 *Cmd: "<1B>E<1B>%%-12345X" }
*switch: Collate { *case: OFF { *Command: CmdCopies { *Order: DOC_SETUP.3 *Cmd: "<1B>&l" %d[1,999]{NumOfCopies}"X" } } *case: ON { *Command: CmdCopies { *Order: DOC_SETUP.3 *Cmd: "<1B>&l1X" } } }
*RotateCoordinate?: TRUE *RotateRaster?: TRUE *RotateFont?: TRUE *TextCaps: LIST(TC_CR_90,TC_UA_ABLE) *MemoryUsage: LIST(FONT, RASTER, VECTOR) *CursorXAfterCR: AT_PRINTABLE_X_ORIGIN *BadCursorMoveInGrxMode: LIST(X_PORTRAIT,Y_LANDSCAPE) *XMoveThreshold: 0 *YMoveThreshold: 0 *XMoveUnit: 600 *YMoveUnit: 600 *Command: CmdXMoveAbsolute { *Cmd : "<1B>*p" %d{DestX}"X" } *Command: CmdXMoveRelRight { *Cmd : "<1B>*p+" %d[0,4800]{max_repeat(DestXRel )}"X" } *Command: CmdXMoveRelLeft { *Cmd : "<1B>*p-" %d[0,4800]{max_repeat(DestXRel )}"X" } *Command: CmdYMoveAbsolute { *Cmd : "<1B>*p" %d{DestY}"Y" } *Command: CmdYMoveRelDown { *Cmd : "<1B>*p+" %d{DestYRel}"Y" } *Command: CmdYMoveRelUp { *Cmd : "<1B>*p-" %d{DestYRel}"Y" } *Command: CmdCR { *Cmd : "<0D>" } *Command: CmdLF { *Cmd : "<0A>" } *Command: CmdFF { *Cmd : "<0C>" } *Command: CmdBackSpace { *Cmd : "<08>" } *Command: CmdPushCursor { *Cmd : "<1B>&f0S" } *Command: CmdPopCursor { *Cmd : "<1B>&f1S" } *Command: CmdSetSimpleRotation { *Cmd : "<1B>&a" %d{PrintDirInCCDegrees}"P" } *EjectPageWithFF?: TRUE *Command: CmdEnableTIFF4 { *Cmd : "<1B>*b2M" } *Command: CmdDisableCompression { *Cmd : "<1B>*b0M" } *Command: CmdEnableDRC { *Cmd : "<1B>*b3M" } *OutputDataFormat: H_BYTE *OptimizeLeftBound?: TRUE *CursorXAfterSendBlockData: AT_GRXDATA_ORIGIN *CursorYAfterSendBlockData: AUTO_INCREMENT *DefaultFont: 80 *DefaultCTT: 0 *CharPosition: BASELINE *TTFSEnabled?: TRUE *DeviceFonts: LIST(44,45,75,76,78,80,96,146,147,148,149,150,151,152,153, + 154,155,156,157,169,170,171,201,202,203,204,205,206, + 207,208,214,215,216,217,218,219,220,221,222,223,224, + 225,226,227,228,229,230,231,233,234,235) *MinFontID: 16534 *MaxFontID: 32768 *FontFormat: HPPCL_OUTLINE *Command: CmdSetFontID { *Cmd : "<1B>*c" %d{NextFontID}"D" } *Command: CmdSelectFontID { *Cmd : "<1B>(" %d{CurrentFontID}"X" } *Command: CmdSetCharCode { *Cmd : "<1B>*c" %d{NextGlyph}"E" } *Command: CmdUnderlineOn { *Cmd : "<1B>&dD" } *Command: CmdUnderlineOff { *Cmd : "<1B>&d@" } *Command: CmdWhiteTextOn { *Cmd : "<1B>*v1o1T" } *Command: CmdWhiteTextOff { *Cmd : "<1B>*v0o0T" } *MinGrayFill: 1 *MaxGrayFill: 100 *Command: CmdSetRectWidth { *Cmd : "<1B>*c" %d{RectXSize}"A" } *Command: CmdSetRectHeight { *Cmd : "<1B>*c" %d{RectYSize}"B" } *Command: CmdRectGrayFill { *Cmd : "<1B>*c" %d{GrayPercentage }"g2P" } *Command: CmdRectWhiteFill { *Cmd : "<1B>*c1P" } *Command: CmdRectBlackFill { *Cmd : "<1B>*c0P" } *Command: CmdDownloadPattern { *Cmd: "<1B>*c" %d{PatternBrushID}"G" "<1B>*c" %d{PatternBrushSize}"W" } *Command: CmdSelectPattern { *Cmd: "<1B>*c" %d{PatternBrushID}"G" "<1B>*v" %d{PatternBrushType}"T" } *Command: CmdSelectWhiteBrush { *Cmd: "<1B>*v1o1T" } *Command: CmdSelectBlackBrush { *Cmd: "<1B>*v0o0T" }
|