Abbreviations in Schedule Load Types

To show abbreviations for various load types (code group names) in the schedules, they need to be defined in the schedule templates. In EasyPower, the markup for load type of code group name is %CodeFactor%. The markup for defining the load types is shown below:

<Abbreviations>

<Abbreviation TargetName="General " ShortName="G" />

<Abbreviation TargetName="Lighting" ShortName="L" />

<Abbreviation TargetName="Receptacles" ShortName="R" />

<Abbreviation TargetName="Kitchen" ShortName="K" />

<Abbreviation TargetName="Heating" ShortName="GH" />

<Abbreviation TargetName="Motor" ShortName="M" />

<Abbreviation TargetName="Water Heater" ShortName="WH" />

<Abbreviation TargetName="General Continuous" ShortName="C" />

<Abbreviation TargetName="Dwelling Range" ShortName="DR" />

<Abbreviation TargetName="Hospitals" ShortName="X" />

<Abbreviation TargetName="Hotels and Motels" ShortName="Y" />

<Abbreviation TargetName="Dwelling Units" ShortName="DW" />

<Abbreviation TargetName="(None)" ShortName="" />

</Abbreviations>

 

To use the abbreviations in the schedule the markup is:

<td>

<Abbreviate>%CodeFactor%</Abbreviate>

</td>

The "TargetName" must be spelled exactly the same as what you specify in the Code Name column in the code factors table in the File Properties dialog box or the Demand Load table in the device library.

Figure 1: File Properties Code Names

Figure 2: Device Library Code Names

For the abbreviations to appear in the schedules, you must select the full name versions in the load, panel, or MCC data dialog boxes.

Figure 3: Selecting Code Factor Names in a Panel

More Information