Back to FabImage Studio website

You are here: Start » Filter Reference » Hardware Support » Advantech » DAQNavi_GetDigitalInterrupt

DAQNavi_GetDigitalInterrupt


Module: ThirdParty

Returns interrupt values.

Name Type Range Description
Input value inDeviceID String* Description or index of device
Input value inSrcChannel Integer 0 - + Channel number which snap event occurs
Input value inPort Integer 0 - + Port number to scan when interrupt occurred
Output value outPortValues IntegerArray Port values scanned when interrupt occurred

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 4.1.3.

DAQNavi SDK can be downloaded from the following website: https://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

This filter is disabled in Lite Edition. It is available only in full, FabImage Studio Professional version.

See Also