OBID
i-scan
®
UHF
Manual
ID ISC.MU02.02
FEIG ELECTRONIC GmbH
Page 37 of 96
H90701-3e-ID-B
D-LGT:
(OperatingMode.ScanMode.DataSource.NoOfBytes)
D-LGT defines the length of raw data which are transmitted in the Scan-Mode. Depending
on the used ScanMode Interface D-LGT is interpreted either in Bits or Bytes. IF Scan
Mode interface is USB or serial D-LGT is interpreted in Bytes. If Data-Clock is used as
Scan Mode Interface D-LGT is interpreted in Bits.
Case Scan-Mode via asynchronous interface:
D_LGT
= Number of
data bytes
to be transferred, started with the D_START.
Example: data block
Byte
0
1
2
3
4
5
6
7
Data
0x01
0x23
0x45
0x67
0x89
0xAB
0xCD
0xEF
Output Data
0x23
0x45
0x67
0x89
Case Scan-Mode via data-/clock interface:
D_LGT
=
Number of
data bits
to be transferred, started with the D_START.
0:
D_LGT = 256 bit.
1...255: D_LGT = Parameter value
In case if DB-FORMAT = ASCII format, the number of D_LGT data bits
must be multiplied with 2 to get the whole data block
Example: data block
Byte
0
1
2
3
4
5
6
7
Data
0x01
0x23
0x45
0x67
0x89
0xAB
0xCD
0xEF
Output Data
b0010 0011 b0100 0101 b0110 0111 b10
D START = 1
D LGT = 26
D START = 1
D LGT = 4