![JAI GOX-5105M-PGE Скачать руководство пользователя страница 49](http://html2.mh-extra.com/html/jai/gox-5105m-pge/gox-5105m-pge_user-manual_3228013049.webp)
User Manual (Ver. 1.0) - Main Functions
GOX-5105MC-PGE | GOX-8105MC-PGE | GOX-12405MC-PGE | GOX-16205MC-PGE | GOX-20405MC-PGE | GOX-24505MC-PGE
- 49 -
Select the
PixelSize value
from the table below based on your PixelFormat setting.
PixelFormat
PixelSize
Mono8
BayerRG8
8
Mono10, Mono12
BayerRG10, BayerRG12
16
Mono10Packed, Mono12Packed
BayerRG10Packed, BayerRG12Packed
12
2. Calculate
PacketNum
from the Payload value.
PacketNum = Roundup( Payload[Byte] / (GevSCPSPacketSize - 36) + 2 , 0 )
3. Calculate
Overhead[Byte]
from the PacketNum value.
Overhead[Byte] = 44 + (74 x (Pac 2))
4. Calculate
SendTime[us]
from the Payload, PacketNum, and Overhead values.
SendTime[us] = Rounddown( (((Payload[Byte] + Overhead[Byte]) x 1000 / 115[MB]) +
(PacketNum x 32)) / 1000, 0 )
5. Calculate
IF_Hperiod[us]
from the SendTime value.
IF_Hperiod[us] = SendTime[us] / (Height(*1) + 1)
For
Height(*1)
, enter the following value if using the
or in
or
.
l
When
BinningVertical
is set to
2
or
ImageScalingMode
is set to
On
, enter the Height
value
"before"
configuring the Binning or Image Scaling Mode settings.
l
When
FD2x2BinningMode
is turned
On
, or
DecimationVertical
is set to
2
, enter the
Height value
"after"
configuring the FD2x2Binning or Decimation Mode settings.
6. Calculate
IF_LINETIME[clk]
from the IF_Hperiod value.
IF_LINETIME[clk] = Round( IF_Hperiod[us] x 74.25[MHz] + 1, 0 )