根据指定的数据标识来写入相关的原始数据信息,地址标识根据手册来,从高位到地位,例如 00-00-00-00,分割符可以任意特殊字符或是没有分隔符。
Read the relevant original data information according to the specified data identifier. The address identifier is based on the manual,
from high to position, such as 00-00-00-00. The separator can be any special character or no separator.
命名空间:
HslCommunication.Instrument.DLT.Helper
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public static OperateResult Write(
IDlt698 dlt,
string address,
byte[] value
)
Public Shared Function Write (
dlt As IDlt698,
address As String,
value As Byte()
) As OperateResult
public:
static OperateResult^ Write(
IDlt698^ dlt,
String^ address,
array<unsigned char>^ value
)
static member Write :
dlt : IDlt698 *
address : string *
value : byte[] -> OperateResult
参数
- dlt
- 类型:HslCommunication.Instrument.DLT.HelperIDlt698
通信的DLT对象 - address
- 类型:SystemString
地址信息 - value
- 类型:SystemByte
写入的数据值
返回值
类型:
OperateResult是否写入成功
备注
写入数据的时候,需要使用类型+值信息,例如写入地址 40-00-02-00 值为 1C 07 E0 01 14 10 1B 0B 表示 时间:2016-01-20 16:27:11
参见