![]() ![]() ![]() ![]() SAE J2735-Draft-Rev26 [issued: 09-18-08]
-
187 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
12K Ohms (No Light) to 250 Ohms (Max Light) will have the following resistance value ranges:
# 0= 10501 to 12000 Ohms
# 1=9250 to 10749 Ohms
# 2=7750 to 9249 Ohms
# 3=6250 to 7749 Ohms
# 4=4750 to 6249 Ohms
# 5=3250 to 4749 Ohms
# 6=1750 to 3249 Ohms
# 7=250 to 1749 Ohms
7.131 Data Element: DE_SystemHealth
Use: The system health of the DSRC system on the vehicle.
ASN.1 Representation:
SystemHealth ::= ENUMERATED {
noFaults (0), -- B'0000 No Faults detected
noReceivedPackets (1),
corruptedMsgs (2),
unauthorizedDataReceived (3),
item-5 (4), -- B'0100
item-6 (5), -- B'0101
item-7 (6), -- B'0110
item-8 (7), -- B'0111
item-9 (8), -- B'1000
item-10 (9), -- B'1001
item-11 (10), -- B'1010
item-12 (11), -- B'1011
item-13 (12), -- B'1100
item-14 (13), -- B'1101
item-15 (14), -- B'1110
item-16 (15) -- B'1111
}
-- Encoded as a 4 bit value
XML Representation:
<xs:simpleType name="SystemHealth" >
<xs:annotation>
<xs:appinfo>
noFaults (0) -- B'0000 No Faults detected
noReceivedPackets (1)
corruptedMsgs (2)
unauthorizedDataReceived (3)
item 5 (4) -- B'0100
item 6 (5) -- B'0101
item 7 (6) -- B'0110
item 8 (7) -- B'0111
item 9 (8) -- B'1000
item 10 (9) -- B'1001
item 11 (10) -- B'1010
item 12 (11) -- B'1011
item 13 (12) -- B'1100
item 14 (13) -- B'1101
item 15 (14) -- B'1110
item 16 (15) -- B'1111
</xs:appinfo>
<xs:documentation>
Encoded as a 4 bit value
</xs:documentation>
|