02-11-2014 04:03 PM
Hi,
I am receiving a Memory if Full error in the executable that I've build from LabVIEW 2010 SP1, and it says that my vi was stopeed at FrontPanelDataController "Error Out". See the attached jpg LVMemoryFull.
The message refers to my vi DAQ Universal Control, and I've attached a screen shot of the portion of code that is being called when the error occurs. I've done a lot of searches and can't find any documentation on the FrontPanelDataController or why it would cause this error.
Does anyone have any suggestions?
Thanks.
Steve
02-12-2014 10:08 AM
The error is actually "Memory Is Full". Sorry for the typo.
02-12-2014 06:15 PM
Hi Steve,
I'd recommend to you to start troubleshooting with the LabVIEW tools that the error message shows, by analyzing how are you using your memory resources when running your code.
There are other useful tools for doing this on the VI you working on at: tools » profile » performance and memory, or in tools » profile » show buffer allocations
Regards