Step 1. Create the Sample Program Executable

  1. Click Start on the Windows task bar.

  2. Select (All) Programs>Proficy HMI SCADA - CIMPLICITY version>Demo Project.

The Demo project opens in the CIMPLICITY Workbench.

  1. Click Tools>Command prompt... on the Workbench menu bar.

A Command Prompt window opens.

  1. Type the following commands:

<drive>:

cd %BSM_ROOT%api\AMIPSAMPLE

Where

 <drive> is the disk where your CIMPLICITY software is installed.

  1. (If the environment variables are not set automatically) issue the following command to set them:

\Program Files\Microsoft Visual Studio 8\Common7\Tools\vsvars32.bat

This ensures that your environment variables (in particular %BSM_ROOT% and %SITE_ROOT%) are set correctly.

  1. Build the executable:

nmake

More information

Sample Program.

Use the Alarm Interested Process (AMIP) API.