WireWare
From FactorityWiki
Contents |
Introduction
WireWare provides very fast mechanisms for interchanging datapoint based process information. It is very comparable to OPC DA but does not depend on Windows.
WireWare API
C/C++
| 1. | WireWare native: Core |
| Provides the basic functionality of the WireWare subsystem, like initializing and shutting down the system. | |
| 2. | WireWare native: Datapt (Datapoint client) |
| Provides functions for accessing remote datapoints. Beside of this it has the functionality to communicate with special devices via third party drivers. | |
| 3. | WireWare native: DataptI (Datapoint server) |
| Provides functions for creating and managing remote accessable datapoints. |
Delphi
(TODO)
C#
(TODO)
Java
(TODO)
See also
- FACTORITY Connectivity Server
