Back to Aurora Vision Library Lite website
You are here: Start » Hardware Support » Hilscher » Hilscher_Driver_GetChannelInformation
Hilscher_Driver_GetChannelInformation
| Header: | ThirdPartySdk.h |
|---|---|
| Namespace: | avl |
Gets Hilscher device channel information.
Syntax
C++
Python
void avl::Hilscher_Driver_GetChannelInformation ( avl::Hilscher_State& ioState, const atl::Optional<atl::String>& inBoardName, atl::Array<avl::HilscherDriverChannelInformation>& outChannelInformation )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
ioState | Hilscher_State& | Object used to maintain state of the function. | |
![]() |
inBoardName | const Optional<String>& | NIL | |
![]() |
outChannelInformation | Array<HilscherDriverChannelInformation>& |
Remarks
Driver
- Windows driver (recommended 1.5.0.0) https://hilscher.atlassian.net/wiki/spaces/CIFXDRV/pages/80904655/V1.5.0.0+NXDRVWIN
- SYCON.net for configuring slots, generating configuration files: https://hilscher.atlassian.net/wiki/spaces/SYCON/pages/107086738/Version+History
For profinet: Firmware (recommended 3.13 series) https://hilscher.atlassian.net/wiki/spaces/PNS3V5/pages/123210653/Expired+Versions+-+V3.5+to+V3.x
Firmware needs to be uploaded to the card prior to opening any type of channel.
In case of failing to update the firmware, try to restart your computer.
Data direction
Slot direction is from the application perspective, different than in SYCON software. IN: in SYCON.net is marked as output OUT: in SYCON.net is marked as inputWarning:All tools applied to a specific device or file should be managed within a single thread to ensure centralized tracking, traceability, and consistency throughout the process.



