Desktop Configuration Guide
Pin Spacing Rules

Version: 10.2.1d and 10.2.1d SP2

Resource Center Home

Overhead Design Analysis (OHDA) uses NESC pin spacing rules by default. The XML file that defines the NESC pin spacing rules is titled NESCPinClearances.xml. It is provided with the OHDA sample data, and the contents of the file are provided below.

To modify these rules, follow these steps:

  1. Edit the XML to reflect the desired rule changes, either manually or using the Clearance Rules tool.
  2. Name the file MinerStructuralAnalysis_PinClearances.xml, and save it in the Assembly Library Location directory. This directory location is defined in the Assembly Creator on the Settings Tab.
When conductors of unequal voltages are strung between two horizontally aligned pins, OHDA uses the higher voltage conductor to analyze the clearance rules for pin spacing.

XML Structure for Pin Spacing

Tag Attributes Description
<ClearanceRules> clearanceruletype Root element
<RuleName> The name of the rule
<RuleDescription> Description of the rule
<HorizontalClearances>

 

Container element for HorizontalClearance tags
<HorizontalClearance>

clearance

voltage

The HorizontalClearance tag defines each rule with the clearance attribute in inches giving the minimum distance between pins and the voltage attribute in kilovolts providing the minimum voltage of the conductor

Because the voltage attribute represents a minimum, a conductor with 14kV will inherit the clearance distance of the 13.8kV voltage in the example below. 

The attributes in all OHDA configuration files are defined using imperial units. The metric setting in the user interface does not change this behavior.

Sample NESC Pin Spacing Rules XML File

Copy Code
<?xml version="1.0" encoding="UTF-8"?>

<ClearanceRules clearanceruletype="PinSpacing">
  <RuleName>NESC Pin Spacing Rules</RuleName>
  <RuleDescription>Default NESC pin spacing values</RuleDescription> 
    <HorizontalClearances>
       <HorizontalClearance clearance="12" voltage="0"/>
       <HorizontalClearance clearance="12" voltage="2.4"/>
       <HorizontalClearance clearance="12" voltage="4.16"/>
       <HorizontalClearance clearance="12" voltage="8.7"/>
       <HorizontalClearance clearance="14" voltage="12.47"/>
       <HorizontalClearance clearance="14" voltage="13.2"/>
       <HorizontalClearance clearance="15" voltage="13.8"/>
       <HorizontalClearance clearance="15" voltage="14.4"/>
       <HorizontalClearance clearance="19" voltage="24.94"/>
       <HorizontalClearance clearance="23" voltage="34.5"/>
       <HorizontalClearance clearance="27" voltage="46"/>
    </HorizontalClearances>
</ClearanceRules>

 

 


Send Comment to ArcFMdocumentation@schneider-electric.com