04-03-2024 02:41 AM
I'm calling a VI with the NI_LV_RunVIAsynchronously step
This vi starts AFTER I exectute the next step. Is this normal behaviour? or how can i solve this?
my current workaround is having a label step after the NI_LV_RunVIAsynchronously step
04-04-2024 12:57 AM
Just tried to reproduce the behaviour you are describing, yet I didn't succeed.
Can you please elaborate on the setting you are using?
04-14-2024 03:00 PM
It seemed to occur when I had a breakpoint on the NI_LV_RunVIAsynchronously step.
After removing the breakpoint and restarting computer it seems to work okay now...
04-15-2024 12:52 AM
Breakpoint on step means: don't execute the step until I tell you to
So that makes sense
04-15-2024 12:55 AM
The behaviour was:
Breakpoint on step
*Press F10 (next step) --> nothing happens but I expect that the step should execute
*Press F10 Again --? Asynch step + step after asynch step executes at the same time