DOWNLOAD Sharp CALLISTO V2 (serv.man2) Service Manual ↓ Size: 585.31 KB | Pages: 32 in PDF or view online for FREE

Model
CALLISTO V2 (serv.man2)
Pages
32
Size
585.31 KB
Type
PDF
Document
User Manual / Operation Manual
Brand
Device
Copying Equipment / Queue Class Index, for Callisto v2 (AS version)
File
callisto-v2-sm2.pdf
Date

Sharp CALLISTO V2 (serv.man2) User Manual / Operation Manual ▷ View online

Job Class Index 
 
Functions 
Init
 
IsPaused
 
Status
Methods 
Cancel
 
Complete
 
FindReplaceHex
 
FindReplaceText
 
Pause
 
PCLInsert
 
PJLExtract
 
PJLInsert
 
PSInsert
 
Resume
 
StampText
 
UpdateCount
Init 
Init ( aServer, aPrinter : String ; aJob : Integer ) : Integer  
This initialises job. This is automatically called when a job is sent to the input 
queue. This should never be called from the script  
Parameters: 
aServer - 
Description of server from where print job is sent from 
aPrinter - 
Description of where job is printed to
aJob - 
This is the JobID
Returns: 
No value returned 
History: 
05/05/2004 version 1 written
Back to index
  
IsPaused 
IsPaused: Boolean 
Checks to see if job if paused  
Returns: 
No value returned 
History: 
05/05/2004 version 1 written
 
Back to index
  
Status 
Status: Integer 
Returns job status.  
Returns: 
Can be one of the following. 
JOBPAUSED - job is paused. 
JOBPRINTING - job is currently spooling or printing.
JOBREADY - job ready to print 
History: 
07/05/2004 version 1 written
 
Back to index
  
Cancel 
Cancel ( aJobCancelledReason : String )  
This function deletes a job from a print queue, and adds reason for cancelling 
to database  
Returns: 
No value to be returned 
History: 
10/05/2004 version 1 written
 
Back to index
  
Complete 
Complete 
This function deletes a job from a print queue  
Returns: 
No value to be returned 
History: 
10/05/2004 version 1 written
 
Back to index
  
FindReplaceHex 
FindReplaceHex(aFindStr, aReplaceStr: String) 
Replaces hexadecimal value with another hexadecimal value  
Parameters: 
aFindStr - 
hexadecimal value to be found
aReplaceStr - 
hexadecimal value to replace with
Returns: 
No value to be returned 
History: 
05/05/2004 version 1 written
 
Back to index
  
FindReplaceText 
FindReplaceText(aFindStr, aReplaceStr: String; aReplaceAll, aIgnoreCase: 
Boolean) 
Replaces text with another text string  
Parameters: 
aFindStr - 
Text string to be found
aReplaceStr - 
Text string to replace with
aReplaceAll - 
Replaces all if set to true
aIgnoreCase - 
Ignores case of text if true
Returns: 
No value to be returned 
History: 
05/05/2004 version 1 written
 
Back to index
  
Pause 
Pause 
Pauses print job  
Returns: 
No value returned 
History: 
07/05/2004 version 1 written
 
Back to index
  
PCLInsert 
PCLInsert(aPCLFilename: String; aPCLType : integer) 
Inserts PCL into print file. Only works with PCL 5. A macro is a collection of 
printer commands, control codes, and/or data created by the user that is 
downloaded and stored in the printer's memory. Once stored in the printer, a 
macro can be invoked by a single command. Macros can eliminate the need to 
download the same information repeatedly, thus saving transmission time. The 
number of macros that can be stored in the printer's memory is limited only by 
the amount of available memory. Practical uses of macros include forms, 
letterhead, logos, and lengthy printer commands  
Parameters: 
aPCLFilename - 
print job file path
aPCLType - 
If PCL then this is set to 0 
 
If PCL defined a macro then it is set to 1
Returns: 
No value returned 
History: 
09/05/2004 version 1 written
 
Back to index
  
PJLExtract 
PJLExtract 
Removes PJL from a file.  
Returns: 
No value returned 
History: 
09/05/2004 version 1 written
 
Back to index
  
PJLInsert 
PJLInsert(aPJL: String) 
Inserts PJL into print file· PJL is inserted immediately before the @PJL 
ENTER LANGUAGE.  
Parameters: 
aPJL - 
The PJL to be inserted into file
Returns: 
No value to be returned 
Page of 32
Display

Click on the first or last page to see other CALLISTO V2 (serv.man2) service manuals if exist.