点击或拖拽改变大小

MelsecFxSerialHelperWrite 方法

重载列表
  名称说明
公共方法静态成员Write(IReadWriteDevice, String, Boolean)
强制写入位数据的通断,支持的类型参考文档说明
The on-off of the forced write bit data, please refer to the document description for the supported types
公共方法静态成员Write(IReadWriteDevice, String, Boolean, Boolean)
根据指定的地址向PLC写入bool数组,数组的长度需要为16的倍数,以及地址的偏移地址也需要是16的倍数
公共方法静态成员代码示例Write(IReadWriteDevice, String, Byte, Boolean)
根据指定的地址向PLC写入数据,数据格式为原始的字节类型
Write data to the PLC according to the specified address, the data format is the original byte type
Top
参见