Configuring the ELV Data Management Option

If you install the ELV Data Management option, you need to configure these properties.

See Also
Configuring Properties
  1. Create or open the text file to contain customized properties. For more information, see Editing Properties Using MQL.
  2. To specify the compliance definition, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      emxMaterialComplianceCentral.worstCaseComplianceDefinition

      This property is used when connecting a selected equivalent to determine the best/worst/first-reported MEP based on the defined Selected Equivalent Method.

    2. Set the value for this property to the <Compliance Type>:<Compliance Definition>. For the ELV Data Management option, the value should be ELV-2011-37-EU:ELV.

      For example:

      emxMaterialComplianceCentral.worstCaseComplianceDefinition=ELV-2011-37-EU:ELV

  3. To specify the compliance definition for unreported parts, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      emxMaterialsCompliance.UnreportedPartComplianceDefininition

      This property is used in IPC PrePopulate to retrieve the list of exemptions.

    2. Set the value for this property to the <Compliance Type>:<Compliance Definition>. For the ELV Data Management option, the value should be ELV-2011-37-EU:ELV.

      For example:

      emxMaterialsCompliance.UnreportedPartComplianceDefininition=ELV-2011-37-EU:ELV

  4. To specify compliance definitions available for creating reported parts, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      emxMaterialComplianceCentral.createReportedPart.CDEFs

      This property is used in Create Reported Part dialog box.

    2. Set the value for this property to a comma-separated list of <Compliance Type>:<Compliance Definition> entries

      For example:

      emxMaterialComplianceCentral.createReportedPart.CDEFs=EL2011/65/EU:EURoHS,IEC62474:IEC 62474 (2016-Jun-23),EL2011/534/EU:California RoHS

  5. To hide or show the Create Reported Part command in the menu on the properties page for material declarations, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      emxMaterialComplianceCentral.createReportedPart.display 

    2. Set the value for this property to Yes or No. The Create Reported Part command only shows in the menu when this property is set to Yes.
  6. When finished updating the text file with all properties you want to modify, including the ones shown here, use the text file to modify the emxMaterialsComplianceCentral.properties page object. For more information, see Editing Properties Using MQL.