Skip to content

PLCamera.BslLightDeviceLastErrorEnum Class#

Indicates the last light device error.

Applies to: GigE and ace USB

Visibility: Expert

Selected by: BslLightDeviceSelector

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLCamera.BslLightDeviceLastErrorEnum

Constructors#

 NameDescription
Public methodPLCamera.BslLightDeviceLastErrorEnum Initializes a new instance of the PLCamera.BslLightDeviceLastErrorEnum class
 

Properties#

 NameDescription
Public propertyCommunication

The data transmission between the camera and the light device is disrupted. Data packets are being lost.

Applies to: GigE and ace USB

Public propertyConnection

The connection between the camera and the light device is broken. This can happen, for example, if a cable has become loose.

Applies to: GigE and ace USB

Public propertyHardware

The light device is experiencing a technical fault.

Applies to: GigE and ace USB

Public propertyInsufficientCurrent

The light controller is unable to supply the requested current. Try lowering the Light Device Max Current parameter value.

Applies to: GigE and ace USB

Public propertyName The full name of BslLightDeviceLastError (Overrides ParameterListEnum.Name.)
Public propertyNoError

No error was detected.

Applies to: GigE and ace USB

Public propertyShortCircuit

There is a short circuit at the Lighting connector of the light controller. This can be caused by a faulty light unit.

Applies to: GigE and ace USB

 

Methods#

 NameDescription
Public methodToString The full name of BslLightDeviceLastError (Overrides Object.ToString()()()().)
 

PLCamera.BslLightDeviceLastErrorEnum.ToString Method#

The full name of BslLightDeviceLastError

Return Value#

Type: String
Returns the full name of BslLightDeviceLastError

PLCamera.BslLightDeviceLastErrorEnum Constructor#

Initializes a new instance of the PLCamera.BslLightDeviceLastErrorEnum class

PLCamera.BslLightDeviceLastErrorEnum.Communication Property#

The data transmission between the camera and the light device is disrupted. Data packets are being lost.

Applies to: GigE and ace USB

PLCamera.BslLightDeviceLastErrorEnum.Connection Property#

The connection between the camera and the light device is broken. This can happen, for example, if a cable has become loose.

Applies to: GigE and ace USB

PLCamera.BslLightDeviceLastErrorEnum.Hardware Property#

The light device is experiencing a technical fault.

Applies to: GigE and ace USB

PLCamera.BslLightDeviceLastErrorEnum.InsufficientCurrent Property#

The light controller is unable to supply the requested current. Try lowering the Light Device Max Current parameter value.

Applies to: GigE and ace USB

PLCamera.BslLightDeviceLastErrorEnum.Name Property#

The full name of BslLightDeviceLastError

PLCamera.BslLightDeviceLastErrorEnum.NoError Property#

No error was detected.

Applies to: GigE and ace USB

PLCamera.BslLightDeviceLastErrorEnum.ShortCircuit Property#

There is a short circuit at the Lighting connector of the light controller. This can be caused by a faulty light unit.

Applies to: GigE and ace USB