点击或拖拽改变大小

KeyenceSR2000SerialCheckInput 方法

读取IN端子的状况,需要传入哪个IN端子,返回是否通断
Read the status of the IN terminal, which IN terminal needs to be passed in, and return whether it is on or off

命名空间:  HslCommunication.Profinet.Keyence
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.0.0.0 (12.0.0.0)
语法
public OperateResult<bool> CheckInput(
	int number
)

参数

number
类型:SystemInt32
端子的信息

返回值

类型:OperateResultBoolean
返回是否成功的结果对象
参见