Back to FabImage Library website
You are here: Start » Function Reference » Hardware Support » Hilscher » Hilscher_Channel_Open_EthernetIP
Header: | ThirdPartySdk.h |
---|---|
Namespace: | fil |
Module: | ThirdParty |
Opens a Hilscher device channel connection.
Syntax
void fil::Hilscher_Channel_Open_EthernetIP ( fil::Hilscher_State& ioState, const ftl::Optional<ftl::String>& inBoardName, const int inChannelNumber, const ftl::Optional<ftl::File> inConfig, const ftl::Optional<ftl::File> inNwid, const ftl::Optional<ftl::Array<fil::HilscherSignal>>& inInputSignalConfiguration, const ftl::Optional<ftl::Array<fil::HilscherSignal>>& inOutputSignalConfiguration )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() |
ioState | Hilscher_State& | Object used to maintain state of the function. | ||
![]() |
inBoardName | const Optional<String>& | NIL | ||
![]() |
inChannelNumber | const int | 0 - 10 | ||
![]() |
inConfig | const Optional<File> | NIL | Configuration file generated in SYCON.net (xxx.nxd) | |
![]() |
inNwid | const Optional<File> | NIL | Configuration file generated in SYCON.net (xxx_nwid.nxd) | |
![]() |
inInputSignalConfiguration | const Optional<Array<HilscherSignal>>& | NIL | ||
![]() |
inOutputSignalConfiguration | const Optional<Array<HilscherSignal>>& | NIL |
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.