NextTrigMode
Grabber subsequent acquisition phases or slices triggering mode
Parameter Info
Class | Category | Level | Type | Access |
---|---|---|---|---|
Channel | Acquisition Control | ADJUST | Enumerated | Set and Get |
Num ID | String Identifier | C, C++ identifier |
---|---|---|
663 << 14 | NextTrigMode | MC_NextTrigMode |
Parameter Description
This parameter establishes the starting conditions of the subsequent acquisition phases or slices.
Refer to the MultiCam Acquisition Principles application note.
The default value is SAME.
On Domino boards, the default value is SAME.
On Grablink boards, the default value depends on the selected AcquisitionMode :
● | When WEB or LONGPAGE, the default value is REPEAT. |
● | When SNAPSHOT, HFR or PAGE, the default value is SAME. |
Parameter Values
COMBINED
MC_NextTrigMode_COMBINED |
---|
Description Any subsequent acquisition phase or slice is delayed until detection of hardware or software trigger. |
HARD
MC_NextTrigMode_HARD |
---|
Description
Any subsequent acquisition phase or slice is delayed until the hardware trigger line senses a valid transition. Parameters TrigLine or TrigLineIndex specifies the location of a hardware trigger input line. Parameters TrigCtl , TrigEdge and TrigFilter specify the configuration of the hardware trigger input line. A programmable delay can be inserted with parameter PageDelay_Ln . |
PERIODIC
MC_NextTrigMode_PERIODIC |
---|
Description Any subsequent acquisition phase is periodically triggered according to TargetFrameRate_Hz . |
REPEAT
MC_NextTrigMode_REPEAT |
---|
Description Any subsequent acquisition phase or slice occurs immediately after the preceding one. |
SAME
MC_NextTrigMode_SAME |
---|
Description Any subsequent acquisition phase or slice occurs similarly to the conditions defined by TrigMode . |
SOFT
MC_NextTrigMode_SOFT |
---|
Description Any subsequent acquisition phase or slice is delayed until the software sets parameter ForceTrig to TRIG. |