User`s guide
17 Functions — Alphabetical List
17-40
 TotalPhys: 263766016
 AvailPhys: 37306368
 TotalPageFile: 643878912
 AvailPageFile: 391446528
 TotalVirtual: 2.1474e+009
 AvailVirtual: 1.6307e+009
 FrameMemoryLimit: 38313984
 FrameMemoryUsed: 0
Retrieve information about a specific field returned by imaqmem.
memlimit = imaqmem('FrameMemoryLimit')
memlimit =
 38313984
Specify the amount of memory available for the toolbox to log image frames
(FrameMemoryLimit).
imaqmem(30000000)
ans = 
 MemoryLoad: 85
 TotalPhys: 263766016
 AvailPhys: 37634048
 TotalPageFile: 643878912
 AvailPageFile: 391479296
 TotalVirtual: 2.1474e+009
 AvailVirtual: 1.6307e+009
 FrameMemoryLimit: 30000000
 FrameMemoryUsed: 0
See Also
flushdata | getdata | videoinput










