Data structure of the signal
Defines the data structure of the signal value which is being sent.
The definition contains the following parameter:
- DataWidth:
Number of bits of the data frame (Data value + status and error detection
bits).
- Number Representation:
Format of the number of the data value. Either TwoComplement or SignedMagnitudeValue
(Getting from the sensor data sheet of the manufacturer).
Example:
- Signed:
Identifier whether the signal has negative values or only positive
values.
True = data value has negative values.
False= data value has positive values.