|
Prev: adding Y_Unit_Label to an lvm file
Next: Passing array to call library function running on VxWorks(cRIO)
From: MeCoOp on 6 May 2008 12:40 I'm trying to add to an existing program that uses the Microsoft Tool-kit vi's to export data to an Excel template where various other calculations are carried out. Now I would like to read fromt the same spreadsheet to do more calculations. I'm having trouble linking the path of the template just created to the sub vi that extracts the data from excel. Any suggestions? Thanks. Bobby Sound Report v3.vi: http://forums.ni.com/attachments/ni/170/321460/1/Sound Report v3.vi
From: smercurio_fc on 6 May 2008 12:40
All of the subVIs are missing, so it's no clear what's doing what. Which is the VI that is supposed to extract the data? A few side-points:- It's highly unusual to hide the border of a tab control. As it is, at first I thought those big bold red words were just labels. I was surprised to find those were the tab pages. I would question the user interface "usability" of doing this. - You do not need any of the local variables that you have for Test1, Test2, etc. You just need the controls outside the case and use wires. - There seems to be repetition in the case that is apparently used to run tests, but a different subVI is used, T12, T22, etc. Are these subVI doing the same thing, but have different names? |