Hey Guys,
I am trying to create a VCU application that reads/sends multiple CAN messages.
Lets say I have 5 CAN messages that I am trying to Tx/Rx & each CAN message has say 5 CAN signals.
Now I am reading the Rx data & writing it to a Data Store Write block. But I am manually specifying the data store block for each signal. For 5 CAN messages with 5 signals each, it becomes tedious (my application actually has more CAN messages & signals)
I was wondering if there is an easier way of reading the data from CAN Unpack & automate storing them in to a data store block by using the DBC info.
Is there a possibility to do that using MBDT?
Hari