点击或拖拽改变大小

OpenProtocolServerPublish 方法

发布一个SECS的消息,需要指定一些参数信息

命名空间:  HslCommunication.Profinet.OpenProtocol
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.3.0.0 (12.3.0.0)
语法
public void Publish(
	int mid,
	int revison,
	int stationId,
	int spindleId,
	List<string> parameters
)

参数

mid
类型:SystemInt32

[缺少 "M:HslCommunication.Profinet.OpenProtocol.OpenProtocolServer.Publish(System.Int32,System.Int32,System.Int32,System.Int32,System.Collections.Generic.List{System.String})" 的 <param name="mid"/> 文档]

revison
类型:SystemInt32

[缺少 "M:HslCommunication.Profinet.OpenProtocol.OpenProtocolServer.Publish(System.Int32,System.Int32,System.Int32,System.Int32,System.Collections.Generic.List{System.String})" 的 <param name="revison"/> 文档]

stationId
类型:SystemInt32

[缺少 "M:HslCommunication.Profinet.OpenProtocol.OpenProtocolServer.Publish(System.Int32,System.Int32,System.Int32,System.Int32,System.Collections.Generic.List{System.String})" 的 <param name="stationId"/> 文档]

spindleId
类型:SystemInt32

[缺少 "M:HslCommunication.Profinet.OpenProtocol.OpenProtocolServer.Publish(System.Int32,System.Int32,System.Int32,System.Int32,System.Collections.Generic.List{System.String})" 的 <param name="spindleId"/> 文档]

parameters
类型:System.Collections.GenericListString

[缺少 "M:HslCommunication.Profinet.OpenProtocol.OpenProtocolServer.Publish(System.Int32,System.Int32,System.Int32,System.Int32,System.Collections.Generic.List{System.String})" 的 <param name="parameters"/> 文档]

参见