08-24-2022 01:44 PM
I recently went from LV2015 to LV2022 (Q3). My LV2015 executable works and the LV 2022 source code works, however the LV2022 executable doesn't fully work. The program runs and communicates with the instrument but the plots/graphs do not work. Any ideas?
Solved! Go to Solution.
08-24-2022 02:05 PM
Hi Helmet,
@DarkHelmet2 wrote:
The program runs and communicates with the instrument but the plots/graphs do not work. Any ideas?
Start with some debugging!
(Which other advise do you expect when providing so little information?)
08-26-2022 10:40 AM
so I found that my issue deals with the "Call By Reference" Node. It works in source code, but in the .exe it doesn't work. I've included the .vit in the build (Source Files -> Always Included).
08-26-2022 11:23 AM
I had to do one more build then it worked!