IFM_SetDigitalOutput


Sets the logic state of a specific io.

Syntax

C++
Python
 
def IFM_SetDigitalOutput(
	state: Ifm_State,
	inAddress: IFMCameraAddress,
	inNumber: int,
	inState: bool,
	/
)
-> None

Parameters

Name Type Default Description
Input will be modified ioState Ifm_State
Input value inAddress IFMCameraAddress Device identifying address
Input value inNumber int Digital output number
Input value inState bool Output state

Multithreaded environment

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