Data Acquisition Toolbox | ![]() ![]() |
Specify the M-file callback function to execute when data is missed
Description
A data missed event is generated immediately after acquired data is missed. This event executes the callback function specified for DataMissedFcn
. The default value for DataMissedFcn
is daqcallback
, which displays the event type and the device object name.
In most cases, data is missed because:
BufferingConfig
property.
Data missed event information is stored in the Type
and Data
fields of the EventLog
property. The Type
field value is DataMissed
. The Data
field value is RelSample
, which is the last sample acquired when the event occurred.
When a data missed event occurs, the analog input object is automatically stopped.
Characteristics
Usage |
AI, Common |
Access |
Read/write |
Data type |
String |
Read-only when running |
No |
Values
The default value is daqcallback
.
Functions
Properties
![]() | ClockSource | DefaultChannelValue | ![]() |