Open your project's CIMPLICITY Workbench.
Select Properties... from the Project menu, or click the button on the Toolbar.
In the General tab of the Project Properties dialog, select the new application option.
Click
to close the dialog.Select Command Prompt... from the Tools menu.
Issue the following commands:
<drive>:
cd %BSM_ROOT%MASTER
IDTPOP ALARM_INTPROC
This generates the alarm_intproc.idt file.
Open alarm_intproc.idt file using a text editor (such as Notepad).
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.
Save this file and exit the text editor.
Issue the following command:
SCPOP ALARM_INTPROC
Exit the Command Prompt window.
Perform a configuration update of the project.
Step 4. Integrate your AMIP Application with a CIMPLICITY Project. |