点击或拖拽改变大小

McBinaryHelperWriteTag 方法

重载列表
  名称说明
公共方法静态成员WriteTag(IReadWriteMc, String, Boolean)
[商业授权] 写入PLC的标签数据,需要传入标签的名称,实际写入的字节数据信息,标签举例:A; label[1]; bbb[10,10,10]
[Authorization] To write PLC label data, you need to pass the name of the label, the actual written byte data information, label example: A; label[1]; BBB,10,10 [10]
公共方法静态成员WriteTag(IReadWriteMc, String, Byte)
[商业授权] 写入PLC的标签数据,需要传入标签的名称,实际写入的字节数据信息,标签举例:A; label[1]; bbb[10,10,10]
[Authorization] To write PLC label data, you need to pass the name of the label, the actual written byte data information, label example: A; label[1]; BBB,10,10 [10]
Top
参见