12-02-2009 01:10 PM
I recently upgraded to LV2009 and am trying to run programs that were written with LV8.6.1. I have relatively simple subvi's that use the 'read from spreadsheet file' node but everytime i run them I get the 'attached' error 6 message. Any suggestions regarding a solution would be appreciated. Thanks, John
Solved! Go to Solution.
12-02-2009 01:16 PM
Newton2this wrote:I recently upgraded to LV2009 and am trying to run programs that were written with LV8.6.1. I have relatively simple subvi's that use the 'read from spreadsheet file' node but everytime i run them I get the 'attached' error 6 message. Any suggestions regarding a solution would be appreciated. Thanks, John
![]()
Are you SURE the file is tab,comma,space delimited?
Ben
12-02-2009 01:48 PM
Paths (stored as constants, locals, globals, in files, etc) may have changed now that your LabVIEW (2009) is in a different directory than it used to be (8.6.1).
Also, Read from Spreadsheet File is a VI, not a "node". Check your hierarchy and make sure things are linked properly.
12-02-2009 04:30 PM
12-03-2009 07:17 AM
Go to the Hierarchy ("Alt+V" then "H") and then turn on "Full VI path in Label" under the View menu (or go "Alt+V" then "P"). Hover over VI's and make sure they are the expected filename & path.
An easier way for a quick check of paths (if you use the Project structure) is to turn on the "Show Item Paths" under the Project menu.
12-03-2009 08:55 AM
Thank you! The 'alt-v' then 'p' trick definitely helped. I will compare vi paths with the previous hierarchy in LV8.6.1. Have a good day! John