Initialize Method
Description
Initializes the Spel class instance.
Syntax
Sub Initialize ()
Remarks
Normally, the Spel class instance is automatically initialized when the first method has been executed. Initialization can take several seconds as Epson RC+ 8.0 loads into memory. So in some cases, you may want to call initialize first in your application during startup.
Initialize starts RC+ as a server process according to ServerInstance. Each ServerInstance corresponds to one controller and one project. If using the ServerInstance property, it must be set before executing Initialize.
See Also
Connect Method, Disconnect Method, ServerInstance Property
Initialize Example
VB Example:
m_spel.Initialize()
C# Example:
m_spel.Initialize();