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

aMsgTitle - 
Title to be displayed on Callisto pop-up
aMsgText - 
Message to be displayed by callisto pop-up
Returns: 
Returns name of printer, where to print
History: 
07/05/2004 version 1 written
 
Back to index
  
SendTextPopup 
SendTextPopup ( aMsgTitle, aMsgText : String ): String 
Sends message in dialog box to user.  
Parameters: 
aMsgTitle - 
Title to be displayed on Callisto pop-up
aMsgText - 
Message to be displayed by callisto pop-up
Returns: 
Returns a string indicating state of message
History: 
07/05/2004 version 1 written
 
Back to index
  
SendYesNoPopup 
SendYesNoPopup ( aJob : TJobClass; aMsgTitle, aMsgText : String ) : 
String;function SendYesNoPopup ( aMsgTitle, aMsgText : String ) : String 
This function Sends pop up dialog box with a yes/no option to user that has 
requested the job to be printed. User is able to select yes or no from the dialog 
box  
Parameters: 
aMsgTitle - 
Title to be displayed on Callisto pop-up
aMsgText - 
Message to be displayed by Callisto pop-up
Returns: 
Returns yes or no depending on which option selected by user 
History: 
05/05/2004 version 1 written
 
Back to index
  
SplitJobEven 
SplitJobEven ( aEnigineStatus : Boolean; aMinimumEngineCount : Integer ) : 
Boolean;function SplitJobEven ( aMinimumEngineCount : Integer ) : Boolean 
Splits a multi copy job by even amounts across all online printers.Notifies user 
where job printed to and how many copies sent to each output queue.  
Parameters: 
aMinimumEngineCount 
Only split if specified number of queues available. 
 
If Minimum no. of queues not available then job is 
not printed, and user is notified 
Returns: 
Returns true if spilt successful and false if unsuccessful
History: 
05/05/2004 version 1 written
 
Back to index
  
SplitJobSpeed 
SplitJobSpeed ( aEnigineStatus : Boolean; aMinimumEngineCount : Integer ) : 
Boolean;function SplitJobSpeed ( aMinimumEngineCount : Integer ) : Boolean 
Splits a multi copy job based on engine speed  
Parameters: 
aMinimumEngineCount - 
Only split if specified number of engines 
available. 
 
If Minimum not available then job is not printed 
Returns: 
Returns true if spilt successful, otherwise returns false
History: 
05/05/2004 version 1 written
 
Back to index
  
Year 
Year : Word  
This function gets thte current year  
Returns: 
Returns current year as integer
History: 
05/05/2004 version 1 written
 
Back to index
  
BroadcastPrint 
BroadcastPrint ( aOverrideDefaultCount : Boolean )  
Broadcast print, prints to all printers. If the parameter aOverrideDefaultCount 
is set to false, then Broadcast print will print to each printer with the same 
number of copies. If the parameter aOverrideDefaultCount is set to true, then 
the broadcast print will print to each printer, however the number of copies 
will depend on the default copy count property set for each printer. The default 
copy count will determine how many copies the printer will accept.  
Parameters: 
aOverrideDefaultCount 
This is a boolean value determine whether to 
override default copy count 
Returns: 
No value returned 
History: 
05/05/2004 version 1 written
 
Back to index
  
DebugMessage 
DebugMessage ( aMessage : String )  
This procedure sets the debug mode for the script  
Parameters: 
aMessage - 
string that displays error message in script
Returns: 
No value returned 
History: 
05/05/2004 version 1 written
 
Back to index
  
DebugMode 
DebugMode ( aState : Integer )  
This procedure sets the debug mode for the script  
Parameters: 
aState 
Integer to define debug mode. The various mode are as follows 
 
DEBUG_OFF - no logging of debug messages 
 
DEBUG_ON - logs debug messages to a file, this is the first level 
 
DEBUG_ADV - logs debug messages to a file, this is the second 
level and an extra level so a much more detailed logging can occur 
Returns: 
No value returned 
History: 
05/05/2004 version 1 written
 
Back to index
  
FindAndReplaceHex 
FindAndReplaceHex ( aFilename, aFindStr, aReplaceStr : String )  
This routine will allow a search and replace in a file. The test is CASE-
SENSITIVE so beware. The find String can be any ASCII character. Non 
ASCII characters can be any entered using the format of the hash/dollar 
sequence e.g. #$07#$D4#$00#$0A#$CD#$CA = total of 6 chars If non ASCII 
are mixed with ASCII these can be entered in this form e.g. 
#$22'Hello'#$50'World'#$34'London'#$39 = total of 20 chars  
Parameters: 
aFilename - 
Path of Source file
aFindStr - 
String to find
aReplaceStr - 
text to replace with
Returns: 
No value returned 
History: 
08/05/2004 version 1 written
 
Back to index
  
FindAndReplaceText 
FindAndReplaceText ( aFilename, aFindStr, aReplaceStr : String ; aReplaceAll, 
aIgnoreCase : Boolean )  
Finds and replaces text in file  
Parameters: 
aFilename - 
Path of Source file
aFindStr - 
String to find
aReplaceStr - 
text to replace with
aReplaceAll - 
if true replaces all occurances in file
aIgnoreCase - 
if true replaces all occurances in file ignoring case 
Returns: 
No value returned 
History: 
05/05/2004 version 1 written
 
Back to index
  
NotifyByEmail 
Page of 32
Display

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