Some courses and learning paths on NI Learning Center may not appear on learner dashboards. Our team is actively investigating.
If you encounter access issues, please contact services@ni.com and include the learner’s name, email, service ID or EA number, and the list of required courses.
08-23-2011 09:01 AM
All,
I have an embedded analysis DLL in a signal acquisition LabView application. On occasion due to faulty signals, the DLL can crash.
If I can detect that the DLL is no longer responding, is there a way I can have LabView application restart the DLL?
Thanks,
A
08-23-2011 11:14 AM
You cannot 'restart' a DLL. The ideal way would be to ensure that the DLL has mechanisms in place where it can exit itself during a crash.
08-23-2011 11:23 AM
Thank you...