点击或拖拽改变大小

OmronFinsNetHelperBuildReadCommand 方法 (String, OmronPlcType)

同时读取多个地址的命令报文信息

命名空间:  HslCommunication.Profinet.Omron
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.0.0.0 (12.0.0.0)
语法
public static OperateResult<List<byte[]>> BuildReadCommand(
	string[] address,
	OmronPlcType plcType
)

参数

address
类型:SystemString
多个地址
plcType
类型:HslCommunication.Profinet.OmronOmronPlcType
PLC的类型信息

返回值

类型:OperateResultListByte
命令报文信息
参见