Integrations (PTC products, 3rd party products and code) > Code integration (Ada, ARINC 653, C, C#, C++, IDL, Java, SQL and VB) > ARINC 653 for PikeOS 653 code > Modeling an ARINC 653 configuration and PikeOS 653 application startup code > Modeling an ARINC 653 configuration and application startup code (ARINC for PikeOS code)
  
Modeling an ARINC 653 configuration and application startup code (ARINC for PikeOS code)
To model an ARINC 653 configuration and application startup code, perform the following tasks (click a task to open it):
Create an integration project and module
Define the system hm table
Define the module hm table
Define the partition hm table
Create a partition
Create a channel between partitions
Create an application
Define port usage for an application
Define a process for an application
Create blackboards, buffers, events, semaphores, memory requirements and file accesses for a partition
Schedule partitions
Creating an application:
1. Open the Configuration Diagram that is named <module name> Configuration Diagram
2. Click the Application Part toolbar button, and then click within the required Partition Part.
3. In the dialog, type the name of the Application Part you want to create, and then click OK.
The profile creates an Application Part in the Partition Part. In addition, the Profile creates the following items:
An Application item that types the Application Part. The Application item is scoped to the Integration Project.
An Application Project in which the application is modeled. The Application Project is scoped to the Package that owns the Integration Project.
4. Locate the Application item in the Integration Project, and then open the Application's Property Pages.
5. Click the Application tab, and set the properties as required. Tell me more...
You can now define port usage for your applications. How?