04-27-2006 11:39 PM
04-28-2006 12:26 AM
We have two ears and one mouth so that we can listen twice as much as we speak.
Epictetus
04-28-2006 03:13 AM
04-28-2006 03:39 AM
We have two ears and one mouth so that we can listen twice as much as we speak.
Epictetus
04-28-2006 05:39 AM
Hi,
I am attaching the same in LV7.1
Regards,
Kousy
05-01-2006 10:53 AM
One thing that I think you may not be taking into account is that LabVIEW treats the table like a 2D array. If you initialize one column with 13 elements, all columns with information will have 13 elements inside of them. I believe that this is why you are seeing 12 regardless. However, if you need just the information inside of the column you can take the array, search for 0s, and replace them with "NaN" constants. This will mean that there is no data associated with the 0 values. Or you could take the arrray and look for the first zero, and then use a "Get Array Subset" to get only the valid data. Let me know if you need any other help on the issue and let us know how it goes.
Tyler H.
National Instruments
05-03-2006 04:31 AM