Integrations (PTC products, 3rd party products and code) > Code integration (Ada, ARINC 653, C, C#, C++, IDL, Java, SQL and VB) > ARINC 653 for VxWorks 653 code > ARINC 653 for VxWorks 653 profile items > Config record (ARINC for VxWorks code)
  
Config record (ARINC for VxWorks code)
The Config Record models the <ConfigRecordPayload> element of an ARINCE 653 configuration, which appears in the Module XML file.
The structure of the <ConfigRecordPayload> element is as follows for VxWorks:
<ConfigRecordPayload Base_Address="" NameRef="">
</ConfigRecordPayload
The profile creates the Config Record when you create an Integration Project through the New > Integration Project command. The Config Record is named configRecord. For more information, see Diagrams and items created through the new > integration project command (ARINC for VxWorks code).
Specify the Base_Address property of the Config Record through its Property Pages: on the Config Record's Property Pages, click the ConfigRecord tab, and then set the tagged value of the Base_Address property.
To find the configRecord item: in the Package pane, expand the Module that was created by the New > Integration Project command, and locate the configRecord item.
A Config Record is based on a UML Attribute.
The following sections provide information about how a Config Record is used in the model.
Shown on these diagrams
None.
ARINC properties
Base_Address - generated as the Base_Address attribute of the <ConfigRecordPayload> element.
The Name property of the ConfigRecord is generated as the NameRef attribute of the <ConfigRecordPayload> element.