Baumer Web interface | 8
V1.0 | IDC200 Operating Manual 57
Ill.12: Data telegram communication
General settings
n
Separator: String separating every transmitted value
(e.g. ,).
n
Line ending: End identifier of data stream
▪ <LF>
▪ <CR>
▪ <CR><LF>
Number format
n
Encoding: Data encoding for the data to be transmitted
(ASCII / Binary).
INFO: The following setting options differ according to
the selected data encoding.
Encoding: ASCII
n
Numeric base: Number system for data transmission
▪ Hex lower case: Hexadecimal with lowercase letters
▪ Hex upper case: Hexadecimal capital letters
▪ Decimal: Decimal numbers
n
Decimals: Rounds value to set decimal digits (0-4)
n
Decimal sign: Separates the digits before and after the
decimal point (Dot / Comma)
Encoding: Binary
n
Global data type: Defines the total of bytes per number
▪ Int32 (4 bytes, with sign)
▪ UInt32 (4 bytes, no sign)
▪ Int64 (8 bytes, with sign)
▪ UInt64 (8 bytes, no sign)
▪ Float (4 bytes, with sign)
▪ Double (8 bytes, with sign)
n
Byte order: Byte reading direction
▪ little-endian (reading from right to left)
▪ big-endian (reading from left to right)