12-04-2013 03:14 AM
Hello everyone,
I made a huge VI... Please find it in attachement.
I had given 3 file path, In raw data file path I have to attached the 165 kb file. And in remaining 2 file path I have to attached 1 kb file.
During running my VI the VI stops and showed the error that` VI memory is full ´´ and ``VI stops at Fract/String to Number on block diagram´´...
I eliminate unneccesory indicators but still the error is same, so I dont know how to overcome with this problem.
Thank You,
12-04-2013 04:12 AM
12-04-2013 04:18 AM
Hi,
My system RAM is 4 GB(in which 3.21 is usable) and I am using windows 7 with 32 bit operating system.
I made this VI in labview 13, I dont have the Lab view 12 so i cant save it in that. Sorry for that.
12-04-2013 04:20 AM
12-04-2013 04:26 AM
ok...
12-04-2013
04:35 AM
- last edited on
12-16-2024
04:11 PM
by
Content Cleaner
Wohhhhhhh 😛
-This is the craziest vi after this example http://www.ni.com/newsletter/51735/en/
-You can't increase your memory of vi, if you try like this I'm sure.
-Use for loops properly and Follow data flow model.
-Debugging this vi is very difficult and Suggestions in this pdf might be helpuful to u
http://www.labviewpro.net/all-in-one/download/2.Imporve_LabVIEW_Performance.pdf
-And this http://digital.ni.com/public.nsf/allkb/771AC793114A5CB986256CAB00079F57
12-04-2013 04:50 AM
Yes I know this is the crazy VI.
My PC specifications are ok?
And this is my project work I have to run this, I dont have any option ... and I tried this VI with 60 kb file and it was working quite easily in less time.
But my company has the big file until 180 kb.
Is it possible to increase the memory by making the sub VI?
12-04-2013 05:02 AM
wow that vi.
Try ctrl+A > ctrl+U.
Aren't you able to process the data in chunks of 60kb?
12-04-2013 05:05 AM
12-04-2013 05:19 AM
I can able to run this VI with the raw data file uptil 60kb.
But prob is my company has most of the file around 150-180 kb.... so that kind of file I am not able to run it.
ctrl A > ctrl U means clean up the block diagram??