05-06-2008 11:18 AM
05-06-2008 11:32 AM
05-06-2008 01:14 PM - edited 05-06-2008 01:16 PM
Thanks for taking a look at my vi. I usually have a shaded background for my VI's, not to say that changes the way the tab control is viewed by the user but I've yet to have a complaint. I see how your point 2 is definately a better way to code. The subVI's, Test 12, Test22 do the same thing in essence but point to different cells in Excel. I'm not sure how to package all the Vi's in a zip so I'll just attach the most pertinent ones that should help illustrate the problem I'm having.
05-06-2008 01:48 PM
05-06-2008 01:55 PM
Yes, the "GetXL_CellValues_2D_Dbl" VI doesn't get the correct path. I get '<Not A Path>.xls' in the file directory field.
05-06-2008 02:41 PM
05-06-2008 04:22 PM
Ok, with some work I was able to get that to work so thank you very much for your assistance. Can I ask how you knew to open the Dispose Report VI to get to the Generate Report Get Data to Modify VI? Just trying to understand your thought process so maybe next time I can figure it out on my own.
Also, now that I have the program reading from Excel I run into another hurdler. Each row of data can have a maximum of 7 values. If the value is below a certain threshold Excel automatically puts a dash in the cell, this of course causes problems in LabVIEW. Is there a work around for this since I can not predict where the dash may appear?
05-06-2008 04:37 PM
I always look inside of VIs to see what's going on under the hood.
Can I ask how you knew to open the Dispose Report VI to get to the Generate Report Get Data to Modify VI?
I'm assuming your template is doing this. What specific problems are you having on the LabVIEW side? Is is at the reading of the cell values, or when you're trying to write out the values? Or, are you trying to do something else with the values that you read from the sheet?If the value is below a certain threshold Excel automatically puts a dash in the cell, this of course causes problems in LabVIEW. Is there a work around for this since I can not predict where the dash may appear?
05-06-2008 04:42 PM
05-06-2008 05:11 PM - edited 05-06-2008 05:11 PM
