Mantracourt Electronics Limited
DCell & DSC MantraCAN User Manual
26
SOFFB6
The decimal value of data byte 6 that the incoming message must match
to stop streaming.
SOFFB7
The decimal value of data byte 7 that the incoming message must match
to stop streaming.
SOFFB8
The decimal value of data byte 8 that the incoming message must match
to stop streaming.
Data Types
The MSG1FM and MSG1SFM parameters can define how data is to be represented in the outgoing message packets.
MSG1FM
Format
Value Range
Representation
Notes
0 - Float
-1.17594e-38 to
3.38
MSB
LSB
Formatted to IEEE 854
standard MSB first
1 - Byte Unsigned
0 to 255
MSB
2 - Byte 2s Compliment
-128 to 127
MSB
3 - Byte Sign Bit
-127 to 127
MSB
The most significant bit
indicates a negative number
when set to 1.
4 - Integer Unsigned
0 to 65535
MSB
LSB
5 - Integer 2s Compliment
-32768 to 32767
MSB
LSB
6 - Integer Sign Bit
-32767 to 32767
MSB
LSB
The most significant bit
indicates a negative number
when set to 1.
7 - Long Unsigned
0 to 9999999
MSB
LSB
8 - Long 2s Compliment
-9999999 to 9999999
MSB
LSB
9 - Long Sign Bit
-9999999 to 9999999
MSB
LSB
The most significant bit
indicates a negative number
when set to 1.
Sub Formats
The sub format allows manipulation of the byte order to match the required format.
MSG1SFM
The following table shows how the bytes will be arranged after subformat conversion. This assumes an original order
of
1
2
3
4
This does not affect the Byte format type.
SubFormat
Integer
Long & Float