I used data flow to write and read values. The problem is, when I open Highlight Execution, the returned value from VISA Read is correct, when I close Highligh Execution, the returned value is wrong.
I was wondering if it is when the Highlight Execution is closed, the program runs too fast, and doesn't follow the sequence of the structure (data flow). Because I need to manipulate the value from VISA read, so the returned value is very important. But if I open Highlight Execution, the program is too slow.
Does anyone know how to fix this problem?