Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Current »

Version Details

Release Date: 8/22/2011
Version: v4.5.230

Download Link

FandaSDKSample.zip (1.32 MB)

Download Contents

This file includes the following software items:

FANDA Software Development Kit (SDK) Visual Studio 2008 Sample Application

General Overview of Functionality

The FandaSDKSample project is a simple Visual Studio 2008 project which illustrates some basic data access capabilities of the FANDA SDK. This sample shows how to do the following:

  • Compile and link a C++ program to the FANDA SDK
  • Initialize the SDK library and query its version information
  • Connect to a Fairmount Automation controller and register for disconnect notifications
  • Retrieve the Network Definition Library (NDL) which describes the accessible data elements
  • Listen for and retrieve multicast variable data
  • Get and set network variable data

Version 4.5.230 of the FANDA SDK is included and consists of a runtime DLL (FANDASDK.dll), an import library (FANDASDK.lib), and a header file (FANDASDK.h). These are the files you will need to include in your applications which compile and link with the FANDA SDK.

To run the sample program, load the FandaSDKSample.sln solution file in Visual Studio 2008 and build the solution. Open a command prompt window to the directory containing the solution and issue the command “FandaSDKSample.exe ipaddress”, substituting the IP address of Fairmount Automation controller for ipaddress.

Note: Design Pad simulating a FANDA device can be used as the test target for this application.

  • No labels