Operator Library: Hardware Platform
The operator transfers image data from a Camera Link BASE GRAY configuration camera into VisualApplets. Any BASE GRAY configurations of the Camera Link standard are supported.
The operator uses one ressource of type CameraPort exclusively. You can select Camera Link port A ( 0 ) or Camera Link port B ( 1 ) of the frame grabber. The same ressource index can only be used once per applet.
microEnable 5 ironman VD8-PoCL: On mE5 VD8-PoCL (ironman), only port A offers all camera functions, i.e., CC signals and serial interface. On mE5 VD8-PoCL (ironman), port B offers neither CC signals nor a serial interface. Nevertheless, the camera can be operated in free-run mode when the camera has been pre-programmed before. This limitations of port A are only true for mE5 VD8-PoCL (ironman), not for any other frame grabber models (LightBridge, marathon ...) using the operator.
Available for Hardware Platforms |
---|
mE5 marathon VCLx |
mE5 marathon VCL |
LightBridge VCL |
mE5 VD8-PoCL (ironman) |
Parameter BitWidth can be set to a larger or smaller value than the actual bitwidth sent by the camera. If the parameter is set to a smaller value than the actual bitwidth sent by the camera, the least significant bits (LSB) of the pixel are cut off. Only the most signicicant bits (MSB) are transferred into VisualApplets. If the parameter is set to a bigger value than the actual bitwidth sent by the camera, the original pixel is set on the MSB position. The LSBs are filled with zeros. In both cases, the relative brightness stays the same, i.e., white pixels remain withe and dark pixels remain dark. |
DvalMode | |
---|---|
Type | dynamic write parameter |
Default | DVAL_Enabled |
Range | {DVAL_Enabled, DVAL_Disabled} |
The parameter specifies whether DVAL is used to mask valid pixels or if it is ignored. When DVAL is ignored, the valid pixels are selected according to LVAL and FVAL statuses. |
FvalMode | |||||||
---|---|---|---|---|---|---|---|
Type | dynamic/static write parameter | ||||||
Default | CameraLinkStandard | ||||||
Range | {CameraLinkStandard, IgnoreFval} | ||||||
The intention of this parameter is to allow the usage of area scan an line scan cameras dynamically in the same applet. |
BaseMode | |
---|---|
Type | dynamic write parameter |
Default | Tap1x8bit |
Range | {Tap1x8bit, Tap1x10bit, Tap1x12bit, Tap1x14bit, Tap1x16bit, Tap2x8bit, Tap2x10bit, Tap2x12bit, Tap3x8bit} |
The parameter specifies the BASE configuration mode. |
CameraStatus | |
---|---|
Type | dynamic read parameter |
Default | |
Range |
LightBridge VCL/mE5 marathon VCL/mE5 marathon VCLx: [0; 2^8-1] mE5 VD8 ironman: [0;2^4-1] |
bit[0]: PCLK [0] available bit[1]: FVAL [0] current value bit[2]: LVAL [0] current value bit[3]: DVAL [0] current value bit[4..7]: reserved (LightBridge and marathon only) |
CameraLinkCoreReset | |
---|---|
Type | dynamic write parameter |
Default | 0 |
Range | [0; 1] |
Reserved for support issues. |
PixelClock | |
---|---|
Type | dynamic read parameter |
Default | 0 |
Range | [0; 85] MHz |
Pixel clock rate of camera channel in MHz. |
MinimalParallelism | |
---|---|
Type | static read parameter |
Default | 3 |
Range | [1; 1024] |
Minimal parallelism for the output link O to be able to transport the maximal bandwidth of the camera without losing data. This value depends on the currently selected design clock frequency. The higher the frequency the lower the parallelism value can become. |
The use of operator BaseGrayCamera is shown in the following examples:
-
'Grayscale Camera Link Base Area'
Tutorial - Basic Acquisition
-
A line scan trigger is presented. The trigger includes an image trigger using a capture gate as well as a multi functional line trigger. External sources, an internal frequency generator or software trigger pulses can be used for trigger generation.