Hilscher_Channel_Open_Profinet
Opens a Hilscher device channel connection.
Syntax
C++
Python
def Hilscher_Channel_Open_Profinet( state: Hilscher_State, inChannelNumber: int, /, *, inBoardName: str | None = None, inConfig: str | None = None, inNwid: str | None = None, inInputSignalConfiguration: list[HilscherSignal] | None = None, inOutputSignalConfiguration: list[HilscherSignal] | None = None ) -> None
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
ioState | Hilscher_State | |||
![]() |
inBoardName | str | None | None | ||
![]() |
inChannelNumber | int | 0 - 10 | ||
![]() |
inConfig | str | None | None | Configuration file generated in SYCON.net (xxx.nxd) | |
![]() |
inNwid | str | None | None | Configuration file generated in SYCON.net (xxx_nwid.nxd) | |
![]() |
inInputSignalConfiguration | list[HilscherSignal] | None | None | ||
![]() |
inOutputSignalConfiguration | list[HilscherSignal] | None | None |
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.


