• 首頁 Home
  • 關於友環 About Linksoft
  • 活動資訊 Events
  • 聯絡我們 Contact Us
  • 註冊
  • 登入
+886-2-2221-2155
[email protected]
0
已加入詢價收藏車: 0筆
  • 產品分類列表
    • 商務工具
    • 應用軟體
    • 開發及程式工具
    • 系統工具
    • 傳輸.遠控.郵件
    • 資訊安全工具
    • 文書處理
    • PDF 應用
    • 網頁相關
    • 圖表編輯
    • 簡報排版
    • 影音軟體
    • 統計分析軟體
    • 數值分析軟體
    • 學術研究軟體
    • 開發及程式工具
      • 商務工具 應用軟體 系統工具 傳輸.遠控.郵件 資訊安全工具 文書處理 PDF 應用 網頁相關 圖表編輯 簡報排版 影音軟體 統計分析軟體 數值分析軟體 學術研究軟體
    • OPC 工具
      • 資料庫開發管理 Java & XML 程式碼編輯 程式碼檢查 虛擬裝置 終端機與伺服器 軟體封裝 開發追蹤檢測 ASP 工具 PHP 工具 C++ 工具 日誌分析 電路板設計 開發整合工具 驅動程式開發 圖表開發程式
    • OPC Data Client 開發組件軟體
OPC Data Client 開發組件軟體

本公司皆販售最新版本,目前版本僅供參考
最新版 TOP Server Version 5.14 更新於2016/5/17
最新版 OPC Data Client 2016.2 (5.41) 更新於 2016/12/7
最新版 Cogent DataHub v7.3.6 更新於2015/2/23

加入詢價收藏車

直接詢價

  • OPC Data Client
  • 版本比較
  • Cogent DataHub
  • TOP Server

OPC Data Client 是由三個部件構成:OPC Data.NET、OPC Data-COM與OPC Data-UA。OPC Data.NET 和OPC Data-COM組件提供了類似的功能和特性,可用於開發OPC Data Access (DA) 和OPC Alarms & Events (A&E) clients。OPC Data.NET和OPC Data-COM可單售,而OPC Data-UA目前不單售。

特色

  • One line of code to access your tags or events including: reading, writing, and subscribing.
  • Easy! You do not need to know the intricacies of OPC. All you need to know is the name of the computer, the OPC DA, A&E, or UA Server, and the data that you want to access. We take care of the rest.
  • Codeless Development option allows you to extend the properties of form controls to directly bind an OPC DA tag value to a property of the control to develop your client application without writing a single line of code.
  • Live Data Mapping allows you to create logical objects to perform OPC operations on several items at once, or perform other programatic actions based on the values of the logical object.
  • Reactive Programming Model based on Microsoft's Reactive Extensions, allows you to create complex operations with asynchronous event-based programing through observable collections and LINQ-style query operators.
  • StreamInsight option builds on the Reactive Programming model to allow you to bring streaming data into Microsoft's StreamInsight to analyze and process data, and even feed the data back the OPC servers.

以下為三個組件的概要介紹:

  • OPC Data.NET is a 100% managed .NET tool for developing OPC DA and A&E clients, with native support for both 32 and 64 bit operating systems, primarily targeted for development in Visual Studio 2005, 2008 and 2010. The component can be used in a variety of languages from C#, Visual Basic.NET, and managed C++. Windows Forms, ASP.NET pages, console applications, and WPF applications are all supported
  • OPC Data-COM is a based on Microsoft’s COM Automation. The component can be used to create an OPC DA or A&E client in any tool or language that supports COM Automation, from Visual Basic (VB), C++, VBScript (e.g. in ASP, or Windows Script Host), JScript, PHP, Visual Basic for Applications (VBA, e.g. in Excel), Visual FoxPro (VFP), and others.
  • OPC Data-UA is a 100% managed .NET tool for developing a custom OPC UA client, with native support for both 32 and 64 bit operating systems, primarily targeted for development in Visual Studio 2005, 2008 and 2010. The component can be used in a variety of languages from C#, Visual Basic.NET, and managed C++. Windows Forms, ASP.NET pages, console applications, and WPF applications are all supported.

OPC Data.NET

OPC Data.NET is a 100% managed .NET tool for developing OPC DA and A&E clients, with native support for both 32 and 64 bit operating systems, primarily targeted for development in Visual Studio 2008 and later. The component can be used in a variety of languages from C#, Visual Basic.NET, and managed C++. Windows Forms, ASP.NET pages, console applications, and WPF applications are all supported

Contains two main classes:

  • EasyDAClient: primary .NET class which includes properties, methods, and events for most common OPC Data Access functions.
  • EasyAEClient: primary .NET class which includes properties, methods, and events for most common OPC Alarms and Events functions.

Helper Classes allow the user to fine tune various settings in the application such as:

  • read and write call timeouts
  • item, server, and topic hold periods
  • managing request and response queue sizes
  • preference for synchronous or asynchronous communications
  • the acceptable time range for the age of the value
  • and more

Live Binding Model provides a point-and-click method for binding OPC DA tags directly to form controls for rapid, codeless development.

  • Automatically read, write, or subscribe to tags on project start up
  • Read or write tags on an event
  • Display other tag properties such as timestamps, qualities, and even errors.Â

WinForm components: Drag and drop components onto your form for even more rapid client development. Components are available to allow you to automatically:

  • Browse for computers on the network
  • Browse for OPC DA or A&E Servers on a specified computer
  • Browse for OPC DA items or properties
  • Browse for OPC A&E areas, attributes, or categories

 

Features & Benefits
  • Easy to Learn
  • Robust
  • Scalable
  • Free Code Samples
  • 100% managed code
  • Connect 1 to N OPC Servers
  • Read or Write 1 to N number of tags
  • Programatically/Graphically browse servers
  • Optimized for maximum performance
  • Ability to create reusable logical objects to represent plant equipment or processes with Live Data Mapping
  • Customizable event-log for troubleshooting
  • Easy to Implement
  • Easy Deployment
  • Extensive Help
  • Tested at OPC Interop for quality
  • Support for Native x86 and x64 applications
  • Read/Write 1/many Tags in a single instruction
  • Programmatically/Graphically browse Tags
  • Ability to communicate natively to OPC A&E servers
  • Codeless development option with Live Data Binding
  • Customizable time-out settings

 


OPC Data-COM

OPC Data-COM is a based on Microsoft’s COM Automation. The component can be used to create an OPC DA or A&E client in any tool or language that supports COM Automation, from Visual Basic (VB), C++, VBScript (e.g. in ASP, or Windows Script Host), JScript, PHP, Visual Basic for Applications (VBA, e.g. in Excel), Visual FoxPro (VFP), and others.

Contains two main classes:

  • EasyDAClient: primary class which includes properties, methods, and events for most common OPC Data Access functions.
  • EasyAEClient: primary class which includes properties, methods, and events for most common OPC Alarms and Events functions.

Helper Classes allow the user to fine tune various settings in the application such as:

  • read and write call timeouts
  • item, server, and topic hold periods
  • managing request and response queue sizes
  • preference for synchronous or asynchronous communications
  • the acceptable time range for the age of the value
  • and more

 

Features & Benefits
  • Easy to Learn
  • Robust
  • Scalable
  • Free Code Samples
  • Based on Microsoft COM Automation
  • Connect 1 to N OPC Servers
  • Write 1 to N Tags
  • Programatically/Graphically browse servers
  • Optimized for maximum performance
  • Customizable event-log for troubleshooting
  • Easy to Implement
  • Easy Deployment
  • Extensive Help
  • Tested at OPC Interop for quality
  • 100% Managed .NET wrapper
  • Read 1 to N Tags
  • Read/Write 1/many Tags in a single instruction
  • Programmatically/Graphically browse Tags
  • Customizable time-out settings
  • Ability to communicate natively to OPC A&E servers

 


OPC Data-UA
OPC Data-UA is a 100% managed .NET tool for developing a custom OPC UA client, with native support for both 32 and 64 bit operating systems, primarily targeted for development in Visual Studio 2008 and later. The toolkit has also been certified as a UA Generic Client by the OPC Foundation, allowing you to easily create a robust, certifiable custom client. The component can be used in a variety of languages from C#,  Visual Basic.NET, and managed C++. Windows Forms, ASP.NET pages, console applications, and WPF applications are all supported.
The OPC Data-UA components provide a set of classes for quickly and easily  developing custom OPC UA client applications. The primary class is the  EasyUAClient class, which provides methods for easily reading and  writing single or multiple tags, subscribing to tags, and programmatic  browsing of a server’s address space.

Helper classes are provided that allow you to fine tune various settings in your application such as:

  • read and write call timeouts
  • managing keep alive intervals
  • managing certificate stores
  • manage UA client sessions
  • managing request and response queue sizes
  • the acceptable time range for the age of the value
  • and more
Features & Benefits
  • Easy to Learn
  • Robust
  • Scalable
  • Free Code Samples
  • 100% managed code
  • Connect 1 to N OPC Servers
  • Write 1 to N Tags
  • Programatically browse servers
  • Optimized for maximum performance
  • Customizable event-log for troubleshooting
  • Easy to Implement
  • Easy Deployment
  • Extensive Help
  • Tested at OPC Interop for quality
  • Support for Native x86 and x64 applications
  • Read 1 to N Tags
  • Read/Write 1/many Tags in a single instruction
  • Programmatically browse Tags
  • Customizable time-out settings

 


 

版本比較

Product Edition
OPC Data Client Ultimate Edition
OPC Data Client Standard Edition
OPC Data.NET Stand Alone
OPC Data-COM Stand Alone
OPC Specifications
OPC Data Access: OPC-DA is the original specification.  It is commonly used to move real-time data from PLCs, DCSs, and other  control devices to HMIs and other clients, for display purposes and  further processing.
check
check
check
check
OPC Alarms and Events: OPC-A&E provides alarm and event  notifications on demand (in contrast to the continuous data flow of Data Access). These include process alarms, operator actions, informational  messages, and tracking/auditing messages.
check
check
check
check
OPC Unified Architecture (Data): OPC-UA is the next generation of OPC. It brings the existing specifications together with a unified data  model and uses Web services, rather than Microsoft COM, for messaging.
check
(2)
check
(2)
   
Development Models
Procedural Coding Model: This is the traditional programming. You write code to instantiate objects, and call methods to perform the OPC operations.
check
check
check
check
Live Binding Model: Simply use the Visual Studio Designer to configure bindings between properties of visual or non-visual components, and OPC data. For Windows Forms.
check
(1)
check
(1)
check
 
Live Mapping Model: Allows you to write objects that correspond logically to a functionality provided by whatever is “behind” the OPC data. You map your objects and members to OPC by annotating them with attributes.
check
(1)
 
check
 
Reactive Programming Model: High-level abstraction that allows you to compose asynchronous and  event-based programs using data streams and LINQ-style query operators.  Uses Microsoft Reactive Extensions (Rx) for .NET.
check
(1)
 
check
 
Platforms
.NET: For languages and tools based on Microsoft .NET on Windows. Typical  usage is from Visual Basic (VB.NET) or C#, but other languages can be  used  as well (e.g. managed C++, or F#).
check
check
check
 
COM: For languages or tools that supports Microsoft OLE Automation, e.g. VB6, VBScript (such as in ASP), JScript, Perl, PHP, Python, VBA (such as in  Excel), Visual FoxPro, REALbasic, Xbase, T-SQL, and many others. Also  works from native C/C++.
check
check
 
check

Notes:

  1. Only available on .NET platform.
  2. Directly available only on .NET platform. Can be achieved on COM platform through UA Proxy for OPC COM Clients (included with the product).

Component And Part Names

OPC Data Client is a name for the product as a whole. It is constituted of various components and modules.

EasyOPC is a main component of OPC Data Client, and it allow programmatic client access to OPC servers. Other parts of OPC Data Client are user interface objects (dialogs and forms), extension objects, utilities and so on.

The following table explains the product parts, and how they relate to OPC specifications they cover, and to the development tools platform that can be used with them.

 

Development Tools Platform
SWTB_MS.NETIcon_w85_h74
SWTB_ActiveXIcon_w84_h74
OPC Specifications
OPC “Classic” (DCOM based)
OPC Data Access (DA)
OPC Data .NET
OPC Data-COM
OPC Alarms and Events (A&E)
OPC Unified Architecture (Data)
OPC Data-UA
N/A

In order to distinguish between the technologies and platforms that the product is aimed at, we refer to parts or subsets of OPC Data Client as follows (earlier they have constituted separate products):

  • OPC Data.NET, for Microsoft .NET Framework technology, and connection to OPC "Classic" servers.
  • OPC Data-COM, for use with Microsoft COM (automation), and connection to OPC "Classic" servers.
  • OPC Data-UA, for OPC Unified Architecture specifications.

系統需求

Minimum Systems Requirements
Operating Systems Supported
Microsoft .NET Framework 3.5 with Service Pack 1 
Windows XP Professional with Service Pack 2 or later (x86)
Microsoft .NET Framework 4.5.1
Windows Vista with Service Pack 1 or later (x86 or x64)
Adobe Acrobat Reader, required to display .pdf files (optional)
Windows 2003 Server with Service Pack 1 or later (x86 and x64)
 
Windows 2008 Server (x86 or x64)
 
Windows Server 2008 R2 (x64), optionally with Service Pack 1
 
 Windows 7 (x86 and x64)

 

Support Environments and Application Types
OPC Data.NET and OPC Data-UA
OPC Data-COM
Visual Studio .NET 2005, 2008, and 2010 for C#,
Visual Basic .NET and Managed C++
Any ActiveX container
  • Class Library
  • Console Application
  • Windows Form Application
  • WPF Application
  • ASP.NET Application
  • Windows Service
  • Any Environment or tool that supports .NET
  • VB6
  • C++
  • VBScript
  • Jscript
  • PHP
  • Visual Basic for Applications (VBA)
  • Any Environment or tool that supports COM Automation
Supported OPC Specifications
  • OPC DA 1.0, 2.x, 3.0
  • OPC A&E 1.10 and earlier
  • OPC UA 1.0

 

Cogent DataHub可以讓您連接、整合、儲存和即時顯示資料的軟體工具。您可藉由這簡單使用的工具來建立一個完整的系統、或提升現有安裝的系統。


使用單獨的、模塊化的組件,您可以從幾乎任何來源連接到即時資訊。您可以整合所有的資訊源到公共數據庫提供給其他用戶。您可以建立網頁以可視化和過程即時互動。您可以發送通知、儲存數據進行分析或記錄。


系統需求:Cogent DataHub supports the following operating systems:

32-Bit Windows x86 Based Systems

  • Windows Server 2003 SP2
  • Windows Server 2008 Family
  • Windows Server 2012
  • Windows XP SP2, SP3
  • Windows XP Embedded (with full DCOM support)
  • Windows Vista Family (Excluding Home)
  • Windows 7 Family (Excluding Home)
  • Windows 8

64-Bit Windows x86 Based Systems

  • Windows Server 2003 SP2
  • Windows Server 2008
  • Windows Server 2008 R2
  • Windows Server 2012
  • Windows XP SP2/SP3
  • Vista Business Family (Excluding Home)
  • Windows 7 Family (Excluding Home)
  • Windows 8

Cogent DataHub Specifications

  • DataHub v7 can communicate with DataHub v6.4 using Tunnelling, OPC DA and DDE.
  • Supports OPC Server and Client connections.
  • DataHub will connect to OPC DA 3.0 servers (and 2.05a servers that support browsing).
  • DataHub will also accept connections from OPC DA 3.0 or 2.05a clients.
  • Supports DDE Server and Client connections.
  • Supports mirroring of data to Cascade DataHub running in:
  • Linux kernel version 2.4.18 or later
  • QNX 6.2.0 or later.
  • QNX 4.25 or later.
  • Supports live data in a web browser using Silverlight, ASP, AJAX and Java.
  • Supports custom TCP/IP connections through Java, .NET and C++ DataHub APIs.
  • Supports Windows GUI development through built-in Scripting language.
  • Supports ODBC compliant database access.
  • DataHub supports communication with MATLAB applications.
  • Data transmission rates are client dependent, but are typically thousands of points per second.
  • Automatic reconnect on a network break and recovery, no intervention required.
  • No point list configuration, the DataHub creates points as they are needed.
  • Superior publish/subscribe data model, no polling delays and no transmission of static data values.

特色:

Connect
OPC DA Support
Cogent is a long-time member of the OPC Foundation and has delivered products that support this industry standard interface for many years. See OPC DA for more details. Cogent DataHub will connect to OPC DA 3.0 servers (and 2.05a servers that support browsing) and will also accept connections from OPC DA 3.0 or 2.05a clients. OPC Aggregation is performed as a natural behavior within the DataHub. Connect to multiple OPC DA servers and you can store the data in a common data set within the DataHub, while maintaining an internal separation to effectively partition the incoming data.

OPC Alarm and Events
The OPC A&E support within the Cogent DataHub allows it to act as an aggregator and tunneller for alarms and events. See OPC A&E for more details. The DataHub doesn't generate the alarms and events itself; it reads them from installed OPC A&E servers. The DataHub acts as an A&E client program to bring data into the DataHub, where it can be used by any other DataHub client program. The DataHub can also act as an A&E server to offer the aggregated data to an A&E client program. The DataHub can tunnel the A&E data and make it available to A&E clients on remote network computers.

DDE Support
Cogent software has supported the Microsoft DDE interface since the beginning. As the standard for communication between Microsoft Office products, it makes perfect sense for the DataHub to support this protocol. See DDE/Excel Support for more details.

Network System Monitor
DataHub System Monitor is a smart idea well executed. Each DataHub on your network has the ability to query the operating system it is running on for system status and resource capacity. This data can be sent back to a central location, where system wide monitoring of critical network resources can help identify problems before they start, or alert support staff when things do go wrong. See System Monitor for more details.

DataHub API
For customers with highly customized systems, or where standard data interfaces are not available, the DataHub offers .NET, JAVA and C++ application programming interfaces (APIs). See DataHub API for more details.

Linux/QNX Connectivity
Unique to the middleware market is the DataHub's ability to mirror data between Microsoft Windows systems and many types of QNX and Linux platforms. Many customers have used the multi-platform support to build systems that fully integrate cross-platform real-time data mirroring. See Non-Windows OS for more details.

Embedded Data Access
The DataHub offers a tremendous opportunity to developers of embedded systems. A zero unit cost solution allows the developer to offer a complete range of integration solutions which use embedded data as the driving force behind web visualization, database interaction or email notification. See Non-Windows OS for more details.

Integrate
Data Bridging
A common problem that many customers face is the need to associate data points in one system with corresponding data points in another system. The Cogent DataHub makes this easy by providing an intuitive data bridging interface that allows you to define this point to point mapping, along with linear transformations that can be applied to the data as it passes from one system to another. Think of the situation where you have a temperature in °F on one system and you want to map it to a system that is using °C. Bridging makes this easy. See Data Bridging for more details.

Network Tunnelling
More than just tunnelling to overcome DCOM problems, the Tunnel/Mirror feature enables full data mirroring over a network, so that client-side applications can continue to work with the most recent data should the connection to the server become unavailable. Unique among the OPC Tunnelling products on the market, this feature is at the core of many of our real-time data integration solutions. See Tunnelling for more details.

DataHub Security
The Security serves two primary purposes: authentication and authorization. Authentication limits access to recognized users, based on a username/password combination. Authorization provides a set of permissions for each user, allowing access to certain functions while denying access to others.  See Security for more details.

DataHub Scripting
One of the most acclaimed features of the DataHub products has always been its powerful built-in scripting language. Capable of doing everything from writing data to CSV files, to running full control strategies on a process-wide basis. The DataHub scripting language is what allows the customer to fully meet their system requirements when off-the-shelf programs leave them stuck trying to finish the project. See DataHub Scripting for more details.

Data Source Redundancy
After careful examination of the needs of our customers, we set about building the best data redundancy mechanism on the market today. The results are proven in the instantaneous fail-over response of the new Data Redundancy feature within the DataHub. See Data Redundancy for more details.

Data Aggregation
The Cogent DataHub makes it easy to aggregate data from multiple different data sources, using different protocols. This has many advantages, from reducing client applicaton licensing fees to producing plant wide common data sets to enable effective control. See Data Aggregation for more details.

MES and ERP Connectivity
Integrating factory and management execution systems (MES) has been a long standing feature of the DataHub. With its ability to read and write data to ODBC databases, its OPC and DDE direct connections and the ability to use APIs to customize an interface, the DataHub is able to not only make the necessary data connection, but can also do so securely, so that critical data on both sides is not exposed to corruption. See MES Connectivity for more details
 
Use
DataHub WebView
The DataHub WebView feature is the flagship new addition to Cogent DataHub v7. Cogent has been offering real-time web display capability for many years, but nothing as powerful and easy to use as this new Silverlight based development and display environment. Collaborative screen development and full permissions-based access means a new way of working with real-time data on the web without knowing anything about web development. See DataHub WebView for more details.

DataHub QuickTrend -Real-time Trend
When Cogent started working on the new DataHub QuickTrend feature we soon realized this was too good to keep to ourselves. So we decided to offer this real-time trending feature as a standalone free download available here. Easily connect to data from both OPC and DDE servers to produce powerful real-time trend displays that can be scrolled and zoomed to fully analyze the inner workings of your factory, embedded system or financial strategy. See DataHub QuickTrend for more details.

Data Logging
Cogent DataHub's Data Logging feature is one of the most popular with our current customers. It enables both reading and writing of data with any ODBC compliant database (nearly all Windows and Linux based databases are ODBC compliant).  Combining both a powerful, yet easy to use configuration interface, with the ability to use DataHub scripting to completely customize the read/write procedure, the Data Logging feature makes it easy to fully integrate real-time process data into management and archival systems. See Data Logging for more details.

Data Historian
One of the new features in Cogent DataHub v7 is the Data Historian. This is a high speed, high volume historian specially designed to provide historical data for both QuickTrend and WebView trend displays. See Data Historian for more details.

Email/SMS Notification
DataHub products have a reputation for ease of use and this is true of the Email notification feature. A clean, smart interface makes it easy for you to configure multiple email and SMS actions based on simple triggers or complex alarm strategies. See Email/SMS Notification for more details.

Networking Excel data
Microsoft application data can be shared across a network using the Cogent DataHub.  See DDE/Excel for more information

WebServer
Serve data to the Web using the DataHub WebServer.  The WebServer supports ASP, AJAX and Java Applets.  SeeWebServer for more information.  Using the WebServer does require some knowledge of html or Java applets.  If you are looking to serve data to the Web without any programming you should use the DataHub WebView.

TOP Server是Software Toolbox的OPC和native HMI device連接應用軟件,搭配Kepware的先進科技。 
除了TOP Server,Software Toolbox提供附加產品、支援與專業知識的獨特組合,使世界各地成千上萬的用戶解決資訊整合與連接的難題。

系統需求:

Windows Operating System Support
NOTE:  Starting with TOP Server V5.9 (Q2/Q3 2012), Windows 2000 Operating Systems are no longer be supported. 

32-Bit (x86) Operating Systems (including Service Packs)
Windows Server 2003, 2007 and 2008 Families
Windows XP Professional
Windows XP Embedded (with full DCOM support)
Windows Vista Business and Ultimate
Windows 7 Professional and Ultimate
Windows 8

64-Bit (x64) Operating Systems (including Service Packs)
Windows Server 2003, 2007, 2008, 2008 R2 and 2012
Windows XP Professional (SP3 Only)
Windows Vista Business and Ultimate
Windows 7 Professional and Ultimate
Windows 8

  • TOP Server Version 5.x will support a software license or a hardware (USB) key license.  When installed on a 64-bit OS, the TOP Server will run in a subsystem of Windows called WOW64.  WOW64 is included on all 64-bit version of Windows and is designed to make differences between the operating systems transparent to the user.


Client Interfaces Supported
OPC Unified Architecture (DA Profile)
OPC OPC .NET 3.0 / XI (DA & AE Profiles)
OPC Data Access Version 1.0a
OPC Data Access Version 2.0
OPC Data Access Version 2.05a
OPC Data Access Version 3.0
OPC Alarms & Events Version 1.0
OPC Alarms & Events Version 1.10
FastDDE for Wonderware
SuiteLink for Wonderware
DDE Format CF_Text
DDE Format AdvancedDDE
NIO Interface for iFIX

Minimum Hardware Requirements
2.0 Ghz Processor
1 GB installed RAM
180 MB available disk space
Ethernet Card

Virtualization Support
VMWare / Virtual PC / Hyper-V - See Licensing for more information


Server Features:

  • Windows OS support
  • Add drivers at any time, making TOP Server your communications infrastructure platform.
  • Software licensing key with Internet delivery
  • Hardware (USB) key available
  • Can be used with VMware and Virtual PC’s – see license agreement
  • Point, click, drag, drop configuration
  • Dial-Up Modem Support in Serial Drivers including control
  • Run As Service
  • ProgID Redirect
  • Device-Level Scan Rate Modes
  • Ethernet Encapsulation for Serial devices
  • Auto Demotion
  • Tag Scaling
  • Implement Redundancy Support from your client application to perform the following:
  • Switch COM ports
  • Switch Ethernet cards
  • Change device ID or IP Addresses
  • Enabled/Disable a device
  • Change Timeout settings
  • Add functionality to your Client application to detect if a Device is online/offline via special System Tags that are readily accessible
  • Dynamic Tag Creation (Direct Tag Addressing) - allows you to pass the hardware addresses you want to read from your Client Application to the TOP Server, making adding Tags in the TOP Server an option and not a requirement.
  • Extended functionality also allows you to specify data-type and scan-rate of a tag
  • Configuration Security
  • DNS Name Lookup supported with a number of Ethernet drivers.
  • Additional Processor Settings to give you greater control of how your system runs.
  • OPC Alarms and Events messages for the Event Log.
  • OPC UA Interface
  • OPC .NET 3.0 (Xi) Interface

產品目錄

商務工具
  • 專案管理
  • 文檔管理
  • 自動排程
  • 流程管理
  • 條碼製作
  • 列印管理
應用軟體
  • 行事管理
  • 桌面管理
  • 翻譯軟體
  • 傳真伺服器
  • 英語學習
  • 其他應用
  • 光碟工具
開發及程式工具
  • 資料庫開發管理
  • Java & XML
  • 程式碼編輯
  • 程式碼檢查
  • 虛擬裝置
  • 終端機與伺服器
  • 軟體封裝
  • 開發追蹤檢測
  • ASP 工具
  • PHP 工具
  • C++ 工具
  • 日誌分析
  • 電路板設計
  • 開發整合工具
  • 驅動程式開發
  • OPC 工具
  • 圖表開發程式
系統工具
  • 作業系統
  • 磁碟工具
  • 系統優化
  • 效能測試
  • 裝置分析
  • 壓縮工具
傳輸.遠控.郵件
  • FTP伺服器/傳輸
  • 網路通訊
  • 檔案傳輸
  • 遠端控制
  • 網域管理
  • 郵件軟體
資訊安全工具
  • 還原備份
  • 網路監控
  • 系統安全
  • 電腦防毒
  • 資料保護
  • 網路安全
  • 網路分析
  • USB 監控
文書處理
  • 文書管理
  • 文書編輯
  • 文書轉檔
  • 方程式編輯
  • 說明文製作
  • 論文編輯
PDF 應用
  • PDF 編輯
  • PDF 轉檔
  • PDF 加解密
  • Acrobat 插件
網頁相關
  • 網頁設計
  • 網頁瀏覽
  • 網頁安全
  • 網頁分析
  • 網頁打包及管理
圖表編輯
  • 圖表開發程式
  • 圖表製作
  • 圖像編輯
  • 3D 繪圖
  • 圖檔轉換
  • 影像擷取
  • 流程圖製作
簡報排版
  • 字型設計
  • 排版設計
  • 地圖繪製
  • 簡報及電子書
影音軟體
  • 樂曲製作
  • 視頻編碼
  • 影像錄製
  • Flash 製作
  • 動畫製作
  • 影像圖庫
  • 影音分析
  • 影音播放
  • 影音編輯
  • 錄音軟體
  • 字幕軟體
統計分析軟體
  • 統計分析
  • 結構分析
  • 時間序列分析
  • 計量分析
  • 統計流程控制
  • 社會網絡分析
數值分析軟體
  • 決策分析
  • 數值運算
  • 人工智慧
  • 質性分析
  • 生命週期評估
學術研究軟體
  • 化學軟體
  • IRT 應用
  • 生物軟體
  • 水利軟體
  • 視覺思考
  • 數學軟體
  • 互動教學
  • 醫學軟體
  • 物理分析
  • 認知心理
友環股份有限公司   版權所有 2007-2019 Linksoft Inc. All Rights Reserved.

地址: 23504新北市中和區中山路二段351號6樓之10
 
電話: +886-2-2221-2155
 
傳真: +886-2-2221-9008

[email protected]  
http://www.linksoft.com.tw  
關於友環  
聯絡我們   Facebook關注  

會員登入

忘記密碼

會員註冊

Linksoft友環專業軟體代理網站服務,不論會員或非會員均可享受產品詢價和訂購服務。
欲加入會員,可以點選「註冊」成為會員。

加入會員的好處:

1. 您可以隨時登入會員,查詢產品詢價記錄,更新您的會員資料。
2. 系統將自動帶出您的會員資料,免去資料重複繕打的麻煩。
3. 只需填寫基本的聯絡資料,不會要求您留下身份證字號等個人機密性資料。
4. 掌握最新的產品資訊及最新好康,享受完整的客戶服務,註冊的聯繫Email可立即收到通知,再也不用怕漏失重要訊息。

忘記密碼