Click or drag to resize

KM_IOSetDigitalValue Method

Sets the value if the IOType is Digital output Otherwise will throw an exception

Namespace: KMotion_dotNet
Assembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public void SetDigitalValue(
	bool value
)

Parameters

value  Boolean
new value for IO point
See Also