Start » Filter Reference » Hardware Support » Hikrobot » Hikrobot_GetInputLevel
Module: | ThirdParty |
---|
Get input level information. When edge detection is on, the interface cannot be used to obtain the level.
Name | Type | Range | Description | |
---|---|---|---|---|
inDeviceID | Integer* | 1 - | Device identification number - COM port number. | |
inPortNumber | HikrobotPortNumber | Device port number reference. | ||
outLevel | Bool | Logic level information for the specified port. |
Remarks
This filter allows to get the input level information of a specific port of the device. When edge detection is on, the interface cannot be used to obtain the level.
I/O device driver software
This filter is intended to cooperate with a device using its vendor SDK. To be able to connect to a device, it is required to install Hikrobot VC4000 SDK.
Add DLL path to system environment variable is required.
In some computer models, digital inputs and outputs may operate in reverse logic (true is low signal level). Please check your device.
Recommended Hikrobot VC4000 SDK version for Aurora Vision Studio usage is 1.2.0.
Device identification
inDeviceID field can be used to pick one of multiple I/Os connected to computer. DeviceID can be set to:
- COM port number - the number of the COM port used to communicate with the I/O.
Complexity Level
This filter is available on Advanced Complexity Level.