[Retracted] Optimization and Simulation of Controller Area Network Communication Model Based on Industrial Internet of Things Platform
Table 3
Description of parameters of CAN pack.
Parameter
Value
Description
Data is input as
Raw data
It selects the input signal. The raw data input the data in the form of uint8 vector array; manually specified signals can assign the definition of data signal; and CANdb specified signals can assign the CAN database file which includes the definitions of message and signal.
Name
CAN Msg
The name of CAN message can be assigned with the default value of CAN Msg.
Identifier type
Standard (11-bit identifier)
It assigns whether the identifier of CAN message is standard or extended.
Identifier
500
It assigns the ID of CAN message. For standard identifier, the figure must be any positive integer from 0 to 2047; and for extended identifier, it must be any positive integer from 0 to 536870911.
Length (bytes)
8
It assigns the length of CAN message, the scope of which ranges from 0 to 8 bytes.