Canon WITE32 Specifications Page 37

  • Download
  • Add to my manuals
  • Print
  • Page
    / 64
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 36
WITE32 Release Notes Version 3.20
The following items are on the Scripting tab:
The Software Object selection
combo box at the top-left side
Shows the list of all Software Objects, registered in the scripting
environment and accessible from a script. Each object provides a list of
methods and events for programmatic access.
The Object Event selection
combo box at the top-middle
side
Shows the list of all Events available for the selected Software Object.
The Add Handler button Adds the handler for the selected Events of the selected Software
Object to the script body.
The Script File Editor panel Shows the content of a script file. You can edit the script file content
on this panel.
The Output panel located
below the Script File Editor
Shows the output information during the script execution.
The Single Command text box Type in this box a script command you need to execute.
The Execute button Click this button to execute the script command typed in the Single
Command text box.
The Run button Click this button to execute the entire script file, which is currently
open.
Note: If the opened script file has been modified but not saved, the file will
be saved first.
The Stop button Click this button to stop the script execution, and clear the context of
the script engine.
The Clear Log button Click this button to clear the Output panel.
The Script File Name text box Displays the name with the path of the currently open script file.
3.5.3 Visual Basic Script Engine
You can run any Visual Basic (VB) script with the script engine embedded in the WITE32 software. The script
may use any VB statements and can access two dedicated software objects:
The Log object to report any information to the Output panel.
This object has the following methods:
Sub LogMsg(ByVal sMsg As String)
Log the sMsg message to the Output panel.
Sub ClearMsg()
Guzik Technical Enterprises 37
Page view 36
1 2 ... 32 33 34 35 36 37 38 39 40 41 42 ... 63 64

Comments to this Manuals

No comments