{"id":18111,"date":"2025-04-01T10:30:32","date_gmt":"2025-04-01T02:30:32","guid":{"rendered":"https:\/\/www.tosunai.com\/?p=18111"},"modified":"2025-04-01T10:30:53","modified_gmt":"2025-04-01T02:30:53","slug":"tsmaster-ethernet-communication-simulation-user-manual","status":"publish","type":"post","link":"https:\/\/www.tosunai.com\/en\/tsmaster-ethernet-communication-simulation-user-manual\/","title":{"rendered":"Dry Sharing | TSMaster Users Must Read: Ethernet Communication Emulation User Manual"},"content":{"rendered":"
In automotive electronics development, Ethernet communication simulation has become a key part of ECU testing, diagnostics and network analysis. TSMaster, as a powerful automotive electronics simulation and testing tool, provides engineers with efficient Ethernet communication solutions. This manual will bring you an in-depth analysis of TSMaster's Ethernet communication configuration, message sending\/receiving, protocol simulation and automated test techniques, which will help you get started quickly and improve development efficiency.<\/p>
KEYWORDS in this article: TSMaster.Ethernet Communication Simulation<\/strong><\/em><\/strong><\/em><\/strong><\/em><\/p> Some of the styles and symbols used in this article can be found in the following table descriptions.<\/p> Currently users face the following scenarios that require Ethernet communication simulation during software development:<\/p> Based on the above user problems, TSMaster developers have developed an Ethernet communication simulation module for users. The simulation module uses the Ethernet communication protocol and is designed to highly simulate the communication between real ECUs, providing users with a comprehensive and effective solution.<\/p> The Ethernet communication simulation module simulates the process of real ECUs sending and receiving communication messages to verify the accuracy and stability of the software in handling different types of messages. The module can flexibly simulate various communication failure scenarios to meet the system robustness testing requirements. For example, it simulates network delay, packet loss, error message injection and other faults to help developers test the software's ability to cope with complex communication conditions.<\/p> The Ethernet communication simulation module contains three main functional areas.<\/p> 3.1 Toolbar<\/strong><\/p> A collection of commonly used function displays.<\/p> <\/p> The form icons are described below:<\/p> <\/p> 3.2 Node Display<\/strong><\/p> Displays the nodes of the database. Hover the mouse over the node display and double click 2 times to check or uncheck the node.<\/p> <\/p> 3.3 List of messages<\/strong><\/p> Displays all messages in the database.<\/p> <\/p> The data in each column of the message list is described below:<\/p> This section contains content related to the use of Ethernet communication simulation.<\/p> 4.1 <\/strong>Importing the Ethernet database<\/strong><\/p> The following import Ethernet database (arxml\\xml) methods are supported:<\/p> \u25b2 Drag and drop the database file into the TSMaster software, it can be loaded to the corresponding bus type channel 1 by default, then in the TSMaster software, you can modify the database to bind to the specified channel, the operation is shown in the following figure:<\/p> \u25b2 In TSMaster, click [Analyze] -> [Database] -> select the corresponding bus -> right-click the corresponding channel to add the database, as shown in the following figure:<\/p> After the above operation, the data has been successfully added to the TSMaster software.<\/p> 4.2 Ethernet Communication Simulation Configuration<\/strong><\/p> 4.2.1 Channel selection<\/strong><\/p> In TSMaster, check [Hardware] -> [Channel Selection], in the pop-up interface, select the channel of Ethernet, you can choose virtual channel or real hardware channel.<\/p> The actual operation is shown below:<\/p> <\/p> 4.2.2 Checking the General Configuration<\/strong><\/p> In TSMaster, select [Hardware] -> [TCP\/IP Stack], in the pop-up interface, select General Configuration, and check the box of \"Keep the configuration dynamically created during operation, otherwise it will be cleared when disconnecting\".<\/p> <\/p> 4.3 Ethernet Communication Simulation<\/strong><\/p> 4.3.1 Configuring Messages<\/strong><\/p> In TSMaster, select [Simulation] -> [Ethernet Communication Simulation]. In the pop-up interface, check the message and configure the value of \"Interval (ms)\", then the message will be sent according to the cycle time. You can configure the value of \"Data\".<\/p> 4.3.2 Starting the simulation<\/strong><\/p> In TSMaster, click Start Connection. Check [Simulation] -> [Ethernet Communication Simulation], and in the pop-up screen, click Start Simulation.<\/p> 4.3.3 Ethernet Message Information Grabber<\/strong><\/p> In TSMaster, check [Analyze] -> [Message Information]. In the pop-up Ethernet message information interface, you can view the messages sent by the emulation.<\/p> After catching the packet, you can click \"Detail View1\" to display the data column 1, that is, the button in the red box in the following figure; and then click the message, you can display the parsed information on the left side; the parsed information is as follows:<\/p> You can click \"Detail View2\" to display the data column 2, i.e., the key in the red box in the figure below; then click the message to display the parsed information on the left side; the upper part shows the parsed fields; the lower part shows the original data in hexadecimal and ASCII; the parsing of the upper part is as follows:<\/p> 4.4 Fault simulation<\/strong><\/p> 4.4.1 Simulating network delays<\/strong><\/p> In the Ethernet communication simulation interface, modify the value of Interval(ms) to set the period of message sending; modify the value of Phase(ms) to set the phase of message sending; as shown in the following figure, set the sending period to 500ms and the sending phase to 100ms, so as to simulate the network delay.<\/p> 4.4.2 Simulating packet loss<\/strong><\/p> In the Ethernet communication simulation interface, if you do not check the corresponding message, it will not be sent during the simulation, thus simulating packet loss.<\/p> 4.4.3 Analog data error messages<\/strong><\/p> In the Ethernet communication simulation interface, you can modify the Data field and set the error value to simulate the sending of data error messages.<\/p> 5.1 API List<\/strong><\/p> 5.1.1 eth_rbs_set_pdu_phase_and_cycle_by_name<\/strong><\/p> 5.1.2 eth_rbs_configure<\/strong><\/p> 5.1.3 eth_rbs_activate_all_networks<\/strong><\/p> 5.1.4<\/strong> eth_rbs_activate_network_by_name<\/strong><\/p> 5.1.5 eth_rbs_activate_node_by_name<\/strong><\/p> 5.1.6 eth_rbs_activate_pdu_by_name<\/strong><\/p> 5.1.7 eth_rbs_set_signal_value_by_element<\/strong><\/p> 5.1.8 eth_rbs_set_signal_value_by_address<\/strong><\/p> 5.1.9 eth_rbs_get_signal_value_by_element<\/strong><\/p> 5.1.10 eth_rbs_get_signal_value_by_address<\/strong><\/p> 5.1.11 eth_rbs_start<\/strong><\/p> 5.1.12 eth_rbs_is_running<\/strong><\/p> 5.1.13 eth_rbs_stop<\/strong><\/p> 5.2 API Use Cases<\/strong><\/p> In this section, it will be shown how to call the API to realize a series of functions, covering operations such as checking the box to send a message, setting the message sending period, setting the message data value, and starting the emulation.<\/p> 5.2.1 Initializing the environment<\/strong><\/p> Refer to sections 4.1 and 4.2, and follow the guidelines therein to complete the operations of importing Ethernet database, selecting the corresponding channel, and checking the configuration items.<\/p> 5.2.2 How to call the APIs<\/strong><\/p> Add C applet editor in [Design] -> [C Applet] module. Once added, the editor supports calling all APIs mentioned in section 5.1.<\/p> In the C applet editor, there are various types of events, and the following is an example of a program start event. You can add a program startup event by right-clicking on it and writing the required code logic in the code area corresponding to the event. In this way, the code logic will be executed automatically when the program starts running.<\/p> 5.2.3 Code descriptions<\/strong><\/p> Edit the following sample code in the new program startup event code area, which functions to periodically send a specified message and dynamically modify the message's send value during the sending process. The specific logic is as follows:<\/p> 1) Check the PDU message named \"PDUTXDemo1_0\" to make it active.<\/p> (2) Parameterize the \"PDUTXDemo1_0\" message, setting its phase to 0ms and its transmission period to 500ms.<\/p> 3) Set the value of the signal named \"SignalDemo1_0_0\u2033 to 1.<\/p> 4) Start the Ethernet communication emulation and begin the periodic sending of messages.<\/p> 5) After the simulation is started, it enters into a loop operation and sets the value of the signal named \"SignalDemo1_0_0\u2033 to 0 and 1 alternately.<\/p> 6) Stop the simulation of Ethernet communication simulation after ending the cyclic operation.<\/p> 5.2.4 Compilation and execution<\/strong><\/p> In the C applet editor, when you click the \"Compile\" button, the editor will immediately start compiling the code. After the compilation is completed, the system will give you a clear indication of the compilation result, displaying \"Compile Successful\" or \"Compile Failure\".<\/p> If you are prompted with a compilation failure, you need to carefully review the specific prompt messages, locate and modify the errors in the code according to these messages, and then try compiling again.<\/p> If prompted for a successful compilation, the editor will automatically generate an executable file corresponding to the code, which can be subsequently run to verify the program's functionality.<\/p> Since the Ethernet communication simulation startup is based on the TSMaster startup connection, it is important to ensure that the TSMaster has been started and the startup connection operation has been completed before executing the executable file generated above. Only when TSMaster is in the startup connection state, the execution of the executable file will not cause any abnormal operation.<\/p> In the C Applet Editor screen, click the \"Run\" button to execute the executable file.<\/p> 5.2.5 Implementation results<\/strong><\/p> After launching the executable file, you can view the relevant information in the Ethernet communication simulation interface. The content presented in this interface is exactly the same as the settings made by calling the API in the sample code, specifically including: the corresponding message that has been checked, the set period of sending the message, the specific value of the signal value in the message, and you can also see that the Ethernet communication simulation has been successfully started.<\/p> At the same time, in the [Ethernet message information] interface, you can observe the message being sent. The data value in the message is in a cyclic state, which is exactly the effect of the sample code by cyclically setting the signal value to 0 and 1 alternately. When the loop is finished, the Ethernet communication simulation is stopped; thus, the sample code completes the whole execution process.<\/p>Description of symbols<\/strong><\/h2>
<\/figure><\/div>
<\/figure><\/div>
Functional Overview<\/strong><\/h2>
Windows Forms<\/strong><\/h2>
<\/figure><\/div>
<\/figure><\/div>
typical example<\/strong><\/strong><\/h2>
<\/figure><\/div>
<\/figure><\/div>
connector<\/strong><\/strong><\/strong><\/strong><\/h2>
<\/figure><\/div>
<\/figure><\/div>
<\/figure><\/div>
<\/figure><\/div>
<\/figure><\/div>
<\/figure><\/div>
<\/figure><\/div>
<\/figure><\/div>
<\/figure><\/div>
<\/figure><\/div>
<\/figure><\/div>
<\/figure><\/div>
<\/figure><\/div>
<\/figure><\/div>
Tip:<\/strong>
1. Software download:
Click on the software download link below to download and install directly, beta version is recommended:
2. Software upgrades:
You can check for upgrades to the latest version within the software, provided that your computer has an Internet connection.
Note: TOSUN Technical Support Email:support@tosunai.cn<\/a>We welcome inquiries! (Company and contact information must be indicated)<\/strong><\/pre>\n\n