Impact Acquire SDK Java
Loading...
Searching...
No Matches
TDeviceTriggerMode Class Reference

Valid trigger modes for frame grabber boards (deprecated). More...

Static Public Attributes

static final int dtmFallingEdge = acquireJNI.dtmFallingEdge_get()
 Trigger on falling edge of an external signal.
static final int dtmLevelHigh = acquireJNI.dtmLevelHigh_get()
 Trigger valid as long as the level of the source signal is high.
static final int dtmLevelLow = acquireJNI.dtmLevelLow_get()
 Trigger valid as long as the level of the source signal is low.
static final int dtmOff = acquireJNI.dtmOff_get()
 Trigger off.
static final int dtmOn = acquireJNI.dtmOn_get()
 Trigger on.
static final int dtmOnDemand = acquireJNI.dtmOnDemand_get()
 Request simulates trigger.
static final int dtmPeriodically = acquireJNI.dtmPeriodically_get()
 Timer is used to simulate trigger.
static final int dtmRisingEdge = acquireJNI.dtmRisingEdge_get()
 Trigger on rising edge of an external signal.
static final int dtmStartFallingStopRising = acquireJNI.dtmStartFallingStopRising_get()
 Line scan mode: Acquisition starts with falling edge and stops with rising edge of trigger ( mvTITAN/mvGAMMA-CL only ).
static final int dtmStartRisingStopFalling = acquireJNI.dtmStartRisingStopFalling_get()
 Line scan mode: Acquisition starts with rising edge and stops with falling edge of trigger ( mvTITAN/mvGAMMA-CL only ).

Detailed Description

Valid trigger modes for frame grabber boards (deprecated).

Deprecated
Beginning with the release of 3.0.0 of Impact Acquire everything specifically related to frame grabber boards will be considered as deprecated and might be removed without further notice!

Member Data Documentation

◆ dtmFallingEdge

final int dtmFallingEdge = acquireJNI.dtmFallingEdge_get()
static

Trigger on falling edge of an external signal.

Deprecated
Beginning with the release of 3.0.0 of Impact Acquire everything specifically related to frame grabber boards will be considered as deprecated and might be removed without further notice!

◆ dtmLevelHigh

final int dtmLevelHigh = acquireJNI.dtmLevelHigh_get()
static

Trigger valid as long as the level of the source signal is high.

Deprecated
Beginning with the release of 3.0.0 of Impact Acquire everything specifically related to frame grabber boards will be considered as deprecated and might be removed without further notice!

◆ dtmLevelLow

final int dtmLevelLow = acquireJNI.dtmLevelLow_get()
static

Trigger valid as long as the level of the source signal is low.

Deprecated
Beginning with the release of 3.0.0 of Impact Acquire everything specifically related to frame grabber boards will be considered as deprecated and might be removed without further notice!

◆ dtmOff

final int dtmOff = acquireJNI.dtmOff_get()
static

Trigger off.

Deprecated
Beginning with the release of 3.0.0 of Impact Acquire everything specifically related to frame grabber boards will be considered as deprecated and might be removed without further notice!

◆ dtmOn

final int dtmOn = acquireJNI.dtmOn_get()
static

Trigger on.

Deprecated
Beginning with the release of 3.0.0 of Impact Acquire everything specifically related to frame grabber boards will be considered as deprecated and might be removed without further notice!

◆ dtmOnDemand

final int dtmOnDemand = acquireJNI.dtmOnDemand_get()
static

Request simulates trigger.

Deprecated
Beginning with the release of 3.0.0 of Impact Acquire everything specifically related to frame grabber boards will be considered as deprecated and might be removed without further notice!

◆ dtmPeriodically

final int dtmPeriodically = acquireJNI.dtmPeriodically_get()
static

Timer is used to simulate trigger.

Deprecated
Beginning with the release of 3.0.0 of Impact Acquire everything specifically related to frame grabber boards will be considered as deprecated and might be removed without further notice!

◆ dtmRisingEdge

final int dtmRisingEdge = acquireJNI.dtmRisingEdge_get()
static

Trigger on rising edge of an external signal.

Deprecated
Beginning with the release of 3.0.0 of Impact Acquire everything specifically related to frame grabber boards will be considered as deprecated and might be removed without further notice!

◆ dtmStartFallingStopRising

final int dtmStartFallingStopRising = acquireJNI.dtmStartFallingStopRising_get()
static

Line scan mode: Acquisition starts with falling edge and stops with rising edge of trigger ( mvTITAN/mvGAMMA-CL only ).

Deprecated
Beginning with the release of 3.0.0 of Impact Acquire everything specifically related to frame grabber boards will be considered as deprecated and might be removed without further notice!

◆ dtmStartRisingStopFalling

final int dtmStartRisingStopFalling = acquireJNI.dtmStartRisingStopFalling_get()
static

Line scan mode: Acquisition starts with rising edge and stops with falling edge of trigger ( mvTITAN/mvGAMMA-CL only ).

Deprecated
Beginning with the release of 3.0.0 of Impact Acquire everything specifically related to frame grabber boards will be considered as deprecated and might be removed without further notice!