On Method

Description
Turns on the specified output.

Syntax
Sub On (BitNumber As Integer)
Sub On (Label As String)

Parameters

  • BitNumber
    An integer expression indicating the standard or extended output bits
  • Label
    A string expression indicating the output bit label.

See Also
Off Method, Oport Method, Out Method, OutW Method

On Example
VB Example:

m_spel.On(1)  

C# Example:

m_spel.On(1);