点击或拖拽改变大小

ToolMessagesSetCalibrationValueRequest 方法

This message is sent by the integrator in order to set the calibration value of the tool.

命名空间:  HslCommunication.Profinet.OpenProtocol
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.1.0.0 (12.1.0.0)
语法
public OperateResult SetCalibrationValueRequest(
	int calibrationValueUnit,
	double calibrationValue
)

参数

calibrationValueUnit
类型:SystemInt32
The unit in which the calibration value is sent. 1=Nm, 2=Lbf.ft, 3=Lbf.In, 4=Kpm
calibrationValue
类型:SystemDouble
The calibration value

返回值

类型:OperateResult
是否成功的结果对象
参见