From ran@daneel.dgs.monash.edu.au Tue Oct 29 13:41:41 1996 Date: 28 Oct 1996 20:35:33 GMT From: Ralphe Neill Newsgroups: comp.sys.hp.hardware, comp.periphs.printers Subject: Re: HPLJ: how to stop paperoutput offset? s_bebach@waage.rz.uni-ulm.de (Bernd Ebach) writes: > Does anyone know how to stop a HP Laserjet (4si) from > stacking the paper in the (upper) outputtray on different stacks > (i.e. with an offset) on different printjobs? > Is there a PS-command similar to "false setdefaultoutputpositioning" > on DEC Printers? Yes, there is. > (Yes I looked all the way through the support area at www.hp.com) It can be hard to find - I got it from the UK site. I'll include the whole document because it has several useful commands. Note that the "Ec" in the strings must be an actual "escape" char. Ralphe --------------------------------------------------------------------- HP LASERJET 4 AND 5 FAMILY PRINTERS - COMMON PJL COMMANDS The following are commonly used PJL commands to change default menu settings for the HP LaserJet 4 printer family and above. The command used is the "DEFAULT" command which permanently changes the default menu setting. NOTE: The HP LaserJet 4L printer will be reset to factory defaults if the printer is manually reset or unplugged. To change default settings for just the current job replace "DEFAULT" with the "SET" command. COPIES Ec%-12345X@PJL DEFAULT COPIES = 1 to 999 Ec%-12345X MANUAL FEED Ec%-12345X@PJL DEFAULT MANUALFEED = ON or OFF Ec%-12345X PAPER SIZE The following command permanently changes the default menu setting of the HP LaserJet 4 and 5 printer family to a paper size of legal. Ec%-12345X@PJL DEFAULT PAPER = LEGAL Ec%-12345X NOTE: Variables are Letter, Legal, Executive, Ledger, Com10, B4, B5, Custom, JISB4, JISB5, JPost, JPostD, A3, A4, C5, DL and Monarch Not all paper sizes work on all printers. Check the users manual for supported paper sizes. ORIENTATION The following command permanently changes the default menu setting of the HP LaserJet 4 and 5 printer family to Landscape orientation. Ec%-12345X@PJL DEFAULT ORIENTATION = LANDSCAPE Ec%-12345X FORMLINES The following command permanently changes the front menu panel of the HP LaserJet 4 and 5 printer family to 66 lines per page. Ec%-12345X@PJL DEFAULT FORMLINES = 66 Ec%-12345X NOTE: Variables are 5 to 128 SYMBOL SET The following command permanently changes the default menu setting of the HP LaserJet 4 and 5 printer family to the PC-8 symbol set. Ec%-12345X@PJL DEFAULT LPARM : PCL SYMSET = PC8 Ec%-12345X FONT NUMBER The following command permanently changes the default menu setting of the HP LaserJet 4 and 5 printer family to font number 2. Ec%-12345X@PJL DEFAULT LPARM : PCL FONTNUMBER = 2 Ec%-12345X PITCH SIZE The following command permanently changes the default menu of the HP LaserJet 4 and 5 printer family to a pitch size of 16.67. Ec%-12345X@PJL DEFAULT LPARM : PCL PITCH = 16.67 Ec%-12345X NOTE: Variables are .44 to 99.99 POINT SIZE The following command permanently changes the default menu of the HP LaserJet 4 and 5 printer family to point size 20. Ec%-12345X@PJL DEFAULT LPARM : PCL PTSIZE = 20 Ec%-12345X NOTE: Variables are 4 to 999.75 ECONOMODE Ec%-12345X@PJL DEFAULT ECONOMODE = ON or OFF Ec%-12345X AUTOCONT Ec%-12345X@PJL DEFAULT AUTOCONT = ON or OFF Ec%-12345X DENSITY Ec%-12345X@PJL DEFAULT DENSITY = 1, 2, 3, 4 or 5 Ec%-12345X NOTE: Not supported on HP LaserJet 4Si, 4Si MX printers. Read-only on the HP LaserJet 4, 4M printers. RESOLUTION Ec%-12345X@PJL DEFAULT RESOLUTION = 300 or 600 Ec%-12345X NOTE: Not supported on HP LaserJet 4L, 4ML printers. RESOLUTION ENHANCEMENT Ec%-12345X@PJL DEFAULT RET = OFF, LIGHT, MEDIUM OR DARK Ec%-12345X NOTE: On the HP LaserJet 4Si, 4Si MX printers, the variables are ON or OFF only. JOB OFFSET (HP LASERJET 4SI, 4SI MX PRINTERS) Ec%-12345X @PJL DEFAULT JOBOFFSET = ON or OFF Ec%-12345X OUTBIN (HP LASERJET 4SI, 4SI MX PRINTERS) Ec%-12345X@PJL DEFAULT OUTBIN = UPPER or LOWER Ec%-12345X DUPLEX (HP LASERJET 4 PLUS, 4M PLUS, 4SI, 4SI MX, 5SI, 5SIMX PRINTERS) Ec%-12345X@PJL DEFAULT DUPLEX = ON or OFF Ec%-12345X DUPLEX BINDING (HP LASERJET 4 PLUS, 4M PLUS, 4SI, 4SI MX, 5SI, 5SIMX PRINTERS) Ec%-12345X@PJL DEFAULT BINDING = LONGEDGE or SHORTEDGE Ec%-12345X READY MESSAGE DISPLAY Ec%-12345X@PJL RDYMSG DISPLAY = "MESSAGE" Ec%-12345X NOTE: Not supported on HP LaserJet 4, 4ML printers. RESET Use the following command at the end of PJL jobs that use the PJL SET command to set the printer back to its default state. Ec%-12345X@PJL INITIALIZE Ec%-12345X NOTE: Use Initialize, not Reset, on the HP LaserJet 4, 4Plus, 5L, 5P and 5MP printers. ADDITIONAL COMMANDS FOR THE HP LASERJET 5P/5MP PRINTER MP TRAY AS A CASSETTE OR FIRST TRAY This command sets the configuration of Tray 1 (MP Tray) as either a FIRST tray or a CASSETTE tray. The command is as follows: Ec%-12345X@PJL DEFAULT MPTRAY = FIRST or CASSETTE Ec%-12345X NOTE: The default value is FIRST. PRINTER NAME DEFINITION This command changes the printer name to anything up to 32 characters. The command is as follows: Ec%-12345X@PJL DEFAULT PRINTERNAME = XXXXXXX Ec%-12345X Put in the desired printer name for the XXXXXXX values. NOTE: This change will be reflected in all places that print the printer name appears. PRINTING SELF-TEST PAGES This PJL command instructs the printer to print any of the six self-test pages or the continuous self-test. The command is as follows: Ec%-12345X@PJL SET TESTPAGE = SELFTEST or other variable Ec%-12345X Substitute the variable for the particular test desired: SELFTEST PCL Self Test CONTSELFTEST Continuous Self Test PCLTYPELIST PCL Typeface list PCLDEMOPAGE PCL Demo Page PSCONFIGPAGE PostScript Configuration Page PSTYPEFACELIST PostScript Typeface List PSDEMOPAGE PostScript Demo Page (same as PCL Demo Page - ran) MEMORY BOOSTER TECHNOLOGY: This command sets the Memory Booster Technology to On, Off or Auto. The command is as follows: Ec%-12345X@PJL DEFAULT PS:MBT = ON, OFF, or AUTO Ec%-12345X ______________________________________________________________________ Copyright Hewlett-Packard Co. 1996 This information is subject to change without notice and is provided "as is" with no warranty. Hewlett-Packard shall not be liable for any direct, indirect, special, incidental or consequential damages in connection with the use of this material.