Vehicle intelligent diagnosis method and system and diagnosis equipment
An intelligent diagnosis and vehicle technology, applied in the field of vehicle diagnosis, to achieve the effect of high accuracy, reducing the probability of misjudgment, and facilitating vehicle fault diagnosis
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Examples
example 1
[0078] Example 1: S000089:[{S000089}<5]{S000089}<5:1$most
[0079] In this sentence, S000089 represents the engine speed, most represents the time period with the largest amount of data, 1 represents the number of acquisitions, $ represents the bit operation, "[{S000089}<5]" represents the maximum value of the engine speed is less than 5, this clause The statement indicates the trigger condition: collect a period of time with the largest amount of engine speed data, collect once, and the engine speed reading value is less than 5. If the trigger condition is met, the corresponding diagnostic conclusion analysis algorithm will be triggered.
example 2
[0080] Example 2: S000089:[{S000089}5&&{S000089}<150:2$most
[0081] In this statement, S000089 represents the engine speed, && represents simultaneous establishment, 2 represents the number of collections, and most refers to the time period with the largest amount of data. This sentence indicates the trigger condition: collect the time period with the largest amount of engine speed data, collect twice, and the reading value of the engine speed is less than 150 and greater than 5 for two consecutive times. If the trigger condition is met, the corresponding diagnostic conclusion analysis algorithm will be triggered.
[0082] Style two:
[0083] Data stream code1, data stream code2, data stream code3: ({data stream code1}>=a&&{data stream code1}<=b)&&eq({data stream code2}, status 1)&&eq({data stream code3}, status 2): The number of collections: select the data flow segment to be collected
[0084] Wherein, multiple data streams are connected by connectors, and eq({data stream...
example 3
[0126] Example 3: most$S000035|{S000035}
[0127] S000035 is the battery voltage, most$ means the most value, and this processing statement means to take the value with the most occurrences of the battery voltage.
[0128] Style two:
[0129] most$data stream code|if({data stream code}==status)? 0:1
[0130] The processing method statement supports judgment. If you need to judge the state data stream, you can use the if function. If the data stream code read value is the specified state, then assign a value of 0 to the data stream, otherwise assign a value of 1, which can be stacked with other functions use.
[0131] The following is an example of the specific application of Style 2:
[0132] Example 1: most$S000049|if({S000049}==on)? 0:1
[0133] S000049 is the stop switch under the car. This processing statement means that if the read value of the stop switch under the car appears the most times, the value is set to 0, otherwise the value is assigned to 1.
[0134] St...
PUM
Login to View More Abstract
Description
Claims
Application Information
Login to View More