This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

What can I do with data loss in Execution Graph?

Hi,

I am new to Execution Graph in UIA, SYS/BIOS 6, L138 LCDK project. On System Analyzer UG, it said data loss event:

I don't understand the white X on top of red circle means. Is the program wrong when it happens? Or something else I have to modify the log data buffer? Could you explain it to me? Thanks,

  • Hi Robert,

    The white X means there is a discontinuity in the data.  For example, if you are using LoggerStopMode and you run your program for a bit and then halt the target, you get the data in the LoggerStopMode buffer displayed in System Analyzer.  Then suppose you run again, for sufficiently long so that the buffer is overwritten.  Now when you halt the target, there will be gaps between the newest Log event in the first buffer and the oldest Log event in the second buffer.  In that case, you should see the data loss in System Analyzer.

    Best regards,

        Janet