[INCA] Missing matrix elements in trace analysis

Issue

I am successfully recording matrix elements in INCA. In the following step the trace analysis cannot process the data because the signals could not be found. However, if I use the signals directly out of the trace, the trace analysis is working.

Solution

This might be related to your settings in INCA.

ecu.test expects the index at the Right, but INCA adds the index at the Left.

ecu.test

INCA

ecu.test

INCA

?????_OutputData.?????_[0]

?????_OutputData_[0].?????

?????_OutputData.?????_[1]

?????_OutputData_[1].?????

?????_OutputData.?????_[2]

?????_OutputData_[2].?????

The solution is, to change the settings in INCA:

  1. In INCA, please navigate to Options > User options > Open... .

  2. Select the tab Experiment.

  3. Switch the Index Allignment from Left to Right

  4. Try to run your test case again.

Â