点击或拖拽改变大小

KeyenceSR2000SerialReadCustomer 方法

读取自定义的命令,例如LON,如果是包含其他参数的,比如打开OUT端子,OUTON,1
Read custom commands, such as LON, if it contains other parameters, such as open OUT terminal, OUTON,1

命名空间:  HslCommunication.Profinet.Keyence
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.0.0.0 (12.0.0.0)
语法
public OperateResult<string> ReadCustomer(
	string command
)

参数

command
类型:SystemString
自定义的命令

返回值

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