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 |
Significant edge of designated line trigger hardware line from outside system |
"Set" effect |
Sets the line trigger hardware line significant edge |
"Get" effect |
Returns the currently chosen line trigger hardware line significant edge |
Classification
Class |
Channel |
Category |
Encoder Control |
Level |
Adjust |
Identifiers
String |
LineTrigEdge |
C, C++ |
MC_LineTrigEdge |
.NET |
MC.LineTrigEdge |
Numerical |
1332 |
This parameter applies to the hardware line designated by LineTrigLine when LineRateMode is set to PULSE or CONVERT.
Along with LineTrigCtl and LineTrigFilter, it declares the grabber attributes of the terminal sensing the line trigger pulse. The line trigger pulse is processed by the grabber and transferred to the camera as the line reset pulse.
The LineTrigEdge parameter determines the significant edge of the line trigger pulse usually issued by a motion encoder.
Values applicable to Grablink Full, Grablink Full XR, Grablink DualBase, Grablink Base
Name |
Identifier |
Description |
GOHIGH |
MC_LineTrigEdge_GOHIGH |
Value equivalent to RISING_A. |
GOLOW |
MC_LineTrigEdge_GOLOW |
Value equivalent to FALLING_A. |
RISING_A |
MC_LineTrigEdge_RISING_A |
An output pulse is generated for every rising edge of the A signal. The falling edge on the A signal and both edges on the B-signal are ignored. |
FALLING_A |
MC_LineTrigEdge_FALLING_A |
An output pulse is generated for every falling edge of the A signal. The rising edge on the A signal and both edges on the B-signal are ignored. |
ALL_A |
MC_LineTrigEdge_ALL_A |
An output pulse is generated for every rising and falling edges of the A signal. The B-signal is ignored. Value applicable only when LineTrigCtl=DIFF or ISO. |
ALL_A_B |
MC_LineTrigEdge_ALL_A_B |
An output pulse is generated for every rising and falling edges of the A and B signals. Value applicable only when LineTrigCtl=DIFF2 or ISO2. |
Values applicable to other Grablink boards
Name |
Identifier |
Description |
GOHIGH |
MC_LineTrigEdge_GOHIGH |
The encoder trigger line is sensed for positive-going transitions. |
GOLOW |
MC_LineTrigEdge_GOLOW |
The encoder trigger line is sensed for negative-going transitions. |