Hilscher_Channel_Close


Closes a Hilscher device channel connection.

Syntax

C++
Python
 
def Hilscher_Channel_Close(
	state: Hilscher_State,
	inChannelNumber: int,
	inCloseCommunication: bool,
	/,
	*,
	inBoardName: str | None = None
)
-> None

Parameters

Name Type Range Default Description
Input will be modified ioState Hilscher_State
Input value inBoardName str | None None
Input value inChannelNumber int 0 - 10
Input value inCloseCommunication bool Close communication between card and PLC

Multithreaded environment

This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.