Re: Max Number of Labview objects

2004-05-23 Thread Ben
Now this is interesting!

The main limitation in LV is the hardware as Coastal... has pointed
out. That limit will always be with us.

There was a limit of 550 front panel object in LV 6.1.

But I understood that that limit was lifted in LV 7.0. I may have read
that in the release notes, not sure.

BUT...
That erro you reported starts with "lvworm" which I believe is
associated with LV 7.

Ben



Re: Max Number of Labview objects

2004-05-23 Thread CoastalMaineBird
What sort of "objects" are you counting?



Re: Max Number of Labview objects

2004-05-23 Thread Riegler
I think your are not right. When i use more then 570 objekts i got the
following error message:

D:\lvworm\src\mgsource\image.cpp(12443) : DAbort: bad image in
ValidateImage
$Id: //labview/releases/7.0/mgsource/image.cpp#1 $

The labview program crashes and is not startable again.



Re: Max Number of Labview objects

2004-05-22 Thread CoastalMaineBird
There is no specific limit.
It depends on what kind of objects, and how much RAM your computer
has.
In 15 years of LabVIEW programming, I have never encountered a problem
concerning too many objects.

I have run out of memory when slinging 50 MByte arrays around, but not
in the code itself.



Max Number of Labview objects

2004-05-22 Thread Riegler
How much objects can be placed in Labview V7.1 ?