LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Max Number of Labview objects

How much objects can be placed in Labview V7.1 ?
0 Kudos
Message 1 of 5
(2,806 Views)
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.
Steve Bird
Culverson Software - Elegant software that is a pleasure to use.
Culverson.com


LinkedIn

Blog for (mostly LabVIEW) programmers: Tips And Tricks

0 Kudos
Message 2 of 5
(2,806 Views)
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.
0 Kudos
Message 3 of 5
(2,806 Views)
What sort of "objects" are you counting?
Steve Bird
Culverson Software - Elegant software that is a pleasure to use.
Culverson.com


LinkedIn

Blog for (mostly LabVIEW) programmers: Tips And Tricks

0 Kudos
Message 4 of 5
(2,806 Views)
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
Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 5 of 5
(2,806 Views)