User`s guide
LoggingMode
Purpose Specify destination for acquired d ata
Description The Loggi ngMode property specifies w here you want the video input
object to store the acquired data. You can specify any of the following
values:
Value
Description
'disk'
Log acquired data t o a disk file.
'disk&memory'
Log a cquired data to both a disk file and to a
memory buffer.
'memory'
Log acquired data to a memory buffer.
If you select 'disk' or 'disk&memory', y ou must specify the AVI file
object used to access the disk file as the value of the
DiskLogger
property.
Note When logging data to memory, you must extract the acquired data
in a timely manner with the
getdata function to avoid using up all the
memory that is available on your system. Use
imaqmem to specify the
amount of memory available for image frames.
Characteristics
Access Read only while running
Data type
String
Values
[ 'disk' | 'disk&memory' | {'memory'} ]
Default value is enclosed in braces ({}).
See Also Functions
getdata
14-22