02-09-2017 09:15 AM
Good evening,
are the labview errors (exe & llb) logged in Windows event viewer?
Or is there a means of logging/backtracking daily labview errors in production environement? labview exe using labview llb's, not teststand.?
thx,
Koen.
Solved! Go to Solution.
02-19-2017
11:19 PM
- last edited on
11-14-2024
07:52 PM
by
Content Cleaner
Hi kdCMC,
LabVIEW errors are not shown in Windows Event Viewer. If you are wanting to be able to go back and see errors that occurred throughout the day, you'll need to implement some sort of logging in the application.
In a production environment I would strongly encourage the use of sufficient error handling that would respond to any informational errors with appropriate action as well as log down any significant errors received.
Error handling is very important and should be carefully designed just like the rest of the application.