Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Show only
|
Search instead for
Did you mean:
Invite a Co-worker
Send a co-worker an invite to the portal.Just enter their email address and we'll connect them to register. After joining, they will belong to the same company.
You have entered an invalid email address. Please re-enter the email address.
This co-worker has already been invited to the Exchange portal. Please invite another co-worker.
Please enter email address
Send InviteCancel
Invitation Sent
Your invitation was sent.Thanks for sharing Exchange with your co-worker.
📖Home The driver development kits provide a mechanism whereby custom drivers can be added to Geo SCADA Expert to expand the functionality of the product.
The development kit uses the .NET Framework and uses a DLL built into the Geo SCADA Expert product. Your code will create a specific DLL file for your driver module which consists of the data structures and in-database code and an EXE file which contains your driver communications functionality.
Downloading the DDK
After the release of each version, the associated Driver Development Kit (DDK) is created to allow support of custom drivers. Your custom code will link to a DLL issued with the main product download. The DDK download here contains the help guide and example projects only. They accessed via the links below.
All DDK drivers will need to be recompiled for new product versions (83, 84 etc) as above. They do not need to be recompiled if a system is upgraded with Monthly Updates (83.9000, 83.9100 etc) unless the driver's .exe code also refers to the client interface (ClearSCADA.Client.dll).