Tool Method

Description
Selects the current robot tool.

Syntax
Sub Tool (ToolNumber As Integer)

Parameters

  • ToolNumber
    Sixteen tool definitions (0 to 15) to be used for the next operation command

See Also
TLSet Method, Arm Method, TGo Method, TMove Method

Tool Example
VB Example:

m_spel.Tool(1)  
m_spel.TGo(100)  

C# Example:

m_spel.Tool(1);  
m_spel.TGo(100);