04-07-2017 03:50 AM
Hi,
My DLL program is downloaded and run on LabVIEW RT.
After stop this program, I try to re-start LabVIEW RT by CVI/or MAX.
But the PXI crashes.
Can anyone give me some idea about it?
Thanks.
Solved! Go to Solution.
04-07-2017 05:48 AM
Hi,
Try not to create separate threads for questions related to your single task. It will lose tracking. Since GerdW replied https://forums.ni.com/t5/LabVIEW/LabVIEW-RT-runs-slower-and-slower/td-p/3609509, let's track your question further there.
Mathan
04-16-2017 10:11 PM
Thanks.
I solved this problem by carefully deleting(and confirming the deletion) all other threads before return of main thread.
After that, my PXI can normally be re-started.