04-22-2019 06:02 AM
I am performing an impact test for which I am acquiring data using LabView 10. I am acquiring data @ 1Msamples/sec. for 4 seconds. When I am acquiring data for 2 sec, the program is running fine but when I am increasing data acquisition duration is showing following Error-
Labview: Memory is full
The top-level VI "test-1.VI" was stopped at unknown on the block diagram of "ex-CreateSignalChunkString.vi"
refer to the VI Memory usages topic in the LabView Help for suggestions on monitoring and improving VI memory usage.
I am not using any loop/ structure in my program. I am just acquiring analog voltage data from the strain gauge and writing it to measurement file (.lvm).
I would be thankful if you can suggest me the required modification in my program.
04-22-2019 08:54 AM
A question and an observation:
Bob Schor
04-22-2019 10:58 AM
Thank you Bob for your reply. I will try to clear your doubts-
04-22-2019 11:00 AM
Please find attached VI screenshot.
04-22-2019 11:04 AM - edited 04-23-2019 02:39 PM
@Uniyalpiyush wrote:
- I am atteching screenshot of my VI-
You know it would be easier to take a screen capture directly (e.g. alt-printscreen), not with a camera. Even easier is to attach the VI and it would not result in a 5MB attachment (12 RGB Megapixels are overkill for 20kb worth of information!). A picture of the block diagram is useless to use. We cannot even see what the control values are. We cannot tell where most wires are connected, and we cannot even read the labels. So:
Attach the actual VI
Tell us what control values work and what controls values give you the memory error. How are the express VI configured?
Sonce you don't seem to have a toplevel loop, is this a one-shot deal or are you using "continuous run" mode?
04-22-2019 04:02 PM
You might want to consider wiping clean your monitor screen once every 10 years or so.
04-22-2019 04:11 PM
@Uniyalpiyush wrote:
Thank you Bob for your reply. I will try to clear your doubts-
- I am using LabVIEW 2010.
- I am using NI DAQ card- PXIe-6124 (max sampling rate=4Msamples/sec)
- I am atteching screenshot of my VI-
Thanks. I'm not wasting my time with a "screenshot of my VI", from which I probably will learn almost nothing ... Attach your VI.
Bob Schor
04-22-2019 10:55 PM
Sorry for the inconvenience. Please find the attached VI.
04-23-2019 01:47 AM
Hi Uniyal,
The top-level VI "test-1.VI" was stopped at unknown on the block diagram of "ex-CreateSignalChunkString.vi"
This is a subVI of that WriteMeasurementFile ExpressVI.
Suggestion: get rid of ExpressVIs and write "real" and (most often) "better" LabVIEW code…
04-23-2019 07:26 AM - edited 04-23-2019 07:27 AM
Never mind, others have already dealt with the 5MB file problem.....