点击或拖拽改变大小

KeyenceNanoHelperBuildWriteCommand 方法

重载列表
  名称说明
公共方法静态成员BuildWriteCommand(String, Boolean)
建立写入bool数据的指令,针对地址类型为 R,CR,MR,LR
Create instructions to write bool data, address type is R, CR, MR, LR
公共方法静态成员BuildWriteCommand(String, Boolean)
批量写入数据位到plc地址,针对地址格式为 R,B,CR,MR,LR,VB
Write data bits in batches to the plc address, and the address format is R, B, CR, MR, LR, VB
公共方法静态成员BuildWriteCommand(String, Byte)
建立写入PLC数据的指令,需要传入地址数据,以及写入的数据信息,地址示例参照类的说明文档
To create a command to write PLC data, you need to pass in the address data and the written data information. For an example of the address, refer to the class documentation
Top
参见