点击或拖拽改变大小

KeyenceNanoHelperBuildReadCommand 方法

重载列表
  名称说明
公共方法静态成员BuildReadCommand(String, UInt16)
建立读取PLC数据的指令,需要传入地址数据,以及读取的长度,地址示例参照类的说明文档
To create a command to read PLC data, you need to pass in the address data, and the length of the read. For an example of the address, refer to the class documentation
公共方法静态成员BuildReadCommand(KeyenceNanoAddress, UInt16)
建立读取PLC数据的指令,需要传入地址数据,以及读取的长度,地址示例参照类的说明文档
To create a command to read PLC data, you need to pass in the address data, and the length of the read. For an example of the address, refer to the class documentation
Top
参见