点击或拖拽改变大小

SiemensPPIOverTcpReadBool 方法

重载列表
  名称说明
公共方法ReadBool(String)
从西门子的PLC中读取bool数据信息,地址为"M100.0","AI100.1","I0.3","Q0.6","V100.4","S100"等
Read bool data information from Siemens PLC, the addresses are "M100.0", "AI100.1", "I0.3", "Q0.6", "V100.4", "S100", etc.
(重写 DeviceCommunicationReadBool(String).)
公共方法ReadBool(String, UInt16)
从西门子的PLC中读取bool数据信息,地址为"M100.0","AI100.1","I0.3","Q0.6","V100.4","S100"等
Read bool data information from Siemens PLC, the addresses are "M100.0", "AI100.1", "I0.3", "Q0.6", "V100.4", "S100", etc.
(重写 DeviceCommunicationReadBool(String, UInt16).)
Top
参见