ArcFM Desktop Developer Guide
MultiSpeak Default Values

Resource Center Home

If Network Adapter encounters empty fields during export, it may be configured to look at the MspDefaults.xml file to fill empty fields with default values.

MspDefaults.xml does not support eaEquipment, condN or conductorType values. Use the equipment ID style sheet to create defaults for these values.

To define default values and configure MspDefaults.xml, follow the steps below:

  1. Browse to MspDefaults.xml in the following directory: Program Files\Miner and Miner\ArcFM Solution\Bin\Xml
  2. Open MspDefaults.xml. Add a <MSPDEFAULTS> tag for each MultiSpeak noun (or feature class) that contains fields for which you want to define defaults. The "noun" attribute value corresponds with the MultiSpeak schema.
    • <ELEMENTNAME> contains the name of the field for which the default is defined.
    • <ELEMENTVALUE> contains the default value for the specified field.
    XML Snippet
    Copy Code
      <MSPDEFAULTS noun="ohPrimaryLine">
        <ELEMENT>
          <ELEMENTNAME>operVolt</ELEMENTNAME>
          <ELEMENTVALUE>7200</ELEMENTVALUE>
        </ELEMENT>
        <ELEMENT>
          <ELEMENTNAME>constr</ELEMENTNAME>
          <ELEMENTVALUE>Default OH</ELEMENTVALUE>
        </ELEMENT>
      </MSPDEFAULTS>
    
  3. When you've finished defining default values, save and close MspDefaults.xml.
  4. Next, open ArcMap with a Network Adapter extension license enabled. You will need to set the Network Adapter option that looks for default values.
  5. In ArcMap, select Network Adapter options from the MultiSpeak/Network Adapter toolbar.
  6. Select the Export tab and look for the Default Values section.

  1. Select the Use Default Values checkbox. If this box is not checked, Network Adapter will not look for default values during export.
  2. In the Defaults XML field, browse to the MspDefaults.xml file.
  3. Click OK to save changes and dismiss the Network Adapter Options dialog.

 

 


Send Comment to ArcFMdocumentation@schneider-electric.com