Configuring Responder/Smart Grid
Use MeasuredLength Value

Version: 10.1

Resource Center Home

By default, Network Adapter uses the geometric shape length to populate the conductor's condLength field in the exported XML. In this case the MeasuredLength field does not require a value or the MEASUREDLENGTH model name. You can choose to use the measured length value instead. In this case the MeasuredLength field must have a valid value and must have the MEASUREDLENGTH model name assigned.

To use the length measured in the field, follow the steps outlined below.

  1. In the geodatabase, add a field for the measured length to the conductor feature class (if one doesn't already exist). This field must have a Numeric data type.
  2. Assign the MEASUREDLENGTH field model name to this field using the ArcFM Properties Manager.
  3. Open NetworkAdapter.exe.config. By default this file is installed here: C:\Program Files (x86)\Miner and Miner\ArcFM Solution\Bin.
  4. Identify the connection configuration you're currently using. This is discussed on the Configuration File page in this section.
  5. Look for the <FieldModelNames> section and add the MEASUREDLENGTH field model name to this section.

     

    Copy Code
    <FieldModelNames>
            <add name="MEASUREDLENGTH"/>
            <add name="CIMFIELD" />
    </FieldModelNames>
    

     

  6. Save and close NetworkAdapter.exe.config.

 If this field is Null, then Network Adapter will use the geometric shape length instead.


Send Comment to documentation@schneider-electric.com