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 a partition:
1. Open the Configuration Diagram that is named <module name> Configuration Diagram.
2. Click the Partition Part toolbar button, and then click within the Module.
3. In the dialog, type the name of the Partition Part you want to create, and then click OK
The profile creates a Partition Part in the Module. In addition, the profile creates a Partition that types the Partition Part. The profile creates a Partition in the Integration Project.
4. Click the Dependency toolbar button, click the Partition Part, and then click the Partition HM Table it uses.
5. Open the Partition Part's Property Pages, and then click the Partition Part tab.
6. Set the PartitionIdentifier property as required. Note that you cannot set the TimePartitionReference property at this point because there are no Time Partitions in the model. Tell me more...
7. Open the associated Partition's Property Pages, and then click the Partition tab.
Note that the Partition is scoped to the Integration Project.
8. Set the properties as required. Tell me more...
You can now define the channels between the partitions. How?