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 integration project and module:
1. In Modeler, add the ARINC 653 for PikeOS 653 profile, and the ACS profile to the model. How?
2. Create a Package in which to create the diagrams and items that model the ARINC 653 configuration
3. Right-click the Package, point to ARINC 653, point to New, and then click Integration Project.
4. In the dialog that appears, type the name of the Integration Project and Module you want to create, and then click OK.
The profile creates the initial diagrams and items in the Package. Tell me more...
5. Open the Configuration Diagram that is named <module name> Configuration Diagram.
6. Select the Module, and in its Property Pages click the Module tab.
7. Set the ModuleName and ModuleVersion properties as required. Tell me more...
You can now define the System HM Table. How?