根据指定的数据标识来写入相关的原始数据信息,地址标识根据手册来,从高位到地位,例如 90-1F,分割符可以任意特殊字符或是没有分隔符。
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 90-1F. The separator can be any special character or no separator.
命名空间:
HslCommunication.Instrument.CJT.Helper
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public static OperateResult Write(
ICjt188 cjt,
string address,
byte[] value
)
Public Shared Function Write (
cjt As ICjt188,
address As String,
value As Byte()
) As OperateResult
public:
static OperateResult^ Write(
ICjt188^ cjt,
String^ address,
array<unsigned char>^ value
)
static member Write :
cjt : ICjt188 *
address : string *
value : byte[] -> OperateResult
参数
- cjt
- 类型:HslCommunication.Instrument.CJT.HelperICjt188
CJT188的通信对象 - address
- 类型:SystemString
地址信息 - value
- 类型:SystemByte
写入的数据值
返回值
类型:
OperateResult是否写入成功
备注
地址可以携带地址域信息,例如 "s=2;90-1F" 或是 "s=100000;90-1F",关于数据域信息,需要查找手册,例如:00-01-00-00 表示: (当前)正向有功总电能
注意:本命令必须与编程键配合使用
参见