LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

PROBLEM WITH WINDOW APPEARANCE-data not update

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

0 Kudos
Message 11 of 13
(551 Views)
Hi, Evan
 
thank u very much for your help!!!.
the problem was in the bulid table function, i need to do a reset when i call get_t1 vi, when i exit from there or when i start to do calculation.
the problem is that the bulid table is in the switch case and i dont know how to do a reset only one time befor the data get there.
 
regards,
eyal.
0 Kudos
Message 12 of 13
(541 Views)

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.


___________________
Try to take over the world!
0 Kudos
Message 13 of 13
(532 Views)