| Data Acquisition Toolbox | ![]() |
Specify the M-file callback function to execute when acquired data exceeds the valid hardware range
Description
An input overrange event is generated immediately after an overrange condition is detected for any channel group member. This event executes the callback function specified for InputOverRangeFcn.
An overrange condition occurs when an input signal exceeds the range specified by the InputRange property. Overrange detection is enabled only if the analog input object is running and a callback function is specified for InputOverRangeFcn.
Input overrange event information is stored in the Type and Data fields of the EventLog property. The Type field value is OverRange. The Data field values are given below.
Characteristics
| Usage |
AI, Common |
| Access |
Read/write |
| Data type |
String |
| Read-only when running |
No |
Values
The default value is an empty string.
Properties
| InitialTriggerTime | InputRange | ![]() |