08-01-2005 12:07 PM - edited 08-01-2005 12:07 PM
Alright I took the challenge to clean it up a little and I have it so that you cna at least see all the code relatively easily. You should now be able to follow the code and see where your mistake is.
unfortunetly I am not sure what the error is but I did notice one thing. In the main application you do a lot of calculations to build up the array of clsuters. However, you never send that array to the subVI. Instead you use the Array of default Clusters. So I re-wired it a little, however to be honest I am not sure what the results should be.
I have attached the cleaned and modified code, see if it helps you track down your bug.
Message Edited by Support on 09-15-2005 10:43 AM
Message Edited by Support on 09-15-2005 10:45 AM
08-02-2005 08:39 AM
08-02-2005 12:13 PM
Which of the Build Table VIs do you mean?
I don't know this VI, but looking at it, I see it's reentrant, which means each copy you place works on indepedent data.
I suggest you post your updated code and tell us exactly what you're trying to accomplish, so we can understand what you mean when you say you need to reset the VI.
Also, I would suggest that you uncheck the Run When Opened option. It's really annoying.