PF_Backlight Method

Description
Turns the built-in backlight on or off.

Syntax
Sub PF_Backlight (FeederNumber As Integer, State As Boolean)

Parameters

  • FeederNumber
    An integer indicating the feeder number.
  • State
    Specifies On (True) or Off (False).

Remarks
When the system is controlling vision, the backlight is automatically turned on and off as needed.
Use this method to control the built-in backlight on status when the system is not controlling vision.

PF_Backlight Example
VB Examples:

m_spel.PF_Backlight(1, True)  

C# Example:

m_spel.PF_Backlight(1, true);