LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

when running an application I built, I keep getting error 7

Im sorry..i mean table. Attached is an example of what i made. Each of the sets of data in the vi are read in from text files, and i know that the program is reading in the files even as an exe because i can see the information. The only problem is that there are usually too many columns and the information is cut off because the size of the column is too small, but if i resize the column in the exe i can see it all which means that there is not a problem with reading the file.
Download All
0 Kudos
Message 11 of 15
(834 Views)
I had some problems with your example even in the development environment. I could not get it to consistently update the table format as I switched data sets. I modified it and am attaching it as a picture since I don't have an easy way to save as 6.0 right now. I changed the order of things a little bit so see if that works. The other thing I noticed is that your viewing options pull-down doesn't match the case statement in the subVI. With item 0 selected, you get no data, item 1 (Data 1) formats data set 2 and so on.
0 Kudos
Message 12 of 15
(834 Views)
Im sorry. I tried to put together a quick example and didnt pay too much attention to the pull down menu. I did what you said but it doesnt seem to fix the problem. There still seems to be a default number of columns in the table when the program is run as an exe. I have attached the updated example vi with the fixed pull down menu.
Download All
0 Kudos
Message 13 of 15
(834 Views)
Try placing the properties in the same order that I did. I put NumCols and NumRows as the last two elements.
0 Kudos
Message 14 of 15
(834 Views)
I changed the order of the elements but the problem still persists. You said something before about checking to make sure that the properties are included in the runtime engine, otherwise they will not work. I tried to check but I could not figure out how to find that information. I right clicked and then went to help but the information is not there. Could that be my problem?
0 Kudos
Message 15 of 15
(834 Views)