09-06-2012 09:15 AM
I am using XNET driver 1.4.
My program loads the DBC file and reads all frames/signals out of DBC file. At the end of read dbc it closes the Xnet database close.
In a sequence It starts the required frames and it changes required signal. It works fine for the first time using teststand.
But it never works for the second run until I close LabVIEW.
At the end of test, I normally close all sessions and stop all frames. Please let me know why?
09-07-2012 11:28 AM
It sounds like there might be a reference handling problem, hence why the next test only runs once you have closed LabVIEW (this releases all references from memory).
Is it possible that you could post the code for me to take a look at? Without actually seeing the code, it could be difficult to put a finger on what is causing the problem.
-Nick-