| KM_IOSetDigitalValue Method |
Sets the value if the IOType is Digital output
Otherwise will throw an exception
Namespace: KMotion_dotNetAssembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public void SetDigitalValue(
bool value
)
Public Sub SetDigitalValue (
value As Boolean
)
public:
void SetDigitalValue(
bool value
)
Parameters
- value Boolean
- new value for IO point
See Also