点击或拖拽改变大小

ToolMessagesToolDataUpload 方法

A request for some of the data stored in the tool. The result of this command is the transmission of the tool data.

命名空间:  HslCommunication.Profinet.OpenProtocol
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.1.0.0 (12.1.0.0)
语法
public OperateResult<ToolData> ToolDataUpload(
	int revision = 1
)

参数

revision (Optional)
类型:SystemInt32
Revision

返回值

类型:OperateResultToolData
工具数据的结果对象
参见