TConnector:数据采集 ActiveX® 控件

TConnector 是一款适用于数据采集通过 RS232, 蓝牙, USB (虚拟 COM) 和网络 (TCP/IP) 界面可编程的 ActiveX 控件。

重要注意事项: 产品TConnector的软件开发已停止。 更新,漏洞修补和优先支持不再可用。TConnector 的许可证仅在例外情况下可用。

Data Acquisition

适用于数据采集的可编程的软件组件

  • 您是否正在寻找一款能连接特定设备的软件工具?
  • 您是否想从所有普遍的接口读取数据并无需专门的接口?
  • 不仅仅是串行和平行端口,TCP/IP 同样在您的愿望列表中呢?
  • 您需要数据采集能力能满足 Microsoft 网页浏览器以及/或者 Microsoft Win 98, ME, NT, 2000, XP, Vista, Windows 7, Windows 10?
  • 您的应用程序无法提供一个适当的 API 连接界面 - 或者 API 运行很迟钝?并且您更乐意一个统一的 API 适用于所有所支持的接口?
  • 您希望能支持两种数据传递模式 - 同步和异步?并且也能对于传入的数据模拟击键 (软件楔模式)?
  • 那么,您应该试试我们的 TConnector,用于数据的 Microsoft® ActiveX® 兼容软件!

快速简便的数据采集

  1. 从我们的 下载区 下载 TConnector (数据采集 ActiveX® 控件) 并启动安装程序。
  2. 将 TConnector 嵌入至您的应用程序 (如:Visual Basic, MS Excel, Access...),在大多数情况下,只需要使用工具箱。
  3. 打开属性对话框 (右击 TConnector 标记) 并调整接口(如:COM1)
  4. 使用 Read() 和 Write() 从您的应用程序中读写数据。示例代码包含在安装内。

TConnector 数据采集 ActiveX 控件的主要特点

 

 

 

TConnector

重要提示:本产品 TConnector 的软件开发已经停止 。 更新,错误修正和优先支持不再可用。TConnector 的许可证仅在例外情况下可用。

  • Single
  • 根据要求
  • 数据采集
  • Single License1 个安装
  • 查询
  • Site
  • 根据要求
  • 数据采集
  • Site License最高可达 250 个安装
  • 查询
  • Developer
  • 根据要求
  • 数据采集
  • 再分配最高可达 10 000 个安装
  • 查询

V2.4.5

Bug Fixes
  • Crash in Read()
    TCON-4684: Intermittent crash in Read() method of TConnector

V2.4.4

Enhancements
  • TCP Keep-Alive
    In previous versions a lost TCP connection could not be detected in a reasonable time. The reason was because the system default keep-alive time for TCP connections is 2 hours. Now the time interval can be specified by the user in the Service property with the following syntax: service#keepalivetime (milliseconds). The value applies to the current Winsock instance only.
Bug Fixes
  • Multi-Threading Problem
    StopListen influences all instances of TConnector.
  • BT/TCP Reconnect
    Reconnect does not work correctly when a BT/TCP connection was lost.