Parameters that need to Match
To use LAG applets, you need to set some parameters of the applet, the firmware and the camera to values that match each other. These are the following parameters:
Applet Parameter |
Description |
---|---|
FG_MTU_SIZE |
Specify the MTU size set for the link. This has to be the same setting as shown in microDisplay X. The MTU - 4 has to be a multiple of 8, i.e., (MTU - 4) % 8 == 0 |
FG_CAMERA_WIDTH |
The parameter specifies the width of the image send by the camera to the frame grabber. Set this parameter to exactly the same value as specified in the camera. Keep in mind that this parameter is not the width of the sensor, it is the width of the ROI set in the camera. The equivalent GenICam parameter is "Width". |
FG_SWAP_CHANNELS |
If the gigabit Ethernet cables are crossed and the image is corrupted, you can swap the channels. This parameter can be changed while the acquisition is running. |
FG_WIDTH |
ROI width. Has nothing to do with the settings in the camera. You should use a value less than FG_CAMERA_WIDTH. |
FG_HEIGHT |
ROI height. Has nothing to do with the settings in the camera. |
Description of Parameters that have to match
Other Applet Parameters |
|
|
For information on the other parameters and functionality of the LAG Acquisition Applets, refer to the respective Applet Documentation in PDF or HTML format. |