-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
Purpose | ||
FatRat Library is a free and open source OPC DA (Data Access) Server Toolkit. | ||
FatRat Library makes it possible to speed up development OPC DA servers. | ||
|
||
OPC compliance / FatRat Library supports: | ||
* IOPCCommon | ||
* IOPCServer | ||
* IConnectionPointContainer | ||
* IOPCItemProperties | ||
* IOPCBrowseServerAddressSpace | ||
* IOPCGroupStateMgt | ||
* IOPCSyncIO | ||
* IOPCAsyncIO2 | ||
* IOPCItemMgt | ||
* IEnumOPCItemAttributes | ||
* IOPCBrowse | ||
* IOPCItemDeadbandMgt | ||
* IOPCItemSamplingMgt | ||
* IOPCItemIO | ||
* IOPCSyncIO2 | ||
* IOPCAsyncIO3 | ||
* IOPCGroupStateMgt2 | ||
|
||
System requirements | ||
FatRat Library is fully compatible with Windows NT4/2000/XP/2003/Vista. | ||
Library can be used with any development environment supporting C++ language. | ||
You can use it with Microsoft Visual Studio 2005/2008 (including Express Edition) or MinGW. |