DOWNLOAD Sharp AR-M620 (serv.man70) Service Manual ↓ Size: 274.11 KB | Pages: 66 in PDF or view online for FREE

Model
AR-M620 (serv.man70)
Pages
66
Size
274.11 KB
Type
PDF
Document
FAQ
Brand
Device
Copying Equipment / Commands for selection of paper input and output trays. Including Escape codes, PJL commands and Postscript commands.
File
ar-m620-sm70.pdf
Date

Sharp AR-M620 (serv.man70) FAQ ▷ View online

 
REV. 1.00 
 
53
Example (Interleave blank of recycle paper from Tray1): 
<< /InterleaveMode (blank) /InterleaveTray 0    /InterleaveType 
(Recycled)>> setpagedevice
 
 
Interleave Tray 
The InterleaveTray key of the pagedevice dictionary sets the input tray of 
Interleave Mode. This setting has to be described with InterleaveMode 
indicating the interleave mode. 
 
Entry  
Variable 
Value 
Meaning 
/InterleaveTray Integer 
Bypass (Auto) 
 
 
Tray1 (LCC: Left) 
   1  Tray2 
(LCC: 
Right) 
  
Tray3 
 
  
Tray4 
 
  
NA 
(non 
Tray5 
   7  LCC 
(AR-LC1) 
   9  Auto 
   10 Inserter 
Example (Interleave printed Plain paper of LCC): 
<< /InterleaveMode (on) /InterleaveTray 7 /InterleaveType (Plain)>> setpagedevice 
 
Interleave Type 
The InterleaveType key of the pagedevice dictionary sets the input tray of 
the Interleave Mode. This setting has to be described with InterleaveMode 
indicating the interleave mode. 
 
Entry  
Variable 
Value 
Meaning 
/InterleaveType Integer 
(None) 
NONE 
(PLAIN / RECYCLE)
 
 
(Plain) 
PLAIN 
 
 
(Letterhead)
LETTERHEAD 
 
 
(Recycled) 
RECYCLE 
 
 
(Preprinted) 
PRE-PRINT 
 
 
(Prepunched)
PRE-PUNCH 
 
 
(Color) 
COLOR 
 
 
(Bond) 
BOND 
 
 
(Labels) 
LABEL 
 
 
(Transparenc
TRANSPARENCY 
 
REV. 1.00 
 
54 
y) 
 
 
(Tab) 
TAB 
 
 
(Userset1) 
USERSET1 
 
 
(Userset2) 
USERSET2 
 
 
(Userset3) 
USERSET3 
 
 
(Userset4) 
USERSET4 
 
 
(Userset5) 
USERSET5 
 
 
(Userset6) 
USERSET6 
 
 
(Userset7) 
USERSET7 
Example (Interleave printed paper of Color paper from Tray 1): 
<< /InterleaveMode (on) /InterleaveTray 0 /InterleaveType (Color) >> 
setpagedevice
 
 
 
Booklet Mode 
The BookletMode key of the pagedevice dictionary sets the Booklet 
Mode. 
Entry  
Variable 
Value 
Meaning 
/BookletMode 
String 
(off) or null  Not Booklet 
   (left) 
Left 
binding 
booklet 
   (right) 
Right 
binding 
booklet 
Example (Booklet of left binding): 
<< /BookletMode (left) >> setpagedevice 
 
Rendering Enhance 
The PostRenderingEnhance key of the pagedevice dictionary sets the 
rendering enhance. This setting has to be described with REValue
TonerSave, or HalftoneEnhance
Entry  
Variable
Value 
Meaning 
/PostRenderingEnhance
Boolean  false 
rendering enhance isn’t set. 
 
 
true 
rendering enhance is set. 
Example (Smoothing On & TonerSave Off): 
<< /PostRenderingEnhance true /REvalue 1    /TonerSave 0 >> 
setpagedevice 
 
Smoothing 
The REValue key of the pagedevice dictionary sets the Smoothing Mode. 
Entry  
Variable 
Value 
Meaning 
 
REV. 1.00 
 
55
/REValue 
Integer 
0 or null 
Smoothing off 
   1  Smoothing 
on 
Example (Smoothing On): 
<< /PostRenderingEnhance true /REValue 1 >> setpagedevice 
 
Toner Save 
The TonerSave key of the pagedevice dictionary sets the Toner Save 
mode. 
Entry  
Variable
Value 
Meaning 
/TonerSave 
Integer 
0 or null 
Toner Save Off 
 
 
Toner Save On 
Example (Toner Save On): 
<< /PostRenderingEnhance true /TonerSave 1 >> setpagedevice 
 
Halftone Enhance 
The HalftoneEnhance key of the pagedevice dictionary sets the Halftone 
Enhance mode. 
Entry  
Variable
Value 
Meaning 
/HalftoneEnhance 
Integer 
0 or null 
Halftone Enhance Off 
  1 NA 
  2 NA 
  3 ALL 
Example (Halftone Enhance All): 
<< /PostRenderingEnhance true /HalftoneEnhance 3 >> setpagedevice 
 
Page Image Information (Created Image Information) 
The PageImageInfo keys of the pagedevice dictionary set the page 
image information created at the host side. 
Entry  
Variable
Value 
Meaning 
String 
1up 
Show that one page image is 
created to one sheet. 
 
2up 
Show that two pages image is 
created to one sheet. 
 
4up 
Show that four pages image is 
created to one sheet. 
 
6up 
Show that six pages image is 
created to one sheet. 
/PageImageInfo 
 
8up 
Show that eight pages image is 
created to one sheet. 
 
REV. 1.00 
 
56 
 
 
pamphlet  Show that two pages image 
that is suitable for pamphlet 
print to one sheet is created. 
(This is enabled only when the 
host creates the Pamphlet 
image. When controller side 
executes pamphlet process, it 
is not applied.)     
When this information doesn’t exist, page information is treated as 1-up. 
Example (pamphlet): 
<< /PageImageInfo (pamphlet) >> setpagedevice 
 
Job Suspension (Confidential Print, Sample Print, Hold Print) 
The JobSuspend key of the pagedevice dictionary sets the Job 
Suspension mode. This setting has to be described with Username
Entry  
Variable
Value 
Meaning 
/JobSuspend 
Integer 
0 or null Job Suspension is not executed. 
  1 
Sample Print is executed.
 
  2 
Confidential (Hold Before Print) is 
executed. 
  3 
Hold After Print is executed.   
Example (Job Suspension): 
currentpagedevice / JobSuspend known {(True)} {(False)} ifelse 
 
 
Key (Password) of Confidential Print, Sample Print, and Hold 
Print  
The JobSuspendKey key of the pagedevice dictionary sets the 
Confidential Print key (password). 
Entry  
Variable
Value 
Meaning 
/JobSuspendKey String  (xxxxx)  Key (password) of 
Confidential Print. 
"00000" to "99999" 
5-digit number or 
32-digit alphanumeric 
number is valid as key 
Page of 66
Display

Click on the first or last page to see other AR-M620 (serv.man70) service manuals if exist.