LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

error code database

My program written in Labview 6.1 has errors when trying to run it with Labview 7.1  The "Error Code database.VI" is not executable and requires a password to access the block diagram.  The error states that " Call library function node" not found in library.

How do I fix this problem?

0 Kudos
Message 1 of 2
(2,530 Views)
This probably happened because you saved your LLB with VI.lib VIs and LV can't open the new version of that VI.
Try closing your VI, opening a new VI, placing a General Error Handler VI in it and then opening your VI. This should force it to load the VI already in memory, which was loaded when you called the general error handler. If it works, save the VI so it remembers its new location.

___________________
Try to take over the world!
0 Kudos
Message 2 of 2
(2,517 Views)