Skip to content

PLCamera.BslLightDeviceErrorStatusEnum Class#

Error status indicating whether the current light device is experiencing problems.

Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB and boost CoaXPress

Visibility: Expert

Selected by: BslLightDeviceSelector

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLCamera.BslLightDeviceErrorStatusEnum

Constructors#

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

Properties#

 NameDescription
Public propertyCommunicationError

The data transmission between the camera and the light device is disrupted. Data packets are being lost. This can be caused by using cables that are too long or by too much noise on the line.

Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB and boost CoaXPress

Public propertyConnectionLost

The connection to a previously connected light device has been lost. This can happen, for example, if a cable has become loose.

Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB and boost CoaXPress

Public propertyHardwareError

The light device is experiencing a technical fault.

Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB and boost CoaXPress

Public propertyLightDeviceError

The light device is experiencing an internal error. Disconnecting and reconnecting the power supply may solve the issue.

Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB and boost CoaXPress

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

No error was detected.

Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB and boost CoaXPress

Public propertyNotConnected

The light device is not connected to the camera or has not been enumerated yet. Execute the Light Control Enumerate Devices command to enumerate the device.

Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB and boost CoaXPress

Public propertyUnsupportedDeviceVersion

The light device is not compatible with the current camera. Contact support to find out whether firmware updates are available.

Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB and boost CoaXPress

 

Methods#

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

PLCamera.BslLightDeviceErrorStatusEnum.ToString Method#

The full name of BslLightDeviceErrorStatus

Return Value#

Type: String
Returns the full name of BslLightDeviceErrorStatus

PLCamera.BslLightDeviceErrorStatusEnum Constructor#

Initializes a new instance of the PLCamera.BslLightDeviceErrorStatusEnum class

PLCamera.BslLightDeviceErrorStatusEnum.CommunicationError Property#

The data transmission between the camera and the light device is disrupted. Data packets are being lost. This can be caused by using cables that are too long or by too much noise on the line.

Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB and boost CoaXPress

PLCamera.BslLightDeviceErrorStatusEnum.ConnectionLost Property#

The connection to a previously connected light device has been lost. This can happen, for example, if a cable has become loose.

Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB and boost CoaXPress

PLCamera.BslLightDeviceErrorStatusEnum.HardwareError Property#

The light device is experiencing a technical fault.

Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB and boost CoaXPress

PLCamera.BslLightDeviceErrorStatusEnum.LightDeviceError Property#

The light device is experiencing an internal error. Disconnecting and reconnecting the power supply may solve the issue.

Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB and boost CoaXPress

PLCamera.BslLightDeviceErrorStatusEnum.Name Property#

The full name of BslLightDeviceErrorStatus

PLCamera.BslLightDeviceErrorStatusEnum.NoError Property#

No error was detected.

Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB and boost CoaXPress

PLCamera.BslLightDeviceErrorStatusEnum.NotConnected Property#

The light device is not connected to the camera or has not been enumerated yet. Execute the Light Control Enumerate Devices command to enumerate the device.

Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB and boost CoaXPress

PLCamera.BslLightDeviceErrorStatusEnum.UnsupportedDeviceVersion Property#

The light device is not compatible with the current camera. Contact support to find out whether firmware updates are available.

Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB and boost CoaXPress