LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

large installer program!

Hello,
 
The installer program that I created for my VI is over 13 MBytes.  Is there a way to reduce its size?
 
Please See attached VI.
 
Thanks,
Steve
0 Kudos
Message 1 of 3
(2,642 Views)
You could disable LabVIEW Run time system embedding into the installer. The installer wil be smaller.
 
I seem you program is not working properly. For example WriteFfile VI calls without file refnum connected. Also do not place all your code into one VI, make SubVIs.It will be easy to modify and debug project.

Message Edited by EVS on 08-27-2005 02:20 AM


Jack
Win XP
LabVIEW 6.1, 7.0, 7.1, LabWindows/ CVI 7.1
Let us speek Russian 🙂
0 Kudos
Message 2 of 3
(2,641 Views)

Thanks Evgeny,

I corrected the refnum problem.  Things were getting a litty hairy with lines all over the place, and your right, it's harder to modify - I'm always moving and resizing things.   I do want to make some subVIs, however,  I'm fairly new at Labview and I haven't created a subVI before.  I'll try that after I get this VI to work.

Thanks again, Steve

0 Kudos
Message 3 of 3
(2,634 Views)