点击或拖拽改变大小

OmronHostLinkHelperPackCommand 方法

将 fins 命令的报文打包成 HostLink 格式的报文信息,打包之后的结果可以直接发送给PLC
Pack the message of the fins command into the message information in the HostLink format, and the packaged result can be sent directly to the PLC

命名空间:  HslCommunication.Profinet.Omron.Helper
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法
public static byte[] PackCommand(
	IHostLink hostLink,
	byte station,
	byte[] cmd
)

参数

hostLink
类型:HslCommunication.Profinet.Omron.HelperIHostLink
HostLink协议的plc通信对象
station
类型:SystemByte
站号信息
cmd
类型:SystemByte
fins命令

返回值

类型:Byte
可发送PLC的完整的报文信息
参见