cancel
Showing results for 
Search instead for 
Did you mean: 

Failed to evaluate expression

Miha
Associate II

I have tow arrays one named adcData[] that is adc input buffer and Xbuf[] that is output buffer. Now i am calculating some paramaters... But when i use my debuger and Live variables, i get only adcData[] and Xbuf[] is "Failed to evaluate expression". Arrays are declared same way and everything is configured similarly.

1 ACCEPTED SOLUTION

Accepted Solutions

if you want to see live expresions, you need to uprdate variables slowly. if speed is more than few 10Hz data is not shown.

View solution in original post

3 REPLIES 3
Miha
Associate II

Code:

Hello @Miha 

First let me thank you for posting.

The issue seems to be linked to the syntax of the variable in the "Live expression"

SemerCHERNI_0-1712067285575.png

BR,
Semer.

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

if you want to see live expresions, you need to uprdate variables slowly. if speed is more than few 10Hz data is not shown.