Smart Grid Applications Overview > Smart Operations Solution > SOS Configuration Overview > Network Adapter > Network Adapter for Multispeak > Optional Configurations > Network Adapter - Provide Support for Extended Feeder Manager |
Version: 10.1 |
If you wish to export features from a network that uses Extended Feeder Manager (EFM), you will need to do the configuration described on this page. This allows you to export from an EFM network and import into DMS using Network Adapter.
The exported XML will include all features on the feeder that are not connected to the Substation as well as all features within the Substation that are connected to features outside the Substation. Features that reside inside the Substation, but not connected to anything outside (e.g., Busbars), are NOT included in the XML. DMS will not import any features that reside inside the substation and don't connect to anything outside the substation.
The following configurations are required:
Once you have completed the above configurations, follow the steps below to support EFM in your Network Adapter export to DMS.
These model names may need to be added to a domain before they can be assigned. |
Next, you'll need to update the NetworkAdapter.exe.config file. By default, it's installed here: Program Files (x86)\ArcFM Solution\Bin.
Copy Code
|
|
---|---|
<ModelNames FeatureIDFieldModelName="FACILITYID"> <ClassModelNames> <add name="MULTISPEAKCLASS"/> </ClassModelNames> |
Copy Code
|
|
---|---|
<ModelNames FeatureIDFieldModelName="FACILITYID"> <ClassModelNames> <add name="MULTISPEAKCLASS"/> <add name="SUBSTATION"/> </ClassModelNames> |
Copy Code
|
|
---|---|
<ModelNames FeatureIDFieldModelName="FACILITYID"> <ClassModelNames> <add name="MULTISPEAKCLASS"/> <add name="SUBSTATION"/> </ClassModelNames> <ReverseRelationshipModelNames> <add name="RELATEDSUBSTATION"/> </ReverseRelationshipModelNames> |
The next steps are optional and necessary only if your substations may have multiple input bays (ports). If your substations may have multiple input bays, you must create a Bay field on each feature class that can act as a connection point to the substation. This field requires the BAYID field model name.