McBinaryHelperWriteTagAsync 方法 |
| 名称 | 说明 | |
|---|---|---|
| WriteTagAsync(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] | |
| WriteTagAsync(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] |