Rockwell Automation 9307 FactoryTalk EnergyMetrix User Manual

Page 231

Advertising
background image

9

ReportsPlus

231

This will normally be quite a simple rate schedule as it is just taking the rate passed
from the billing report and applying it to the consumption.

9. Create a line item to apply the cost allocation rate to each meter's consumption.

10. Create the MPR script code to call the CostAllocate method of a Group or Meter

object.

Dim charge As Double

Charge = Group.CostAllocate("Billing Report", "Cost Allocation")

Advertising