VTK-RELAY-01 SDK for Windows


Introduction
--------------------------------------------------------------------------

This package enables developers to easily add support in their applications
for controlling GPIO, Relay...


Contents of the package
--------------------------------------------------------------------------

Bin     - Binary (Executable, Demo program)
Doc     - Documentation
Include - API header files
Lib     - libs 32 and 64 bit, dlls 32 and 64 bit
Samples - Sample program using the SDK


The environment for use of the package
--------------------------------------------------------------------------

Visual Studio 2008 with service pack 1 (or later) to build and run the sample program
Windows 7, 8.1, 10, and updates


List of currently supported devices
--------------------------------------------------------------------------

VTK-RELAY-01


Where to start
--------------------------------------------------------------------------

For a demo program to control GPIO on devices:

Execute Bin\VTK_RELAY_01_Utility.exe.

Or:

1. Go to Samples folder and open the project in Visual Studio.

2. Compile and run.


To implement sdk support in your application:

1. Include the following header file in your application:

   Include\VTK_RELAY_01.h  (for C++)
   Include\VTK_RELAY_01.cs (for C#)

2. Include the following library and dll in your application:

   Lib\x86\VTK_RELAY_01.lib (for C++ only) and Lib\x86\VTK_RELAY_01.dll or
   Lib\x64\VTK_RELAY_01.lib (for C++ only) and Lib\x64\VTK_RELAY_01.dll

3. Alternatively you may only add the VTK_RELAY_01.dll to your application and use
   GetProcAddress to access its functions.

4. Read and follow instructions from "Doc\VTK-RELAY-01 API User Manual.doc"


Release Notes
--------------------------------------------------------------------------
v1.1
   Ignition support

v1.0
   Initial release

