Regarding IO Configuration for HIL

I’m facing a problem in IO configuration in Rest Bus configurator part

  1. I’ve successfully created one Real and one Simulated ECU in IO Configurator

  2. Mapped the velocity data with S_Data2 of Simulated ECU transmit that via CAN bus, capture that in the embedded TI board for controlling

  3. I’ve applied some equation as simulink block in TI board and resend the captured and modified data in a separate ID via CAN which can be observed

***** 4) Now I want to map this data to E_Data1 variable of Real ECU in the Bus configurator Where this EData1 is mapped to vc.gas carmaker variable and I want to overwrite this mapped variable vc.gas with the value I’m getting as EData1 to complete the closed loop but this is not happening

Can you please give any insight how we can do this writing
Should I need to modify the dbc files to change sender and receiver?

Summary:
In short reading the CM variable is successful also passing it to a embedded board via can, but when I receive some variable from that board how can I captured it in xpack4 and use that data to change the carmaker variable during simulation.

Thank you. It’ll be very helpful for me if anyone can address this problem.

Hi Akash,
the received variable can be mapped on to the new variable in C-code. It could also be mapped on to one of the existing User out variable (like Userout_00). In general, it is also advised to create a new DBC file for RBS configuration, to suit your specific requirement

Thanks for the response. Yeah I achieved this by mapping it to userout variables.