You are here: Start » Filter Reference » Advantech » DAQNavi_GetDigitalInput
Returns value from digital input.
Name | Type | Range | Description | |
---|---|---|---|---|
![]() |
inDeviceID | String* | Description or index of device | |
![]() |
inPort | Integer | 0 - +![]() |
Port number |
![]() |
outValue | Integer | Output value |
Remarks
Board driver software
This filter is intended to cooperate with digital I/O cards using its vendor SDK. To be able to connect to a card it is required to install DAQNavi SDK software. Currently FabImage Studio requires DAQNavi SDK version 3.2.
DAQNavi SDK can be downloaded from the following website: http://www.advantech.com.
Device identification
When there is only one device connected to computer, inDeviceID field can be set to Auto. In this situation first available device will be found and connected.
inDeviceID can be used to pick one of multiple devices connected to computer. Set this field to Device Description (for example "DemoDevice, BID#000"), or to Device Number(for example "0"). Both parameters should be available in Advantech Navigator.
Complexity Level
This filter is available on Basic Complexity Level.
Disabled in Lite Edition
See Also
- DAQNavi_GetDigitalInputs – Returns values from all digital inputs.
- DAQNavi_GetDigitalInterrupt – Returns interrupt values.
- DAQNavi_InitInterrupts – Initializes interrupts.
- DAQNavi_SetDigitalOutput – Sets digital output value.
- DAQNavi_SetPortDirection – Sets the port direction (input or output).