Start » Filter Reference » Hardware Support » Matrox » Matrox_GetInputLevel
Module: | ThirdParty |
---|
Gets input signal level.
Name | Type | Range | Description | |
---|---|---|---|---|
inDeviceID | MatroxSystemAndDeviceIdentifier* | Device identification. | ||
inInput | Integer | 0 - 63 | Input signal. | |
inDebounceTime | Integer | 0 - | Amount of time the input signal is debounced (in ns). | |
outLevel | Bool | Logic level of the input signal. |
Remarks
I/O device driver software
This filter is intended to cooperate with a Matrox device using its vendor SDK. To be able to connect to the device, it is required to install Matrox MIL X SDK. Matrox industrial PCs usually come with a preinstalled runtime license.
Add DLL path to system environment variable may be required.
Recommended Matrox MIL X SDK version for Aurora Vision Studio usage is V22H1 (10.50.924).
Device identification
Device field can be used to specify the number (rank) of the target board of the specified system type. Device can be set to:
- DEFAULT - Specifies the default board. The default board is set in the MILConfig utility.
- DEVn - Specifies the device number (rank) of the board (where 0 <= n <=15).
System field can be used to specify the system type. System can be set to:
- HOST - Specifies the default build-in system like IO in industrial PC.
- CONCORD - Specifies the IO system from Concord framegrabber.
This filter allows to get the information about the logical level of a specific input port of the device.
Complexity Level
This filter is available on Advanced Complexity Level.
Disabled in Lite Edition
See Also
- Matrox_GetAllInputLevels – Gets the state of all the inputs on the device.