LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

labview error 1198 logged in Windows event viewer?

Solved!
Go to solution

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.

0 Kudos
Message 1 of 2
(2,630 Views)
Solution
Accepted by topic author kdCMC

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. If you're looking for best practices with error handling, I recommend this webcast as a good starting point. 

 

http://www.ni.com/webcast/2711/en/

-----------------------------------------------
Brandon Grey
Certified LabVIEW Architect

0 Kudos
Message 2 of 2
(2,569 Views)