Overhead Design Analysis > Assemblies in Assembly Creator > Components Tab > Pole Attachment Hardware |
Pole attachment hardware are the mechanisms that secure cross arms to utility poles. Assembly Creator's Components tab is where you view, create, edit, and delete attachment hardware. Select Pole Attachment Hardware in the left pane to populate the middle pane with a list of available hardware. The right pane provides details for the currently selected hardware.
![]() |
The results of creating, deleting, or editing components are not permanently saved until you select File > Save from the main menu. |
Follow these steps to create new pole attachment hardware:
Follow these steps to edit pole attachment hardware:
There are two ways to delete pole attachment hardware:
![]() |
An asterisks after "Assembly Creator" in the title bar denotes unsaved changes. If you close Assembly Creator without saving, a popup window will alert you that unsaved changes exist. |
In Assembly Creator, pole attachment hardware are defined with three parameters: Name, Diameter, and Ultimate Bending Moment.
Unique identifier for the hardware. If you attempt to create attachment hardware with a name that already exists, a popup will warn of the issue when you click Create. You must provide a unique name before Assembly Creator will create the hardware.
The diameter of the hardware at the surface of the cross arm.
The maximum amount of perpendicular load the hardware can experience before beginning to fail.
![]() |
Any values you enter that are out of the acceptable range for that item will be outlined in red. Hover the cursor over the caution triangle to see the range of acceptable values. |
Assembly Creator saves attachment hardware specifications for each unit in its own XML file in the Bin\BoltSpecs directory. The name of the file is the name of the attachment hardware (e.g., SAE103.2.xml).
Tag | Definition |
<BoltSpec> | Root element. |
<Name> | Name of the hardware. This name will display in the Assembly Creator UI. |
<Diameter> | The diameter of the hardware in feet. |
<MaxTensileStrength> | The maximum tensile strength of the hardware in foot-pounds (ft-lbs). In the Assembly Creator UI, the label for this value is Ultimate Resisting Moment. |
<SpecUid> | Assembly Creator creates and records a unique id for the hardware. |
Copy Code
|
|
---|---|
<BoltSpec> <Name>SAE103.2</Name> <Diameter>0.0208333333333333</Diameter> <MaxTensileStrength>15000</MaxTensileStrength> <SpecUid>f1dfa0a1-ecf5-4b28-be58-b2352419bcf8</SpecUid> </BoltSpec> |