Rockwell Automation 9307 FactoryTalk EnergyMetrix User Manual
Page 260

FactoryTalk EnergyMetrix Software
260
NLowestTimestamps(ValueType.enumValue
, int N[, DateTime startDate, DateTime
endDate])
Returns a DateTime array of N elements containing the UTC time
stamps of the N smallest instances of the selected ValueType over the
report date/time range (or the specified date/time range if optional
startDate and endDate arguments are present)
NPeaks(ValueType.enumValue, int N[,
DateTime startDate, DateTime
endDate])
Returns a Double array of N elements containing the N largest
instances of the selected ValueType over the report date/time range
(or the specified date/time range if optional startDate and endDate
arguments are present)
NPeakTimestamps(ValueType.enumValue,
int N[, DateTime startDate, DateTime
endDate])
Returns a DateTime array of N elements containing the UTC time
stamps of the N largest instances of the selected ValueType over the
report date/time range (or the specified date/time range if optional
startDate and endDate arguments are present)
PageBreak()
Insert a page break at the current cursor position
Peak(ValueType.enumValue[, DateTime
startDate, DateTime endDate])
Returns the largest instance of the selected ValueType over the report
date/time range (or the specified date/time range if optional startDate
and endDate arguments are present). Returns a Double value
PeakTimestamp(ValueType.enumValue[,
DateTime startDate, DateTime
endDate])
Returns a DateTime structure containing the UTC time stamp of the
smallest instance of the selected ValueType over the report date/time
range (or the specified date/time range if optional startDate and
endDate arguments are present)
Ratchet(ValueType.enumValue, int
intervalInMonths[, DateTime
ratchetEndDate])
Returns the largest instance of the selected ValueType over the
specified intervalInMonths ending with the report date/time range (or
the specified date/time range if the optional ratchetEndDate argument
is present). The intervalInMonths overlaps the effective date/time
range. Returns a Double value
Sum(ValueType.enumValue[, DateTime
startDate, DateTime endDate])
Returns the arithmetic sum of the selected ValueType over the report
date/time range (or the specified date/time range if optional startDate
and endDate arguments are present). Returns a Double value
Total(valueType As Integer[, DateTime
startDate, DateTime endDate])
Calculate the consumption of the specified value type for the report
date/time range (or the specified date/time range if optional startDate
and endDate arguments are present). If the 'Log Delta Value' attribute
is selected, this function is equivalent to the Sum() function. Returns
a Double value
TotalRTPCharge(ValueType.enumValue,
int priceTagId[, DateTime startDate,
DateTime endDate])
Calculates the total charge for consumption values by using real time
pricing data contained in the meter tag priceTagId. The function
operates over the report date/time range (or the specified date/time
range if optional startDate and endDate arguments are present). It
returns a Double value
Method
Description