F_CHASSIS
-
ObjectID fields are automatically created (by Esri) when you create the schema.
-
GlobalID fields are required by Fiber Manager and are created with Esri's Add Global ID tool (Manage > Add Global IDs).
-
Tables must be versioned for an SDE database. See Esri’s documentation for more information about versioning tables.
-
Tables must also be converted to ArcFM Objects.
-
In ArcGIS applications, there are four numeric data types: Short Integer, Long Integer, Float, and Double. The choices reflect a balance between minimizing storage space while still allowing enough range and precision for the field to be useful. For example, because lengths typically have decimals, these fields are assigned either Float or Double.
In the table below, any field set to integer does need to be either a Short or Long Integer, as these fields cannot contain decimals. So, the decision comes down to the minimum and maximum values you need for the field:
-
Short Integer Storable Range: -32,768 to 32,767
-
Long Integer Storable Range: -2,147,483,648 to 2,147,483,647
So, as an example, would you ever have more than 32,767 patch panels on a single rack? No. So, the RackPosition field could be a Short Integer. Conversely, foot or meter stamps along a cable could easily exceed 32,767. So, CableMarking fields should be a Long Integer. Our integer recommendations err on the side of more range and usefulness, but your company could decide to change a Long Integer to a Short Integer (or a Double down to a Float) if you knew the maximum values would never exceed the types’ upper threshold.
-
Alias: Chassis
Field |
Data Type |
Default Value |
Domain |
Length/Precision |
---|---|---|---|---|
AvailabilityUpdated Alias: Availability Updated |
Date |
|||
AvailableSlots Alias: Available Slots |
Long Integer |
|||
ChassisType Alias: Chassis Type |
Text |
50 |
||
Description Alias: Description |
Text |
50 |
||
DeviceHeight Alias: Device Height |
Long Integer |
|||
DeviceWidth Alias: Device Width |
Long Integer |
|||
FiberChildClassModelName Alias: Fiber Child Class Model Name |
Text |
50 |
||
FiberGridDefaultHeight Alias: Fiber Grid Default Height |
Long Integer |
|||
FiberGridDefaultWidth Alias: Fiber Grid Default Width |
Long Integer |
|||
FiberGridPosition Alias: Fiber Grid Position |
Long Integer |
|||
FiberNumberGridColumns Alias: Fiber Number Grid Columns |
Long Integer |
|||
FiberNumberGridRows Alias: Fiber Number Grid Rows |
Long Integer |
|||
FiberParent Alias: Fiber Parent |
Guid |
|||
FiberParentClassModelName Alias: Fiber Parent Class Model Name |
Text |
Rack |
50 |
|
GlobalID |
Global ID |
|||
Layout Mode Alias: Layout Mode |
Long Integer |
|||
LayoutOrder Alias: Layout Order |
Long Integer |
|||
Name Alias: Name |
Text |
100 |
||
Sides Alias: Side |
Text |
Optional: Associate to a Fiber Sides domain |
10 |
|
ThisFiberClassModelName Alias: This Fiber Class Model Name |
Text |
Chassis |
50 |
Field Display
Primary Display Field: Choose this field in the ArcFM Properties Manager. The chosen field is displayed when using ArcFM tools such as the ArcFM Locator and ArcFM Attribute Editor. Your company can choose the most useful field to display for the end users. If the chosen field is null for the selected or identified features, the display field defaults to the ObjectID.
Because this choice also determines what is displayed on the Patch Panel Connection Report and Circuit Trace Report, Name is recommended.
Model Names
CHASSIS, FIBERGRIDABLECONTAINER, FIBERGRIDABLEOBJECT, FIBERMULTICONTAINER, FIBEROBJECT
Field Model Names
DeviceWidth: WAVEPOINTWIDTH
FiberChildClassModelName: FIBERCHILDCLASSMODELNAME
FiberGridDefaultHeight: FIBERGRIDDEFAULTHEIGHT
FiberGridDefaultWidth: FIBERGRIDDEFAULTWIDTH
FiberGridPosition: FIBERGRIDPOSITION
FiberNumberGridColumns: FIBERNUMBERGRIDCOLUMNS
FiberNumberGridRows: FIBERNUMBERGRIDROWS
FiberParent: FIBERPARENT
FiberParentClassModelName: FIBERPARENTCLASSMODELNAME
GlobalID: GLOBALID
LayoutMode: WAVEPOINTLAYOUTMODE
LayoutOrder: WAVEPOINTORDER
Name: FIBERCIRCUITREPORTFIELD, FIBERPPCONNFIELD, FIBERSPLICEREPORTFIELD, FIBERTRACEREPORTFIELD, SCHEMATICEXPORTATTRIBUTE
Sides: FIBERFACETSCONTAINEDBY
ThisFiberClassModelName: THISFIBERCLASSMODELNAME
Object AutoUpdaters
On Feature Delete: ArcFM Fiber Object Deleted
Field Autoupdaters
None for chassis-specific functionality. But, if you’ve added editor tracking fields such as Creation User, Creation Date, etc., those can be paired with autoupdaters such as “ArcFM Login User Name” and “ArcFM Current Date.”