The field names and table names shown below are NOT case sensitive. Network Adapter also requires the following configurations. It is recommended that you perform the following configurations before continuing with your Network Adapter implementation. Step-by-step procedures for performing these configurations are available in the Configuring ArcFM Solution online documentation.
|
|
||||||||||
Model Names: Assign the export model name (e.g., CYMDISTEXPORT in the sample implementation) to all classes and fields that should be exported to CYMDIST. If the model name is assigned only to the class, no fields will be exported. If the model name is assigned only to fields, the class will not be exported. The model name must be assigned to both the class and any fields you wish to export.
Assign the ARCFMSYSTEMTABLE model name to all load tables in the geodatabase (e.g., Transformer_Load_CYMDIST). Assign the CYMDISTTRANSFORMERLOADS model name to the Transformer_Load_CYMDIST table.
Spot Loads When a load is added as a spot load, it is placed in a single location. Distributed load is placed continuously along the conductor's length. Create and assign the following domain if you wish to support the placement of spot loads. Domain Name: mmCymLocation Field Type: long integer Domain Type: Coded Values Split Policy: Duplicate Merge Policy: Default Value Coded Values:
Create the following fields on the TRANSFORMERLOAD_CYMDIST table to enable the use of spot loads. Field Name: SpotLocation Data Type: long integer Allow NULL Values: yes Default Value: Do not assign a default value. Domain: mmCymLocation Precision: 0 mmCymdistAPI default value: 1 (to) It is not necessary to assign any values to the SpotLocation field.
Field Name: LoadType Data Type: Text Allow NULL Values: yes Default Value: Do not assign a default value. Domain: none Possible Values: S = Spot Loads (default value for devices; D = Distributed (default for sections) |