Rockwell Automation Energy Management Accelerator Toolkit Quick Start User Manual
Page 188

188
Rockwell Automation Publication IASIMP-QS016C-EN-P - October 2014
Chapter 9 FactoryTalk EnergyMetrix Software Reports and Charts
6.
Click the Line Items tab, then click the
Add a line item link.
7.
Enter a description of the rate
schedule.
For this example, enter Real Energy
Charge (kWh).
8.
Enter the Rate per unit (kWh).
For this example, enter 0.03459.
9.
Enter a cost allocation script.
For this example, enter the scripts
shown.
10.
Click Validate to check the script
syntax.
Refer to the FactoryTalk EnergyMetrix software help for more details on scripts.
11.
Click Save.
12.
Verify the new rate schedule appears
under the specified domain.
Script
Description
Quantity = Total(ValueType.RealEnergyNet)
Specifies the energy value for the report.
Unit = GetUnit(ValueType.RealEnergyNet)
Specifies the unit for the quantity value on the
report.
Charge = Quantity
*
RatePerUnit
Specifies the energy calculation charge for the
report.