05-20-2008 09:19 PM
05-21-2008 07:10 AM
3.5MB? How do you manage to fit all that on one screen? One of my biggest VIs is around 400k, and that's even quite high. Do you need to call all 150 SubVIs from the main VI? (If I misunderstood this point, sorry) The VI I mentioned is the main VI in a project of around 1200, but I am not calling them all from the top. Could you layer it a bit more, to clear up the top-level?
I have a feeling your slowdown problem is due to a huge VI.
05-21-2008 07:34 AM
I agree with Britoa..
My complete projects are usually less than 2 MB. And those are considered large projects.
3.5 MB for a single vi seems astronomical! 😮 Wow.. Does the block diagram fit within a single screen on your PC?
Can you post the code?
RayR
05-21-2008 08:03 AM
VI's with fancy graphic can be that large.
I suggest (after you backup your code ) that you make sure all of your VI's are saved as version 8.5.
If you don't have fancy graphics then check to make sure you don't have large data structures that have been saved as defaults.
ANd if these guesses don't help, please tell us more about the VI making special note of any stuff you are doing in this VI that you are not doing in the little ones you mentioned.
Trying to help,
Ben
05-21-2008 08:08 AM
05-21-2008 10:05 AM
gnunesjr wrote:
And no, I don't call all 150 VIs from the top VI! Some sub VIs call other sub VIs, and so on, in the usual way. If this was a large C or FORTRAN project, and I said there were a total of 150 subroutines and functions, nobody would bat an eye. Why should that be and issue with LabVIEW?
05-21-2008 10:48 AM
05-21-2008 11:07 AM
... interesting... drawing a wire should not be that slow..
Curious: what was the wire between? What are the two objects being wired?
RayR
05-21-2008 11:42 AM
05-21-2008 12:15 PM