Step 4.3. Configure the Project

  1. Open your project's CIMPLICITY Workbench.

  2. Select Properties... from the Project menu, or click the Settings button on the Toolbar.

  3. In the General tab of the Project Properties dialog, select the new application option.

  4. Click OK to close the dialog.

  5. Select Command Prompt... from the Tools menu.

  6. Issue the following commands:

<drive>:

cd %BSM_ROOT%MASTER

IDTPOP ALARM_INTPROC

This generates the alarm_intproc.idt file.

  1. Open alarm_intproc.idt file using a text editor (such as Notepad).

  2. Add the following line to the end of the file:

|<service_id>|$ALL$|0|B.

where <service_id> is the Service ID you entered in the <appname>.RP file.

  1. Save this file and exit the text editor.

  2. Issue the following command:

SCPOP ALARM_INTPROC

  1. Exit the Command Prompt window.

  2. Perform a configuration update of the project.

More information

Step 4. Integrate your  AMIP Application with a CIMPLICITY Project.