Technical Documentation
opti-check
v2.8.2-K11
273/332
ipf electronic GmbH
Lüdenscheid, Germany
Parameters of the "RD" datagram response
The datagram contains the results of the last image analysis.
NOTE
You can set the content of the datagram for output via the process interface during job
creation under
Configure interface → Output process interface
.
The time stamp in the datagram consists of 8 ASCII characters which specify the number of milliseconds
since the system start of the device as a hexadecimal number. This value reverts from 4,294,967,295 ms to
the value 0 ms after about 49.7 days.
Numbers in datagrams can be represented in different ways:
Representation
Description
ASCII decimal
Decimal notation of the number.
Negative numbers are represented with "-".
„123", „78", „89", „-123"
ASCII hexadecimal
Hexadecimal notation of the number.
Negative numbers are represented as a complement.
"7B", "4E", "59", FF85
Binary
Binary output of the number.
Measured value 123: Characters output
0x00
,
0x00
,
0x00
,
0x7B