CALLISTO V2 (serv.man5). Introduction to scripting in Callisto v2 (AS version) - Sharp Copying Equipment User Guide / Operation Manual. Page 10

Read Sharp CALLISTO V2 (serv.man5) User Guide / Operation Manual online

 
 
Business I.T. Systems Ltd 
File Menu Option 
 
New 
This will create a new script file.  
Save 
This will save the script file if changes have been made to the script in. 
Save As 
This will save the script to the selected file. The XML setting for the script location and the 
Script Location edit box will be updated to reflect the new file name. The caption of the Script 
Dialog will also indicate the new file name. 
 
Import Process 
This imports the Process Procedure section of script file into an existing script file. As the 
Process Procedure is the editable section of the script, it can be useful to write the Process 
Procedure in an external file and import it into the current script file. When the file is imported 
in, the existing Process Procedure is overwritten with the Process Procedure from the imported 
file.  The file imported should have a *.cpf (Callisto Process file) file extension.  
 
An example of a import file is:  
 
procedure Process ; 
begin 
 
   DebugMode(DEBUG_OFF); 
   Job.UpdateCount; 
   PrintToNextAvailablePrinter (True, MESSAGE_WINDOWS); 
 
end; 
 
 
 
 
 
 
 
Introduction To Callisto Scripting.doc 
 
Page 10 
Page of 33
Display

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