发表于:2008-03-19 22:34:00
楼主
The Citect Driver Development Kit (DDK) provides all the information you will need to write a device driver for a communication protocol. It provides a common base of code that is used by all CitectSCADA drivers, and also includes examples of working drivers. To build a driver
you will also need a suitable C++ compiler and linker.
Device drivers are used so that a single generic version of CitectSCADA can use any type of communication protocol. Because device drivers communicate with the physical device, they provide CitectSCADA with the flexibility of communicating with any type of I/O Device.
This DDK is aimed at developers developing drivers for CitectSCADA. Citect Ltd also
recommends that you develop drivers on the latest released CitectSCADA version. By
definition, CitectSCADA drivers are 32-bit drivers.
Once you have written a CitectSCADA driver, you can add it to the CitectSCADA system and
it will then be used in the same way as the drivers supplied with CitectSCADA. Drivers are implemented as Windows DLLs (Dynamic Link Libraries).
This manual assumes that you are familiar with basic programming techniques, and the ‘C’ or ‘C++’ programming languages.