Research Article

[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.

ParameterValueDescription

Data is input asRaw dataIt 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.
NameCAN MsgThe name of CAN message can be assigned with the default value of CAN Msg.
Identifier typeStandard (11-bit identifier)It assigns whether the identifier of CAN message is standard or extended.
Identifier500It 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)8It assigns the length of CAN message, the scope of which ranges from 0 to 8 bytes.