Picolo | Picolo Junior 4 | Picolo Pro 2 | Picolo Pro 3 | Picolo Tetra | Picolo Tymo | Picolo Alert | Picolo Diligent |
Domino Iota | Domino Alpha 2 | Domino Melody | Domino Harmony | Domino Symphony |
Grablink Value | Grablink Expert 2 | Grablink Avenue | Grablink Express | Grablink Quickpack ColorScan | Grablink Quickpack CFA | Grablink Full XR | Grablink Full | Grablink DualBase | Grablink Base |
Description
Type |
Enumerated |
Description |
Grabber acquisition sequence triggering mode |
"Set" effect |
Sets the sequence triggering mode |
"Get" effect |
Returns the current sequence triggering mode |
Classification
Class |
Channel |
Category |
Acquisition Control |
Level |
Adjust |
Identifiers
String |
TrigMode |
C, C++ |
MC_TrigMode |
.NET |
MC.TrigMode |
Numerical |
512 |
The TrigMode parameter establishes the starting conditions of an acquisition sequence.
Refer to the MultiCam Acquisition Principles application note.
Possible values
Name |
Identifier |
Description |
IMMEDIATE |
MC_TrigMode_IMMEDIATE |
The acquisition sequence starts immediately without waiting for a trigger. Default value. |
HARD |
MC_TrigMode_HARD |
The start of the acquisition sequence is delayed until the hardware trigger line senses a valid transition. Parameters TrigLine or TrigLineIndex specify 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. |
SOFT |
MC_TrigMode_SOFT |
The start of the acquisition sequence is delayed until the software sets parameter ForceTrig to TRIG. |
COMBINED |
MC_TrigMode_COMBINED |
The start of the acquisition sequence is delayed until detection of hardware or software trigger. |
SLAVE |
MC_TrigMode_SLAVE |
|
Note for Picolo Diligent. The only possible value is IMMEDIATE.