Home > Control properties descriptions > History back  Previous chapter  Next chapter  Print  

TriggerDebounceMode

uEye ActiveX Manual Version 4.00

TriggerDebounceMode

Description

TriggerDebounceMode sets the signal edge used for the trigger debounce function. The delay can be set using TriggerDebounceDelay. It is recommend to use automatic signal edge selection.

Hinweis

This function is currently only supported by the GigE uEye camera series.

Hinweis

Control properties are only supported for programming in C# and VB.

For programming in C++, use the following functions instead:

LONG GetTriggerDebounceMode()

void SetTriggerDebounceMode(LONG nMode)

Parameters

Type

Value

Description

LONG

TRIGGER_DEBOUNCE_MODE_NONE

Disables debouncing the digital input.

TRIGGER_DEBOUNCE_MODE_FALLING_EDGE

Debounces the digital input for falling edge signals.

TRIGGER_DEBOUNCE_MODE_RISING_EDGE

Debounces the digital input for rising edge signals.

TRIGGER_DEBOUNCE_MODE_BOTH_EDGES

Debounces the digital input for rising or falling edge signals.

TRIGGER_DEBOUNCE_MODE_AUTOMATIC

Debounces the digital input with automatic edge selection (recommended). The edge is selected based on the set trigger edge (see SetExternalTrigger).

Related properties

TriggerDebounceDelay

Related functions

GetTriggerDebounceModeDefault

GetTriggerDebounceSupportedMode


Suggestion for improvement? Send us your short Feedback on this chapter. Thank you very much!

For technical questions please contact you local distributor or use the support form on our website.


© 2012 IDS Imaging Development Systems GmbH
http://www.ids-imaging.com