Skip to content
STAGING SERVER
DEVELOPMENT SERVER

PLCamera.BslPeripheralDeviceErrorStatusEnum Class#

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

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

Visibility: Expert

Selected by: BslPeripheralDeviceSelector

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLCamera.BslPeripheralDeviceErrorStatusEnum

Constructors#

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

Properties#

 NameDescription
Public propertyCommunicationError

The data transmission between the camera and the SLP 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 GigE, ace 2 USB and boost CoaXPress

Public propertyConnectionLost

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

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

Public propertyHardwareError

The SLP device is experiencing a technical fault.

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

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

No error was detected.

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

Public propertyNotConnected

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

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

Public propertySlpDeviceError

Indicates an internal error within the SLP device. Check the device status for more details.

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

Public propertyUnsupportedDeviceVersion

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

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

 

Methods#

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

PLCamera.BslPeripheralDeviceErrorStatusEnum.ToString Method#

The full name of BslPeripheralDeviceErrorStatus

Return Value#

Type: String
Returns the full name of BslPeripheralDeviceErrorStatus

PLCamera.BslPeripheralDeviceErrorStatusEnum Constructor#

Initializes a new instance of the PLCamera.BslPeripheralDeviceErrorStatusEnum class

PLCamera.BslPeripheralDeviceErrorStatusEnum.CommunicationError Property#

The data transmission between the camera and the SLP 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 GigE, ace 2 USB and boost CoaXPress

PLCamera.BslPeripheralDeviceErrorStatusEnum.ConnectionLost Property#

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

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

PLCamera.BslPeripheralDeviceErrorStatusEnum.HardwareError Property#

The SLP device is experiencing a technical fault.

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

PLCamera.BslPeripheralDeviceErrorStatusEnum.Name Property#

The full name of BslPeripheralDeviceErrorStatus

PLCamera.BslPeripheralDeviceErrorStatusEnum.NoError Property#

No error was detected.

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

PLCamera.BslPeripheralDeviceErrorStatusEnum.NotConnected Property#

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

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

PLCamera.BslPeripheralDeviceErrorStatusEnum.SlpDeviceError Property#

Indicates an internal error within the SLP device. Check the device status for more details.

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

PLCamera.BslPeripheralDeviceErrorStatusEnum.UnsupportedDeviceVersion Property#

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

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