点击或拖拽改变大小

AllenBradleyDF1Serial.BuildProtectedTypedLogicalMaskWithThreeAddressFields 方法

构建0F-AB的掩码写入的功能

命名空间:  HslCommunication.Profinet.AllenBradley
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.3.0.0 (12.3.0.0)
语法
public static OperateResult<byte[]> BuildProtectedTypedLogicalMaskWithThreeAddressFields(
	int tns,
	string address,
	int bitIndex,
	bool value
)

参数

tns
类型:System.Int32
消息号
address
类型:System.String
PLC的地址信息
bitIndex
类型:System.Int32
位索引信息
value
类型:System.Boolean
通断值

返回值

类型:OperateResult<Byte[]>
命令报文
参见