Research Article

Collecting Big Data from Automotive ECUs beyond the CAN Bandwidth for Fault Visualization

Algorithm 1

Algorithm of the data collector collecting the data.
Input:
    CIP - Cascading information packet from transfer agent
    DP - Data transfer packet from transfer agent
Output:
    - Values generated at th frame in address to
()  procedure RECEIVEDATASEGMENTS
()  begin
()   Frame
()   offset Offset
()   if DP received then
()    Base
()    
()    
()   end if
()  end
(11)   end procedure